Metadata-Version: 1.0
Name: mockldap
Version: 0.1.4
Summary: A simple mock implementation of python-ldap.
Home-page: http://bitbucket.org/psagers/mockldap/
Author: Peter Sagerson
Author-email: psagers.pypi@ignorare.net
License: BSD
Description: This project provides a mock replacement for python-ldap. It's useful for any
        project that would like to write unit tests against LDAP code without relying on
        a running LDAP server.
        
Keywords: mock,ldap
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Programming Language :: Python
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: BSD License
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: System :: Systems Administration :: Authentication/Directory :: LDAP
Classifier: Topic :: Software Development :: Libraries :: Python Modules
