PKG-INFO 1.2 KB

12345678910111213141516171819202122232425
  1. Metadata-Version: 1.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. Description: This is a set of Python packages to support use of
  11. the OpenID decentralized identity system in your application. Want to enable
  12. single sign-on for your web site? Use the openid.consumer package. Want to
  13. run your own OpenID server? Check out openid.server. Includes example code
  14. and support for a variety of storage back-ends.
  15. Platform: UNKNOWN
  16. Classifier: Development Status :: 5 - Production/Stable
  17. Classifier: Environment :: Web Environment
  18. Classifier: Intended Audience :: Developers
  19. Classifier: License :: OSI Approved :: Apache Software License
  20. Classifier: Operating System :: POSIX
  21. Classifier: Programming Language :: Python
  22. Classifier: Topic :: Internet :: WWW/HTTP
  23. Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content :: CGI Tools/Libraries
  24. Classifier: Topic :: Software Development :: Libraries :: Python Modules
  25. Classifier: Topic :: System :: Systems Administration :: Authentication/Directory