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

Package: python-ldappool
Architecture: all
Pre-Depends: dpkg (>= 1.15.6~)
Depends: python-ldap, ${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
