PKG-INFO 1.4 KB

12345678910111213141516171819202122232425262728293031
  1. Metadata-Version: 1.0
  2. Name: python-ldap
  3. Version: 2.4.6
  4. Summary: Python modules for implementing LDAP clients
  5. Home-page: http://www.python-ldap.org/
  6. Author: python-ldap project
  7. Author-email: python-ldap@python.org
  8. License: Python style
  9. Download-URL: http://pypi.python.org/pypi/python-ldap/
  10. Description: python-ldap:
  11. python-ldap provides an object-oriented API to access LDAP directory servers
  12. from Python programs. Mainly it wraps the OpenLDAP 2.x libs for that purpose.
  13. Additionally the package contains modules for other LDAP-related stuff
  14. (e.g. processing LDIF, LDAPURLs, LDAPv3 schema, LDAPv3 extended operations
  15. and controls, etc.).
  16. Platform: UNKNOWN
  17. Classifier: Development Status :: 5 - Production/Stable
  18. Classifier: Intended Audience :: Developers
  19. Classifier: Intended Audience :: System Administrators
  20. Classifier: Operating System :: OS Independent
  21. Classifier: Operating System :: MacOS :: MacOS X
  22. Classifier: Operating System :: Microsoft :: Windows
  23. Classifier: Operating System :: POSIX
  24. Classifier: Programming Language :: C
  25. Classifier: Programming Language :: Python
  26. Classifier: Topic :: Database
  27. Classifier: Topic :: Internet
  28. Classifier: Topic :: Software Development :: Libraries :: Python Modules
  29. Classifier: Topic :: System :: Systems Administration :: Authentication/Directory :: LDAP
  30. Classifier: License :: OSI Approved :: Python Software Foundation License