Metadata-Version: 2.1
Name: dataflake.ldapconnection
Version: 2.1
Summary: LDAP connection library
Home-page: https://github.com/dataflake/dataflake.ldapconnection
Author: Agendaless Consulting and Jens Vagelpohl
Author-email: jens@dataflake.org
License: ZPL 2.1
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 :: 3.7
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: System :: Systems Administration :: Authentication/Directory :: LDAP
Provides-Extra: docs
Provides-Extra: testing
Requires-Dist: setuptools
Requires-Dist: six
Requires-Dist: pyldap
Requires-Dist: zope.interface
Requires-Dist: dataflake.cache
Requires-Dist: dataflake.fakeldap
Provides-Extra: docs
Requires-Dist: sphinx; extra == 'docs'
Requires-Dist: repoze.sphinx.autointerface; extra == 'docs'
Provides-Extra: testing
Requires-Dist: nose; extra == 'testing'
Requires-Dist: coverage; extra == 'testing'

.. 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


