stackit-kms


Namestackit-kms JSON
Version 0.1.0 PyPI version JSON
download
home_pagehttps://github.com/stackitcloud/stackit-sdk-python
SummarySTACKIT Key Management Service API
upload_time2025-07-28 09:16:50
maintainerNone
docs_urlNone
authorSTACKIT Developer Tools
requires_python<4.0,>=3.9
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # stackit.kms
This API provides endpoints for managing keys and key rings.



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-kms
```

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

## 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": "https://github.com/stackitcloud/stackit-sdk-python",
    "name": "stackit-kms",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.9",
    "maintainer_email": null,
    "keywords": null,
    "author": "STACKIT Developer Tools",
    "author_email": "developer-tools@stackit.cloud",
    "download_url": "https://files.pythonhosted.org/packages/89/1c/3fbc89b26e7b74dc84700ce7a415c58e54313164324f57af2e4750e532d1/stackit_kms-0.1.0.tar.gz",
    "platform": null,
    "description": "# stackit.kms\nThis API provides endpoints for managing keys and key rings.\n\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-kms\n```\n\nThen import the package:\n```python\nimport stackit.kms\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 Key Management Service API",
    "version": "0.1.0",
    "project_urls": {
        "Homepage": "https://github.com/stackitcloud/stackit-sdk-python",
        "Issues": "https://github.com/stackitcloud/stackit-sdk-python/issues"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e9418dd19aa6b4e1d291e1fc229baf1104a7bb0e822db346a31278a1b1c143f7",
                "md5": "b59e2594520359db6015fbd97326474a",
                "sha256": "76327c76a4a18e29abc4ff606dd0fb223385670fac87b2c623f81fca24601e97"
            },
            "downloads": -1,
            "filename": "stackit_kms-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b59e2594520359db6015fbd97326474a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.9",
            "size": 60468,
            "upload_time": "2025-07-28T09:16:49",
            "upload_time_iso_8601": "2025-07-28T09:16:49.600759Z",
            "url": "https://files.pythonhosted.org/packages/e9/41/8dd19aa6b4e1d291e1fc229baf1104a7bb0e822db346a31278a1b1c143f7/stackit_kms-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "891c3fbc89b26e7b74dc84700ce7a415c58e54313164324f57af2e4750e532d1",
                "md5": "e5b2eca9ff2a3feab3cf07356e94675d",
                "sha256": "1f8e9793b9fa951b178cc8192a5d87c4c4f8f897fb01792cada9ed0858f14e22"
            },
            "downloads": -1,
            "filename": "stackit_kms-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "e5b2eca9ff2a3feab3cf07356e94675d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.9",
            "size": 29087,
            "upload_time": "2025-07-28T09:16:50",
            "upload_time_iso_8601": "2025-07-28T09:16:50.450660Z",
            "url": "https://files.pythonhosted.org/packages/89/1c/3fbc89b26e7b74dc84700ce7a415c58e54313164324f57af2e4750e532d1/stackit_kms-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-28 09:16:50",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "stackitcloud",
    "github_project": "stackit-sdk-python",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "stackit-kms"
}
        
Elapsed time: 1.30013s