Metadata-Version: 1.2
Name: ldap0
Version: 0.0.40.3
Summary: ldap0 -- Python module package for implementing LDAP clients
Home-page: https://pypi.python.org/pypi/ldap0/
Author: Michael Stroeder
Author-email: michael@stroeder.com
License: Python style
Download-URL: https://pypi.python.org/pypi/ldap0/
Description-Content-Type: UNKNOWN
Description: ldap0 provides an object-oriented API to access LDAP directory servers
        from Python programs. Mainly it wraps the OpenLDAP 2.x libs for that purpose.
        Additionally the package contains Python modules:
        - parsing and producing LDIF
        - handle LDAPURLs
        - parse and handle LDAPv3 subschema
        - LDAPv3 extended operations and controls
        - automatic tests with OpenLDAP server
        This package is a non-compatible fork of python-ldap and
        therefore uses the separate module name-space 'ldap0'.
        
Keywords: LDAP,OpenLDAP
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Operating System :: OS Independent
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Programming Language :: C
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Topic :: Database
Classifier: Topic :: Internet
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: System :: Systems Administration :: Authentication/Directory :: LDAP
Classifier: License :: OSI Approved :: Python Software Foundation License
Requires-Python: ==2.7.*
