Metadata-Version: 2.1
Name: python-tldap
Version: 1.0.1
Summary: High level python LDAP Library
Home-page: https://github.com/Karaage-Cluster/python-tldap
Author: Brian May
Author-email: brian@linuxpenguins.xyz
License: GPL3+
Keywords: ldap
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: ldap3
Requires-Dist: passlib
Requires-Dist: six

python-tldap
============
TLDAP is a high level LDAP library for Python that uses Ecto like models
to define LDAP schemas that can then be used in an easy way from Python code.
It also supports fake LDAP transactions, to try and ensure LDAP database
remains in a consistent state, even if there are errors that cause the
transaction to fail.

Documentation can be found at http://python-tldap.readthedocs.org/


