Metadata-Version: 2.1
Name: ldap0
Version: 1.4.10
Summary: Module package for implementing LDAP clients
Home-page: https://code.stroeder.com/pymod/python-ldap0
Download-URL: https://pypi.python.org/pypi/ldap0/
Author: Michael Stroeder
Author-email: michael@stroeder.com
Maintainer: Michael Stroeder
Maintainer-email: michael@stroeder.com
License: Apache-2.0
Project-URL: Code, https://code.stroeder.com/pymod/python-ldap0
Project-URL: Issue tracker, https://code.stroeder.com/pymod/python-ldap0/issues
Keywords: LDAP,OpenLDAP
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: OS Independent
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Unix
Classifier: Operating System :: POSIX
Classifier: Programming Language :: C
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Database
Classifier: Topic :: Internet
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: System :: Systems Administration
Classifier: Topic :: System :: Systems Administration :: Authentication/Directory
Classifier: Topic :: System :: Systems Administration :: Authentication/Directory :: LDAP
Classifier: Typing :: Typed
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: setuptools
Requires-Dist: pyasn1 (>=0.4.2)
Requires-Dist: pyasn1-modules (>=0.2.1)

Module ldap0
============

Module package *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 some Python modules for:

  * parsing and producing LDIF
  * handling LDAP URLs
  * parse and handle LDAPv3 subschema
  * LDAPv3 extended operations and controls
  * automatic tests with OpenLDAP server

Installing this module is required for running this software:

  * [web2ldap](https://web2ldap.de)
  * [Æ-DIR](https://ae-dir.com)
  * [OATH-LDAP](https://oath-ldap.stroeder.com/)
  * [slapdcheck](https://pypi.org/project/slapdcheck/)

Further notes:

  * _ldap0_ means _ldap_ reset.
  * Only works with Python 3.6 or newer!
  * This module is of no general use!
  * Don't use it for your own project!
    The API may change at any time without further notice!
    **You have been warned!**
