Source: python-ldappool Section: python Priority: optional Maintainer: Debian OpenStack Uploaders: Thomas Goirand , Build-Depends: debhelper-compat (= 10), dh-python, openstack-pkg-tools (>= 75~), python3-all, python3-setuptools, python3-sphinx (>= 1.6.2), Build-Depends-Indep: python3-coverage, python3-fixtures, python3-hacking, python3-ldap (>= 3.0.0~b4), python3-prettytable, python3-stestr, python3-subunit, python3-testresources, python3-testtools (>= 1.4.0), subunit, Standards-Version: 4.1.3 Vcs-Browser: https://salsa.debian.org/openstack-team/python/python-ldappool Vcs-Git: https://salsa.debian.org/openstack-team/python/python-ldappool.git Homepage: https://git.openstack.org/cgit/openstack/ldappool Package: python3-ldappool Architecture: all Depends: python3-ldap (>= 3.0.0~b4), python3-prettytable, python3-six, ${misc:Depends}, ${python3:Depends}, Description: connection pool for python-ldap - Python 3.x 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 . This package provides the Python 3.x module.