Source: python-ldappool
Section: python
Priority: optional
Maintainer: MOS Linux team <mos-linux@mirantis.com>
Build-Depends: debhelper (>= 9),
               dh-python,
               python-all (>= 2.7.1),
               python-ldap,
               python-nose,
               python-pbr (>= 1.8),
               python-setuptools,
               python3-all,
               python3-setuptools,
Standards-Version: 3.9.5
Homepage: https://github.com/openstack/ldappool.git

Package: python-ldappool
Architecture: all
Depends: python-ldap,
         python-six,
         ${misc:Depends},
         ${python:Depends},
Description: connection pool for python-ldap
 A simple connector pool for python-ldap. The pool keeps LDAP connectors alive
 and let you reuse them, drastically reducing the time spent to initiate a ldap
 connection.
 .
 The pool has useful features like:
  * transparent reconnection on failures or server restarts
  * configurable pool size and connectors timeouts
  * configurable max lifetime for connectors
  * a context manager to simplify acquiring and releasing a connector
