METADATA 1.5 KB

1234567891011121314151617181920212223242526272829303132333435
  1. Metadata-Version: 2.1
  2. Name: python3-openid
  3. Version: 3.2.0
  4. Summary: OpenID support for modern servers and consumers.
  5. Home-page: http://github.com/necaris/python3-openid
  6. Author: Rami Chowdhury
  7. Author-email: rami.chowdhury@gmail.com
  8. Maintainer: Rami Chowdhury
  9. Maintainer-email: rami.chowdhury@gmail.com
  10. License: UNKNOWN
  11. Download-URL: http://github.com/necaris/python3-openid/tarball/v3.2.0
  12. Platform: UNKNOWN
  13. Classifier: Development Status :: 5 - Production/Stable
  14. Classifier: Environment :: Web Environment
  15. Classifier: Intended Audience :: Developers
  16. Classifier: License :: OSI Approved :: Apache Software License
  17. Classifier: Operating System :: POSIX
  18. Classifier: Programming Language :: Python
  19. Classifier: Programming Language :: Python :: 3
  20. Classifier: Topic :: Internet :: WWW/HTTP
  21. Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content :: CGI Tools/Libraries
  22. Classifier: Topic :: Software Development :: Libraries :: Python Modules
  23. Classifier: Topic :: System :: Systems Administration :: Authentication/Directory
  24. Requires-Dist: defusedxml
  25. Provides-Extra: mysql
  26. Requires-Dist: mysql-connector-python ; extra == 'mysql'
  27. Provides-Extra: postgresql
  28. Requires-Dist: psycopg2 ; extra == 'postgresql'
  29. This is a set of Python packages to support use of
  30. the OpenID decentralized identity system in your application, update to Python
  31. 3. Want to enable single sign-on for your web site? Use the openid.consumer
  32. package. Want to run your own OpenID server? Check out openid.server.
  33. Includes example code and support for a variety of storage back-ends.