Metadata-Version: 2.1
Name: ldap3-orm
Version: 2.7.0
Summary: ldap3-orm, object-relational mapping for ldap3
Home-page: https://github.com/cfelder/ldap3-orm
Author: Christian Felder
Author-email: webmaster@bsm-felder.de
License: LGPL-3.0+
Description: ldap3-orm
        =========
        
        .. image:: https://img.shields.io/pypi/v/ldap3-orm.svg
            :target: https://pypi.python.org/pypi/ldap3-orm
            :alt: Latest Version
        
        .. image:: https://img.shields.io/pypi/l/ldap3-orm.svg
            :target: https://pypi.python.org/pypi/ldap3-orm
            :alt: License
        
        | ldap3-orm is an object-relational mapper for LDAP data based on the
          `ldap3 project <http://ldap3.readthedocs.io>`_
        
        
        Home Page
        ---------
        
        Project home page is https://github.com/cfelder/ldap3-orm
        
        
        Documentation
        -------------
        
        Documentation is available at http://code.bsm-felder.de/doc/ldap3-orm
        
        
        License
        -------
        
        The ldap3-orm library is open source software released under the
        **LGPL-3.0+ license** (http://www.gnu.org/licenses/lgpl-3.0.html).
        
        
        PEP8 Compliance
        ---------------
        
        ldap3 is PEP8 compliant.
        
        
        Download
        --------
        
        Package download is available at https://pypi.python.org/pypi/ldap3-orm.
        
        
        Install
        -------
        
        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]
        
        
        Git repository
        --------------
        
        You can download the latest source at https://github.com/cfelder/ldap3-orm
        
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: System :: Systems Administration
Classifier: Topic :: System :: Systems Administration :: Authentication/Directory
Classifier: Topic :: System :: Systems Administration :: Authentication/Directory :: LDAP
Provides-Extra: all
Provides-Extra: ipython
Provides-Extra: jupyter
