social-auth-core


Namesocial-auth-core JSON
Version 4.5.3 PyPI version JSON
download
home_pagehttps://github.com/python-social-auth/social-core
SummaryPython social authentication made simple.
upload_time2024-02-14 10:21:22
maintainer
docs_urlNone
authorMatias Aguirre
requires_python>=3.8
licenseBSD
keywords openid oauth saml social auth
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            > ## THIS PROJECT IS OPEN FOR MAINTAINERS
> Development on the python-social-auth projects has been stagnated for a while,
> #445 was open a long time ago to discuss this matter and a plan (failed) was
> presented to fix the situation. For that reason, I'm opening the organization to
> new maintainers that will have the proper permissions to unstuck development.
>
> Those willing to join, contact me by email with the subject `[PSA Maintainer]
> <your name>` and please let me know what motivates you to join in such role.

# Python Social Auth - Core
![Build Status](https://github.com/python-social-auth/social-core/workflows/Flake8/badge.svg)
![Build Status](https://github.com/python-social-auth/social-core/workflows/Tests/badge.svg)
[![Build Status](https://travis-ci.org/python-social-auth/social-core.svg?branch=master)](https://travis-ci.org/python-social-auth/social-core)
[![PyPI version](https://badge.fury.io/py/social-auth-core.svg)](https://badge.fury.io/py/social-auth-core)
[![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)

Python Social Auth is an easy to setup social authentication/registration
mechanism with support for several frameworks and auth providers.

## Description

This is the core component of the python-social-auth ecosystem, it
implements the common interface to define new authentication backends
to third parties services, implement integrations with web frameworks
and storage solutions.

## Documentation

Project documentation is available at http://python-social-auth.readthedocs.org/.

## Setup

```shell
$ pip install social-auth-core
```

## Contributing

See the [CONTRIBUTING.md](CONTRIBUTING.md) document for details.

## Versioning

This project follows [Semantic Versioning 2.0.0](http://semver.org/spec/v2.0.0.html).

## License

This project follows the BSD license. See the [LICENSE](LICENSE) for details.

## Donations

This project is maintained on my spare time, consider donating to keep
it improving.

[![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)



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/python-social-auth/social-core",
    "name": "social-auth-core",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "openid,oauth,saml,social auth",
    "author": "Matias Aguirre",
    "author_email": "matiasaguirre@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/16/d8/b931bb8ee72a749f1d07b0050dcb7339e73981dba52b230cf9bb7a94f5e4/social-auth-core-4.5.3.tar.gz",
    "platform": null,
    "description": "> ## THIS PROJECT IS OPEN FOR MAINTAINERS\n> Development on the python-social-auth projects has been stagnated for a while,\n> #445 was open a long time ago to discuss this matter and a plan (failed) was\n> presented to fix the situation. For that reason, I'm opening the organization to\n> new maintainers that will have the proper permissions to unstuck development.\n>\n> Those willing to join, contact me by email with the subject `[PSA Maintainer]\n> <your name>` and please let me know what motivates you to join in such role.\n\n# Python Social Auth - Core\n![Build Status](https://github.com/python-social-auth/social-core/workflows/Flake8/badge.svg)\n![Build Status](https://github.com/python-social-auth/social-core/workflows/Tests/badge.svg)\n[![Build Status](https://travis-ci.org/python-social-auth/social-core.svg?branch=master)](https://travis-ci.org/python-social-auth/social-core)\n[![PyPI version](https://badge.fury.io/py/social-auth-core.svg)](https://badge.fury.io/py/social-auth-core)\n[![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)\n\nPython Social Auth is an easy to setup social authentication/registration\nmechanism with support for several frameworks and auth providers.\n\n## Description\n\nThis is the core component of the python-social-auth ecosystem, it\nimplements the common interface to define new authentication backends\nto third parties services, implement integrations with web frameworks\nand storage solutions.\n\n## Documentation\n\nProject documentation is available at http://python-social-auth.readthedocs.org/.\n\n## Setup\n\n```shell\n$ pip install social-auth-core\n```\n\n## Contributing\n\nSee the [CONTRIBUTING.md](CONTRIBUTING.md) document for details.\n\n## Versioning\n\nThis project follows [Semantic Versioning 2.0.0](http://semver.org/spec/v2.0.0.html).\n\n## License\n\nThis project follows the BSD license. See the [LICENSE](LICENSE) for details.\n\n## Donations\n\nThis project is maintained on my spare time, consider donating to keep\nit improving.\n\n[![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)\n\n\n",
    "bugtrack_url": null,
    "license": "BSD",
    "summary": "Python social authentication made simple.",
    "version": "4.5.3",
    "project_urls": {
        "Homepage": "https://github.com/python-social-auth/social-core"
    },
    "split_keywords": [
        "openid",
        "oauth",
        "saml",
        "social auth"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4ba054a381ef534e0c430191053d64060a47c1fd9928c453819c3b1063a13233",
                "md5": "020531acef71a71ee3bd50fd381c499d",
                "sha256": "8d16e66eb97bb7be43a023d6efa16628cdc94cefd8d8053930c98a0f676867e7"
            },
            "downloads": -1,
            "filename": "social_auth_core-4.5.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "020531acef71a71ee3bd50fd381c499d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 410082,
            "upload_time": "2024-02-14T10:21:21",
            "upload_time_iso_8601": "2024-02-14T10:21:21.392482Z",
            "url": "https://files.pythonhosted.org/packages/4b/a0/54a381ef534e0c430191053d64060a47c1fd9928c453819c3b1063a13233/social_auth_core-4.5.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "16d8b931bb8ee72a749f1d07b0050dcb7339e73981dba52b230cf9bb7a94f5e4",
                "md5": "95ab787ff8b410b6ef08e23967fd11f6",
                "sha256": "9d9b51b7ce2ccd0b7139e6b7f52a32cb922726de819fb13babe35f12ae89852a"
            },
            "downloads": -1,
            "filename": "social-auth-core-4.5.3.tar.gz",
            "has_sig": false,
            "md5_digest": "95ab787ff8b410b6ef08e23967fd11f6",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 216307,
            "upload_time": "2024-02-14T10:21:22",
            "upload_time_iso_8601": "2024-02-14T10:21:22.918636Z",
            "url": "https://files.pythonhosted.org/packages/16/d8/b931bb8ee72a749f1d07b0050dcb7339e73981dba52b230cf9bb7a94f5e4/social-auth-core-4.5.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-14 10:21:22",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "python-social-auth",
    "github_project": "social-core",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "tox": true,
    "lcname": "social-auth-core"
}
        
Elapsed time: 0.18043s