stackit-redis


Namestackit-redis JSON
Version 0.3.0 PyPI version JSON
download
home_pagehttps://github.com/stackitcloud/stackit-sdk-python
SummarySTACKIT Redis API
upload_time2025-07-28 09:18:12
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.redis
The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects.

For more information, please visit [https://docs.stackit.cloud/stackit/en/support-area-72063304.html](https://docs.stackit.cloud/stackit/en/support-area-72063304.html)

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

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

## 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-redis",
    "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/36/eb/9de977cd4da7ee9bc183fe0b9eb957fa247295e77adfdbcbb24bb11e623d/stackit_redis-0.3.0.tar.gz",
    "platform": null,
    "description": "# stackit.redis\nThe STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects.\n\nFor more information, please visit [https://docs.stackit.cloud/stackit/en/support-area-72063304.html](https://docs.stackit.cloud/stackit/en/support-area-72063304.html)\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-redis\n```\n\nThen import the package:\n```python\nimport stackit.redis\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 Redis API",
    "version": "0.3.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": "403ab3dcce79f2d896d26aa2059d8ccc199da16adcb8b52673dea19d31bc0b02",
                "md5": "f5ae1e150ec8530fe9ff5a54d53c73a5",
                "sha256": "b1b889ea3bd267d94d095069076c2c530863fd8fb17e6852594d212867caa82d"
            },
            "downloads": -1,
            "filename": "stackit_redis-0.3.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f5ae1e150ec8530fe9ff5a54d53c73a5",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.9",
            "size": 65072,
            "upload_time": "2025-07-28T09:18:11",
            "upload_time_iso_8601": "2025-07-28T09:18:11.424317Z",
            "url": "https://files.pythonhosted.org/packages/40/3a/b3dcce79f2d896d26aa2059d8ccc199da16adcb8b52673dea19d31bc0b02/stackit_redis-0.3.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "36eb9de977cd4da7ee9bc183fe0b9eb957fa247295e77adfdbcbb24bb11e623d",
                "md5": "e253ec3a60c9681b19e9800ff5253272",
                "sha256": "eb426e355b6f289eacb145921a914ce2b30c8b24b00153f66715fe0b869c5f03"
            },
            "downloads": -1,
            "filename": "stackit_redis-0.3.0.tar.gz",
            "has_sig": false,
            "md5_digest": "e253ec3a60c9681b19e9800ff5253272",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.9",
            "size": 30136,
            "upload_time": "2025-07-28T09:18:12",
            "upload_time_iso_8601": "2025-07-28T09:18:12.246703Z",
            "url": "https://files.pythonhosted.org/packages/36/eb/9de977cd4da7ee9bc183fe0b9eb957fa247295e77adfdbcbb24bb11e623d/stackit_redis-0.3.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-28 09:18:12",
    "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-redis"
}
        
Elapsed time: 1.04676s