Metadata-Version: 1.2
Name: psycopg2-pool
Version: 1.1
Summary: Proper pooling of psycopg2 connections
Home-page: https://github.com/Changaco/psycopg2-pool
Author: Changaco
Author-email: changaco@changaco.oy.lc
License: LGPL3
Description-Content-Type: text/markdown
Description: See the documentation at <https://psycopg2-pool.readthedocs.io/>.
        
        # Changelog
        
        ## 1.1 (October 8, 2019)
        
        - [Fixes the discarding of extraneous connections](https://github.com/Changaco/psycopg2-pool/pull/1)
        - [Fixes `ThreadSafeConnectionPool.__slots__`](https://github.com/Changaco/psycopg2-pool/commit/0145f44efc21a2e1ec078c6d29a4649f9978380f)
        
        ## 1.0 (October 6, 2019)
        
        Initial release.
        
Keywords: postgres psycopg2
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Requires-Python: >= 2.7, != 3.0.*, != 3.1.*, != 3.2.*, != 3.3.*, != 3.4.*
