authress


Nameauthress JSON
Version 3.0.70 PyPI version JSON
download
home_pagehttps://github.com/Authress/authress-sdk.py.git
SummaryAuthress SDK for authorization as a service and interact with the Authress API.
upload_time2024-05-01 13:20:57
maintainerNone
docs_urlNone
authorAuthress Developers
requires_pythonNone
licenseApache-2.0
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
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <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.

[SDK Documentation](https://github.com/Authress/authress-sdk.py/blob/main/docs/README.md)


## Quick Examples:

* [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

[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/59/92/1b0bf6cd0eeb2436c91579352d6a6a6fe5825ad365dd6a12cd6859167beb/authress-3.0.70.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[SDK Documentation](https://github.com/Authress/authress-sdk.py/blob/main/docs/README.md)\n\n\n## Quick Examples:\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[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.0.70",
    "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": "106a2ac812aa60bbb67f560fe2c5553ffe94c6d4d5be3f8003b127f816d73181",
                "md5": "070297c34b3f51d2c6ff0cd71687fb2d",
                "sha256": "c2b6968b16a8eb06aa72b5a639b3f6832c0495578fb862b188264e0df0eed522"
            },
            "downloads": -1,
            "filename": "authress-3.0.70-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "070297c34b3f51d2c6ff0cd71687fb2d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 174903,
            "upload_time": "2024-05-01T13:20:55",
            "upload_time_iso_8601": "2024-05-01T13:20:55.816591Z",
            "url": "https://files.pythonhosted.org/packages/10/6a/2ac812aa60bbb67f560fe2c5553ffe94c6d4d5be3f8003b127f816d73181/authress-3.0.70-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "59921b0bf6cd0eeb2436c91579352d6a6a6fe5825ad365dd6a12cd6859167beb",
                "md5": "c9e4caa8694021402fde5cce7ed0c7ad",
                "sha256": "2f0cbc87c617f01c6b1006e458be1b96e26d5eb8cf502dd794fb2f7d81ca0674"
            },
            "downloads": -1,
            "filename": "authress-3.0.70.tar.gz",
            "has_sig": false,
            "md5_digest": "c9e4caa8694021402fde5cce7ed0c7ad",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 87485,
            "upload_time": "2024-05-01T13:20:57",
            "upload_time_iso_8601": "2024-05-01T13:20:57.752748Z",
            "url": "https://files.pythonhosted.org/packages/59/92/1b0bf6cd0eeb2436c91579352d6a6a6fe5825ad365dd6a12cd6859167beb/authress-3.0.70.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-01 13:20:57",
    "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"
}
        
Elapsed time: 0.25612s