Metadata-Version: 1.1
Name: dataflake.ldapconnection
Version: 2.0
Summary: LDAP connection library
Home-page: http://pypi.python.org/pypi/dataflake.ldapconnection
Author: Agendaless Consulting and Jens Vagelpohl
Author-email: jens@dataflake.org
License: ZPL 2.1
Description-Content-Type: UNKNOWN
Description: .. image:: https://api.travis-ci.org/dataflake/dataflake.ldapconnection.svg?branch=master
           :target: https://travis-ci.org/dataflake/dataflake.ldapconnection
        
        .. image:: https://readthedocs.org/projects/dataflakeldapconnection/badge/?version=latest
           :target: https://dataflakeldapconnection.readthedocs.io
           :alt: Documentation Status
        
        .. image:: https://img.shields.io/pypi/v/dataflake.ldapconnection.svg
           :target: https://pypi.python.org/pypi/dataflake.ldapconnection
           :alt: PyPI
        
        .. image:: https://img.shields.io/pypi/pyversions/dataflake.ldapconnection.svg
           :target: https://pypi.python.org/pypi/dataflake.ldapconnection
           :alt: Python versions
        
        ==========================
         dataflake.ldapconnection
        ==========================
        This package provides an abstraction layer on top of ``pyldap``. It
        offers a connection object with simplified methods for inserting, 
        modifying, searching and deleting records in the LDAP directory tree.
        Failover/redundancy can be achieved by supplying connection data for 
        more than one LDAP server.
        
        
        Documentation
        =============
        Full documentation is available at
        http://dataflakeldapconnection.readthedocs.io
        
        Bug tracker
        ===========
        A bug tracker is available at
        https://github.com/dataflake/dataflake.ldapconnection/issues
        
        ------------------------------------------------------------
        
        Download
        ========
Keywords: ldap ldapv3
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Zope Public License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: System :: Systems Administration :: Authentication/Directory :: LDAP
