Metadata-Version: 1.1
Name: python-tldap
Version: 0.3.14
Summary: High level python LDAP Library
Home-page: https://github.com/Karaage-Cluster/python-tldap
Author: Brian May
Author-email: brian@v3.org.au
License: GPL3+
Description: python-tldap
        ============
        TLDAP is a high level LDAP library for Python that users django-db 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/
        
Keywords: ldap django
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Software Development :: Libraries :: Python Modules
