<p id="main" align="center">
<img src="https://authress.io/static/images/linkedin-banner.png" alt="Authress media banner">
</p>
# Authress SDK for Python
This is the Authress SDK for Python. Authress provides an authorization API for user identity, access control, and api key management as a drop in SaaS.
The Nuget package connects to the [Authress API](https://authress.io/app/#/api). You can use Authress to build authentication and authorization directly into your applications and services. Additionally, Authress can be used locally to develop faster without needing an [Authress Account](https://authress.io).
<p align="center">
<a href="https://badge.fury.io/py/authress" alt="Authress pypi package"><img src="https://badge.fury.io/py/authress.svg"></a>
<a href="https://github.com/Authress/authress-sdk.py/actions/workflows/build.yml" alt="Build status"><img src="https://github.com/Authress/authress-sdk.py/actions/workflows/build.yml/badge.svg"></a>
<a href="https://github.com/Authress/authress-sdk.py/blob/main/LICENSE" alt="Apache-2.0"><img src="https://img.shields.io/badge/License-Apache%202.0-blue.svg"></a>
<a href="https://authress.io/community" alt="authress community"><img src="https://img.shields.io/badge/Community-Authress-fbaf0b.svg"></a>
</p>
## Usage
```sh
pip install authress
```
(you may need to run `pip` with root permission: `sudo pip install authress`)
Then import the package:
```python
import authress
```
## Getting Started
### Reference Guide
See the SDK reference guide for a examples of commonly executed blocks with descriptions.
<!-- Use absolute links, to support this link working from PyPI-->
[SDK Documentation](https://github.com/Authress/authress-sdk.py/blob/main/docs/README.md)
## Quick Examples:
<!-- Use absolute links, to support this link working from PyPI-->
* [Authorize using a user token](https://github.com/Authress/authress-sdk.py/blob/main/docs/EXAMPLES.md#authorize-using-a-user-token)
* [Authorize with a service client](https://github.com/Authress/authress-sdk.py/blob/main/docs/EXAMPLES.md#authorize-with-a-service-client)
* [Using the Authress service client as an API key](https://github.com/Authress/authress-sdk.py/blob/main/docs/EXAMPLES.md#using-the-authress-service-client-as-an-api-key)
* [Embedding service clients into your api](https://github.com/Authress/authress-sdk.py/blob/main/docs/EXAMPLES.md#generation-of-service-client)
* [Token verification](https://github.com/Authress/authress-sdk.py/blob/main/docs/EXAMPLES.md#token-verifier)
## Contribution Guide
<!-- Use absolute links, to support this link working from PyPI-->
[Developing for the Python SDK](https://github.com/Authress/authress-sdk.py/blob/main/contributing.md)
Raw data
{
"_id": null,
"home_page": "https://github.com/Authress/authress-sdk.py.git",
"name": "authress",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": "Authorization as a service, Security, authorization, authorization as a service, authentication, user authentication, Authress, Authress client, access management, access management as a service, user security, oso, polar, open source policy engine, embedded authorization, batteries included authorization, verified, verified access, verified permissions",
"author": "Authress Developers",
"author_email": "developers@authress.io",
"download_url": "https://files.pythonhosted.org/packages/9e/e4/f861b8d6c01197ad8b4c0e18c0d429e4238c7de491a006f7460d1f8f76f4/authress-3.1.113.tar.gz",
"platform": null,
"description": "<p id=\"main\" align=\"center\">\n <img src=\"https://authress.io/static/images/linkedin-banner.png\" alt=\"Authress media banner\">\n</p>\n\n# Authress SDK for Python\n\nThis is the Authress SDK for Python. Authress provides an authorization API for user identity, access control, and api key management as a drop in SaaS.\n\nThe Nuget package connects to the [Authress API](https://authress.io/app/#/api). You can use Authress to build authentication and authorization directly into your applications and services. Additionally, Authress can be used locally to develop faster without needing an [Authress Account](https://authress.io).\n\n<p align=\"center\">\n <a href=\"https://badge.fury.io/py/authress\" alt=\"Authress pypi package\"><img src=\"https://badge.fury.io/py/authress.svg\"></a>\n <a href=\"https://github.com/Authress/authress-sdk.py/actions/workflows/build.yml\" alt=\"Build status\"><img src=\"https://github.com/Authress/authress-sdk.py/actions/workflows/build.yml/badge.svg\"></a>\n <a href=\"https://github.com/Authress/authress-sdk.py/blob/main/LICENSE\" alt=\"Apache-2.0\"><img src=\"https://img.shields.io/badge/License-Apache%202.0-blue.svg\"></a>\n <a href=\"https://authress.io/community\" alt=\"authress community\"><img src=\"https://img.shields.io/badge/Community-Authress-fbaf0b.svg\"></a>\n</p>\n\n## Usage\n\n```sh\npip install authress\n```\n(you may need to run `pip` with root permission: `sudo pip install authress`)\n\nThen import the package:\n```python\nimport authress\n```\n\n## Getting Started\n\n\n### Reference Guide\n\nSee the SDK reference guide for a examples of commonly executed blocks with descriptions.\n\n<!-- Use absolute links, to support this link working from PyPI-->\n[SDK Documentation](https://github.com/Authress/authress-sdk.py/blob/main/docs/README.md)\n\n\n## Quick Examples:\n\n<!-- Use absolute links, to support this link working from PyPI-->\n\n* [Authorize using a user token](https://github.com/Authress/authress-sdk.py/blob/main/docs/EXAMPLES.md#authorize-using-a-user-token)\n* [Authorize with a service client](https://github.com/Authress/authress-sdk.py/blob/main/docs/EXAMPLES.md#authorize-with-a-service-client)\n* [Using the Authress service client as an API key](https://github.com/Authress/authress-sdk.py/blob/main/docs/EXAMPLES.md#using-the-authress-service-client-as-an-api-key)\n* [Embedding service clients into your api](https://github.com/Authress/authress-sdk.py/blob/main/docs/EXAMPLES.md#generation-of-service-client)\n* [Token verification](https://github.com/Authress/authress-sdk.py/blob/main/docs/EXAMPLES.md#token-verifier)\n\n## Contribution Guide\n\n<!-- Use absolute links, to support this link working from PyPI-->\n\n[Developing for the Python SDK](https://github.com/Authress/authress-sdk.py/blob/main/contributing.md)\n",
"bugtrack_url": null,
"license": "Apache-2.0",
"summary": "Authress SDK for authorization as a service and interact with the Authress API.",
"version": "3.1.113",
"project_urls": {
"Homepage": "https://github.com/Authress/authress-sdk.py.git"
},
"split_keywords": [
"authorization as a service",
" security",
" authorization",
" authorization as a service",
" authentication",
" user authentication",
" authress",
" authress client",
" access management",
" access management as a service",
" user security",
" oso",
" polar",
" open source policy engine",
" embedded authorization",
" batteries included authorization",
" verified",
" verified access",
" verified permissions"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "7e22ecfda91a5d65fc0365dd294eae231532be45a82faaf82520c2ba88e68256",
"md5": "d55f23d35a9269d00f02fce667c98fef",
"sha256": "002b3e08fb49125256e10dec849e2c7b81d53dd67fef2d058d72d2883be7921e"
},
"downloads": -1,
"filename": "authress-3.1.113-py3-none-any.whl",
"has_sig": false,
"md5_digest": "d55f23d35a9269d00f02fce667c98fef",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 196004,
"upload_time": "2024-11-02T10:44:48",
"upload_time_iso_8601": "2024-11-02T10:44:48.172449Z",
"url": "https://files.pythonhosted.org/packages/7e/22/ecfda91a5d65fc0365dd294eae231532be45a82faaf82520c2ba88e68256/authress-3.1.113-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "9ee4f861b8d6c01197ad8b4c0e18c0d429e4238c7de491a006f7460d1f8f76f4",
"md5": "d19859f6de316803fb3e3883338504fb",
"sha256": "673a72b3eb11f77544dcd75a0c790a5a462a54983a685f2502c170f8588c9cc2"
},
"downloads": -1,
"filename": "authress-3.1.113.tar.gz",
"has_sig": false,
"md5_digest": "d19859f6de316803fb3e3883338504fb",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 98502,
"upload_time": "2024-11-02T10:44:49",
"upload_time_iso_8601": "2024-11-02T10:44:49.497343Z",
"url": "https://files.pythonhosted.org/packages/9e/e4/f861b8d6c01197ad8b4c0e18c0d429e4238c7de491a006f7460d1f8f76f4/authress-3.1.113.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-11-02 10:44:49",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "Authress",
"github_project": "authress-sdk.py",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [],
"tox": true,
"lcname": "authress"
}