METADATA 1.2 KB

123456789101112131415161718192021222324252627
  1. Metadata-Version: 2.0
  2. Name: python-openid
  3. Version: 2.2.5
  4. Summary: OpenID support for servers and consumers.
  5. Home-page: http://github.com/openid/python-openid
  6. Author: JanRain
  7. Author-email: openid@janrain.com
  8. License: UNKNOWN
  9. Download-URL: http://github.com/openid/python-openid/tarball/2.2.5
  10. Platform: UNKNOWN
  11. Classifier: Development Status :: 5 - Production/Stable
  12. Classifier: Environment :: Web Environment
  13. Classifier: Intended Audience :: Developers
  14. Classifier: License :: OSI Approved :: Apache Software License
  15. Classifier: Operating System :: POSIX
  16. Classifier: Programming Language :: Python
  17. Classifier: Topic :: Internet :: WWW/HTTP
  18. Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content :: CGI Tools/Libraries
  19. Classifier: Topic :: Software Development :: Libraries :: Python Modules
  20. Classifier: Topic :: System :: Systems Administration :: Authentication/Directory
  21. This is a set of Python packages to support use of
  22. the OpenID decentralized identity system in your application. Want to enable
  23. single sign-on for your web site? Use the openid.consumer package. Want to
  24. run your own OpenID server? Check out openid.server. Includes example code
  25. and support for a variety of storage back-ends.