• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

social_auth_core.egg-info/H03-May-2022-8263

social_core/H10-Jan-2021-22,51318,594

CHANGELOG.mdH A D10-Jan-202116.1 KiB386317

LICENSEH A D10-Jan-20211.5 KiB2822

MANIFEST.inH A D10-Jan-2021223 106

PKG-INFOH A D10-Jan-20213.7 KiB8263

README.mdH A D10-Jan-20212.3 KiB5436

setup.cfgH A D10-Jan-2021144 96

setup.pyH A D10-Jan-20213.7 KiB11591

README.md

1> ## THIS PROJECT IS OPEN FOR MAINTAINERS
2> Development on the ptyhon-social-auth projects has been stagnated for a while,
3> #445 was open a long time ago to discuss this matter and a plan (failed) was
4> presented to fix the situation. For that reason, I'm opening the organization to
5> new maintainers that will have the proper permissions to unstuck development.
6>
7> Those willing to join, contact me by email with the subject `[PSA Maintainer]
8> <your name>` and please let me know what motivates you to join in such role.
9
10# Python Social Auth - Core
11![Build Status](https://github.com/python-social-auth/social-core/workflows/Flake8/badge.svg)
12![Build Status](https://github.com/python-social-auth/social-core/workflows/Tests/badge.svg)
13[![Build Status](https://travis-ci.org/python-social-auth/social-core.svg?branch=master)](https://travis-ci.org/python-social-auth/social-core)
14[![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)
15
16Python Social Auth is an easy to setup social authentication/registration
17mechanism with support for several frameworks and auth providers.
18
19## Description
20
21This is the core component of the python-social-auth ecosystem, it
22implements the common interface to define new authentication backends
23to third parties services, implement integrations with web frameworks
24and storage solutions.
25
26## Documentation
27
28Project documentation is available at http://python-social-auth.readthedocs.org/.
29
30## Setup
31
32```shell
33$ pip install social-auth-core
34```
35
36## Contributing
37
38See the [CONTRIBUTING.md](CONTRIBUTING.md) document for details.
39
40## Versioning
41
42This project follows [Semantic Versioning 2.0.0](http://semver.org/spec/v2.0.0.html).
43
44## License
45
46This project follows the BSD license. See the [LICENSE](LICENSE) for details.
47
48## Donations
49
50This project is maintened on my spare time, consider donating to keep
51it improving.
52
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)
54