SLDAP3¶
sldap3 is a strictly RFC 4511 conforming LDAP V3 pure Python server.
Home Page¶
Project home page is https://github.com/cannatag/sldap3
Documentation¶
Documentation is available at http://sldap3.readthedocs.org
License¶
The sldap3 project is open source software released under the LGPL v3 license.
PEP8 Compliance¶
sldap3 is PEP8 compliant, except for line length.
Download¶
Package download is available at https://pypi.python.org/pypi/sldap3.
Install¶
Install with pip install sldap3
Git repository¶
You can download the latest source at https://github.com/cannatag/sldap3
Continuous integration¶
Continuous integration for testing is at https://travis-ci.org/cannatag/sldap3
Support¶
You can submit support tickets on https://github.com/cannatag/sldap3/issues/new
Thanks to¶
- 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.
Contact me¶
For information and suggestions you can contact me at cannatag@gmail.com or you can also a support ticket on https://github.com/cannatag/sldap3/issues/new
Changelog¶
- 0.0.1 - 2015.02.20
- Project structure