Coder Social home page Coder Social logo

ldapom's Introduction

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.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.