Metadata-Version: 1.1
Name: pyramid-ldap3
Version: 0.1
Summary: pyramid_ldap3
Home-page: http://pylonsproject.org
Author: Chris McDonough, Christoph Zwerschke
Author-email: pylons-discuss@groups.google.com
License: BSD-derived (http://www.repoze.org/LICENSE.txt)
Description: ``pyramid_ldap3``
        =================
        
        ``pyramid_ldap3`` provides LDAP authentication services for your Pyramid
        application.  It is a fork of the ``pyramid_ldap`` package with the goal
        of eliminating the dependency on ``python-ldap`` and ``ldappool``,
        replacing it with a dependency on ``python3-ldap``, which is a pure
        Python package that also supports Python 3.
        
        See the documentation at
        http://pyramid-ldap3.readthedocs.org/en/latest/
        for more information.
        
        
        
        Next release
        ------------
        
        0.1
        ---
        
        -  Initial version
        
Keywords: web pyramid pylons ldap
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Framework :: Pylons
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: System :: Systems Administration :: Authentication/Directory :: LDAP
Classifier: License :: Repoze Public License
