METADATA 2.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. Metadata-Version: 2.0
  2. Name: django-browserid
  3. Version: 2.0.2
  4. Summary: Django application for adding BrowserID support.
  5. Home-page: https://github.com/mozilla/django-browserid
  6. Author: Paul Osman, Michael Kelly
  7. Author-email: mkelly@mozilla.com
  8. License: MPL v2.0
  9. Platform: UNKNOWN
  10. Classifier: Development Status :: 4 - Beta
  11. Classifier: Environment :: Web Environment
  12. Classifier: Framework :: Django
  13. Classifier: Intended Audience :: Developers
  14. Classifier: License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)
  15. Classifier: Operating System :: OS Independent
  16. Classifier: Programming Language :: Python
  17. Classifier: Programming Language :: Python :: 2.6
  18. Classifier: Programming Language :: Python :: 2.7
  19. Classifier: Programming Language :: Python :: 3.2
  20. Classifier: Programming Language :: Python :: 3.3
  21. Classifier: Programming Language :: Python :: 3.4
  22. Requires-Dist: requests (>=1.0.0)
  23. Persona is Shutting Down
  24. ========================
  25. Mozilla has announced that `Persona will be shutting down November 2016`_.
  26. django-browserid `relies on the Persona service`_ and will stop functioning
  27. properly once Persona is shut down. While it is possible to self-host Persona
  28. and configure django-browserid to rely on your own instance, this is difficult
  29. and not recommended. See the wiki page linked above for recommended alternatives
  30. to Persona for authentication.
  31. .. _Persona will be shutting down November 2016: https://wiki.mozilla.org/Identity/Persona_Shutdown_Guidelines_for_Reliers
  32. .. _relies on the Persona service: http://django-browserid.readthedocs.org/en/latest/user/intro.html#persona-dependence
  33. django-browserid
  34. ================
  35. |TravisCI|_
  36. .. |TravisCI| image:: https://travis-ci.org/mozilla/django-browserid.svg?branch=master
  37. .. _TravisCI: https://travis-ci.org/mozilla/django-browserid
  38. django-browserid is a library that integrates BrowserID_ authentication into
  39. Django_.
  40. Supported versions include Python 2.7, 3.4, and onward, and Django 1.8 and up.
  41. For more details, check this project's `tox test suite`_ or TravisCI_.
  42. .. _Django: https://www.djangoproject.com/
  43. .. _BrowserID: https://login.persona.org/
  44. .. _tox test suite: https://github.com/mozilla/django-browserid/blob/master/tox.ini
  45. Documentation
  46. -------------
  47. http://django-browserid.readthedocs.org/
  48. Need Help?
  49. ----------
  50. First, check out the `troubleshooting`_ section of the documentation, which
  51. covers solutions to several common problems.
  52. If that doesn't help, questions can be sent to the #webdev channel on
  53. irc.mozilla.org, or by email to the `current maintainer`_.
  54. .. _troubleshooting: http://django-browserid.readthedocs.org/en/latest/user/troubleshooting.html
  55. .. _current maintainer: mailto:mkelly@mozilla.org
  56. License
  57. -------
  58. This software is licensed under the `Mozilla Public License v. 2.0`_. For more
  59. information, read the file ``LICENSE``.
  60. .. _Mozilla Public License v. 2.0: https://www.mozilla.org/MPL/2.0/