Project home page is https://github.com/cfelder/ldap3-orm
Documentation is available at http://code.bsm-felder.de/doc/ldap3-orm
The ldap3-orm library is open source software released under the LGPL-3.0+ license (http://www.gnu.org/licenses/lgpl-3.0.html).
ldap3 is PEP8 compliant.
Package download is available at https://pypi.python.org/pypi/ldap3-orm.
ldap-orm can be installed from the Python Package Index using pip
or
pip3
.
$ pip3 install ldap3-orm
This will install ldap3-orm and its minimal requirements necessary for importing the package and using it in your own projects. For installing ldap3-orm with all possible requirements the following command can be used.
$ pip3 install ldap3-orm[all]
You can download the latest source at https://github.com/cfelder/ldap3-orm