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.

METADATA 1.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. Metadata-Version: 2.0
  2. Name: AuthEncoding
  3. Version: 4.0.0
  4. Summary: Framework for handling LDAP style password hashes.
  5. Home-page: https://github.com/zopefoundation/AuthEncoding
  6. Author: Zope Foundation and Contributors
  7. Author-email: zope-dev@zope.org
  8. License: ZPL 2.1
  9. Platform: UNKNOWN
  10. Classifier: Development Status :: 6 - Mature
  11. Classifier: Environment :: Web Environment
  12. Classifier: Framework :: Zope2
  13. Classifier: License :: OSI Approved :: Zope Public License
  14. Classifier: Operating System :: OS Independent
  15. Classifier: Programming Language :: Python
  16. Classifier: Programming Language :: Python :: 2
  17. Classifier: Programming Language :: Python :: 2.6
  18. Classifier: Programming Language :: Python :: 2.7
  19. Classifier: Programming Language :: Python :: 3
  20. Classifier: Programming Language :: Python :: 3.3
  21. Classifier: Programming Language :: Python :: 3.4
  22. Classifier: Programming Language :: Python :: 3.5
  23. Classifier: Programming Language :: Python :: Implementation :: CPython
  24. Classifier: Programming Language :: Python :: Implementation :: PyPy
  25. Classifier: Topic :: System :: Systems Administration :: Authentication/Directory :: LDAP
  26. Requires-Dist: six
  27. Provides-Extra: test
  28. Requires-Dist: pytest; extra == 'test'
  29. Overview
  30. ========
  31. AuthEncoding is a framework for handling LDAP style password hashes.
  32. It is used in Zope2 but does not depend on any other Zope package.
  33. Changelog
  34. =========
  35. 4.0.0 (2015-09-30)
  36. ------------------
  37. - Supporting Python 3.3 up to 3.5 and PyPy2.
  38. - Added ``SHA256DigestScheme``.
  39. 3.0.0 (2015-09-28)
  40. ------------------
  41. - Extracted from ``AccessControl 3.0.11``