ldap3 is a strictly RFC 4510 conforming LDAP V3 pure Python client library. The same codebase works with Python 2, Python 3, PyPy, PyPy3 and Nuikta.
[This project was previously named python3-ldap]
Project home page is https://github.com/cannatag/ldap3
Documentation is available at https://ldap3.readthedocs.org
The ldap3 project is open source software released under the LGPL v3 license.
ldap3 is PEP8 compliant, except for line length.
Package download is available at https://pypi.python.org/pypi/ldap3.
Install with pip install ldap3
You can download the latest source at https://github.com/cannatag/ldap3
Continuous integration for testing is at https://travis-ci.org/cannatag/ldap3
You can submit support tickets on https://github.com/cannatag/ldap3/issues/new
- Ilya Etingof, the author of the pyasn1 package for his excellent work and support.
- Mark Lutz for his Learning Python and Programming Python excellent books series and John Goerzen and Brandon Rhodes for their book Foundations of Python Network Programming. These books are wonderful tools for learning Python and this project owes a lot to them.
- JetBrains for donating to this project the Open Source license of PyCharm 3 Professional.
- GitHub for providing the free source repository space and the tools I use to develop this project.
- The Python Software Foundation for providing support for the test lab infrastructure.
For information and suggestions you can contact me at [email protected] or you can also a support ticket on https://github.com/cannatag/ldap3/issues/new
You can read the current changelog at https://ldap3.readthedocs.org/changelog.html