# LDAPom
LDAPom is a pythonic LDAP to Python object mapper. It should work with Python 2.7 and all versions of Python 3.
## Testing
Because LDAPom uses a real LDAP server for testing, OpenLDAP is required to be installed (i.e. slapd and slapadd have to be in $PATH).
# Install development dependencies pip install -r dev-requirements.txt # Run the tests python tests.py
## A note about Unicode strings in Python 2
LDAPom is source-code compatible with both Python 2 and Python 3. However, LDAPom expects unicode strings to be passed to it whenever a string is required.
For Python 2, this means that you should use the unicode type for str-type arguments and the str/bytes type for bytes-type arguments.
In Python 3, everything is exactly as you would expect. str for strings, bytes for binary data. Simple, really.
## License
LDAPom is licensed under the MIT license. For more information, see the COPYING file.
Release files for ldapom 0.12.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| ldapom-0.12.1.tar.gz | 25.2 kB | Details |
Release files / ldapom-0.12.1.tar.gz
| Download URL | ldapom-0.12.1.tar.gz |
|---|---|
| Size | 25.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
7186899e57853a0bb9523b6723dc40a9bb6fe426fe41dfe36ba69e45bc00168b
|
|
BLAKE2b-256 checksum How to use checksums |
189b3e1f70c2efec74d2b20e3d188f017daab694a9bd52ecf1752bc75761ec87
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |