Development of an internal social media platform with personalised dashboards for students
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

PKG-INFO 1.7KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. Metadata-Version: 1.2
  2. Name: python-ldap
  3. Version: 3.1.0
  4. Summary: Python modules for implementing LDAP clients
  5. Home-page: https://www.python-ldap.org/
  6. Author: python-ldap project
  7. Author-email: python-ldap@python.org
  8. License: Python style
  9. Download-URL: https://pypi.org/project/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: Programming Language :: Python :: 2
  27. Classifier: Programming Language :: Python :: 2.7
  28. Classifier: Programming Language :: Python :: 3
  29. Classifier: Programming Language :: Python :: 3.4
  30. Classifier: Programming Language :: Python :: 3.5
  31. Classifier: Programming Language :: Python :: 3.6
  32. Classifier: Topic :: Database
  33. Classifier: Topic :: Internet
  34. Classifier: Topic :: Software Development :: Libraries :: Python Modules
  35. Classifier: Topic :: System :: Systems Administration :: Authentication/Directory :: LDAP
  36. Classifier: License :: OSI Approved :: Python Software Foundation License
  37. Requires-Python: >=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*