PKG-INFO 1.4 KB

12345678910111213141516171819202122232425262728
  1. Metadata-Version: 1.1
  2. Name: django-openid-auth
  3. Version: 0.14
  4. Summary: OpenID integration for django.contrib.auth
  5. Home-page: https://launchpad.net/django-openid-auth
  6. Author: Canonical Ltd
  7. Author-email: noreply@canonical.com
  8. License: BSD
  9. Download-URL: http://launchpad.net/django-openid-auth/trunk/0.14/+download/django-openid-auth-0.14.tar.gz
  10. Description: A library that can be used to add OpenID support to Django applications.
  11. The library integrates with Django's built in authentication system, so
  12. most applications require minimal changes to support OpenID llogin. The
  13. library also includes the following features:
  14. * Basic user details are transferred from the OpenID server via the
  15. Simple Registration extension or Attribute Exchange extension.
  16. * can be configured to use a fixed OpenID server URL, for use in SSO.
  17. * supports the launchpad.net teams extension to get team membership
  18. info.
  19. Platform: any
  20. Classifier: Development Status :: 5 - Production/Stable
  21. Classifier: Environment :: Web Environment
  22. Classifier: Framework :: Django
  23. Classifier: Intended Audience :: Developers
  24. Classifier: License :: OSI Approved :: BSD License
  25. Classifier: Operating System :: OS Independent
  26. Classifier: Programming Language :: Python
  27. Classifier: Topic :: Software Development :: Libraries :: Python Modules