METADATA 2.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. Metadata-Version: 2.1
  2. Name: social-auth-app-django
  3. Version: 4.0.0
  4. Summary: Python Social Authentication, Django integration.
  5. Home-page: https://github.com/python-social-auth/social-app-django
  6. Author: Matias Aguirre
  7. Author-email: matiasaguirre@gmail.com
  8. License: BSD
  9. Keywords: django,social auth
  10. Platform: UNKNOWN
  11. Classifier: Development Status :: 4 - Beta
  12. Classifier: Topic :: Internet
  13. Classifier: License :: OSI Approved :: BSD License
  14. Classifier: Intended Audience :: Developers
  15. Classifier: Environment :: Web Environment
  16. Classifier: Programming Language :: Python
  17. Classifier: Programming Language :: Python :: 2.7
  18. Classifier: Programming Language :: Python :: 3
  19. Description-Content-Type: text/markdown
  20. Requires-Dist: six
  21. Requires-Dist: social-auth-core (>=3.3.0)
  22. # Python Social Auth - Django
  23. [![Build Status](https://travis-ci.org/python-social-auth/social-app-django.svg?branch=master)](https://travis-ci.org/python-social-auth/social-app-django)
  24. [![Donate](https://img.shields.io/badge/Donate-PayPal-orange.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=matiasaguirre%40gmail%2ecom&lc=US&item_name=Python%20Social%20Auth&no_note=0&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHostedGuest)
  25. [![PyPI version](https://badge.fury.io/py/social-auth-app-django.svg)](https://badge.fury.io/py/social-auth-app-django)
  26. Python Social Auth is an easy to setup social authentication/registration
  27. mechanism with support for several frameworks and auth providers.
  28. ## Description
  29. This is the [Django](https://www.djangoproject.com/) component of the
  30. [python-social-auth ecosystem](https://github.com/python-social-auth/social-core),
  31. it implements the needed functionality to integrate
  32. [social-auth-core](https://github.com/python-social-auth/social-core)
  33. in a Django based project.
  34. ## Django version
  35. This project will focus on the currently supported Django releases as
  36. stated on the [Django Project Supported Versions table](https://www.djangoproject.com/download/#supported-versions).
  37. Backward compatibility with unsupported versions won't be enforced.
  38. ## Documentation
  39. Project documentation is available at http://python-social-auth.readthedocs.org/.
  40. ## Setup
  41. ```shell
  42. $ pip install social-auth-app-django
  43. ```
  44. ## Contributing
  45. See the [CONTRIBUTING.md](CONTRIBUTING.md) document for details.
  46. ## Versioning
  47. This project follows [Semantic Versioning 2.0.0](http://semver.org/spec/v2.0.0.html).
  48. ## License
  49. This project follows the BSD license. See the [LICENSE](LICENSE) for details.
  50. ## Donations
  51. This project is maintained on my spare time, consider donating to keep
  52. it improving.
  53. [![Donate](https://img.shields.io/badge/Donate-PayPal-orange.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=matiasaguirre%40gmail%2ecom&lc=US&item_name=Python%20Social%20Auth&no_note=0&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHostedGuest)