stackit-authorization


Namestackit-authorization JSON
Version 0.2.5 PyPI version JSON
download
home_pageNone
SummarySTACKIT Membership API
upload_time2025-07-10 07:33:46
maintainerNone
docs_urlNone
authorSTACKIT Developer Tools
requires_python<4.0,>=3.8
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # stackit.authorization
The Membership API is used to manage memberships, roles and permissions of STACKIT resources, like projects, folders, organizations and other resources.


This package is part of the STACKIT Python SDK. For additional information, please visit the [GitHub repository](https://github.com/stackitcloud/stackit-sdk-python) of the SDK.


## Installation & Usage
### pip install

```sh
pip install stackit-authorization
```

Then import the package:
```python
import stackit.authorization
```

## Getting Started

[Examples](https://github.com/stackitcloud/stackit-sdk-python/tree/main/examples) for the usage of the package can be found in the [GitHub repository](https://github.com/stackitcloud/stackit-sdk-python) of the SDK.
            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "stackit-authorization",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.8",
    "maintainer_email": null,
    "keywords": null,
    "author": "STACKIT Developer Tools",
    "author_email": "developer-tools@stackit.cloud",
    "download_url": "https://files.pythonhosted.org/packages/65/b8/ad02d2a430fd0078a3b0c1930170222e86dbaab5003b4944698ec6078ccf/stackit_authorization-0.2.5.tar.gz",
    "platform": null,
    "description": "# stackit.authorization\nThe Membership API is used to manage memberships, roles and permissions of STACKIT resources, like projects, folders, organizations and other resources.\n\n\nThis package is part of the STACKIT Python SDK. For additional information, please visit the [GitHub repository](https://github.com/stackitcloud/stackit-sdk-python) of the SDK.\n\n\n## Installation & Usage\n### pip install\n\n```sh\npip install stackit-authorization\n```\n\nThen import the package:\n```python\nimport stackit.authorization\n```\n\n## Getting Started\n\n[Examples](https://github.com/stackitcloud/stackit-sdk-python/tree/main/examples) for the usage of the package can be found in the [GitHub repository](https://github.com/stackitcloud/stackit-sdk-python) of the SDK.",
    "bugtrack_url": null,
    "license": null,
    "summary": "STACKIT Membership API",
    "version": "0.2.5",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ee879b12d3b9076bf10ee8f51fc231bfe1c2559a2881b37e91f1960cb89dbc4f",
                "md5": "2da90f233d92b3d77157b3f6a528f8f9",
                "sha256": "a69736a9129184d1b7a141638ea0b795822a40f100d1cebf1199b978b92f8962"
            },
            "downloads": -1,
            "filename": "stackit_authorization-0.2.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "2da90f233d92b3d77157b3f6a528f8f9",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.8",
            "size": 48180,
            "upload_time": "2025-07-10T07:33:45",
            "upload_time_iso_8601": "2025-07-10T07:33:45.735383Z",
            "url": "https://files.pythonhosted.org/packages/ee/87/9b12d3b9076bf10ee8f51fc231bfe1c2559a2881b37e91f1960cb89dbc4f/stackit_authorization-0.2.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "65b8ad02d2a430fd0078a3b0c1930170222e86dbaab5003b4944698ec6078ccf",
                "md5": "94ab74e5951c36173b696f12a33e36ca",
                "sha256": "5729a3ed1db0416b157f7c562351f998867fc668212cbd81a4cb4fad36e2ef6e"
            },
            "downloads": -1,
            "filename": "stackit_authorization-0.2.5.tar.gz",
            "has_sig": false,
            "md5_digest": "94ab74e5951c36173b696f12a33e36ca",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.8",
            "size": 23750,
            "upload_time": "2025-07-10T07:33:46",
            "upload_time_iso_8601": "2025-07-10T07:33:46.980703Z",
            "url": "https://files.pythonhosted.org/packages/65/b8/ad02d2a430fd0078a3b0c1930170222e86dbaab5003b4944698ec6078ccf/stackit_authorization-0.2.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-10 07:33:46",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "stackit-authorization"
}
        
Elapsed time: 0.97120s