Source: flask-ldapconn
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders:
 Dominik George <nik@naturalnet.de>,
Section: python
Priority: optional
Build-Depends:
 debhelper (>= 10),
 dh-python,
 python-all (>= 2.6.6-3),
 python-flask,
 python-ldap3 (<< 2.0~),
 python-setuptools (>= 0.6b3),
 python-six,
 python3-all,
 python3-flask,
 python3-ldap3 (<< 2.0~),
 python3-setuptools,
 python3-six,
Standards-Version: 3.9.8
Homepage: https://github.com/rroemhild/flask-ldapconn
Testsuite: autopkgtest-pkg-python
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/flask-ldapconn.git
Vcs-Browser: https://anonscm.debian.org/git/python-modules/packages/flask-ldapconn.git

Package: python-flask-ldapconn
Architecture: all
Depends:
 python-flask,
 ${misc:Depends},
 ${python:Depends},
Description: LDAP connection and ORM for Flask Applications (Python 2)
 Flask-LDAPConn is a Flask extension providing ldap3 (an LDAP V3 pure Python
 client) connection for accessing LDAP servers.
 .
 To abstract access to LDAP data, this extension provides a simple ORM model.
 .
 This package contains the Python 2 version of the module.

Package: python3-flask-ldapconn
Architecture: all
Depends:
 python3-flask,
 ${misc:Depends},
 ${python3:Depends},
Description: LDAP connection and ORM for Flask Applications (Python 3)
 Flask-LDAPConn is a Flask extension providing ldap3 (an LDAP V3 pure Python
 client) connection for accessing LDAP servers.
 .
 To abstract access to LDAP data, this extension provides a simple ORM model.
 .
 This package contains the Python 3 version of the module.
