Metadata-Version: 2.1
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
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: !=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: psycopg2-binary

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.
