stackit-ske


Namestackit-ske JSON
Version 1.2.0 PyPI version JSON
download
home_pagehttps://github.com/stackitcloud/stackit-sdk-python
SummarySKE-API
upload_time2025-07-28 09:19:05
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.ske
The SKE API provides endpoints to create, update, delete clusters within STACKIT portal projects and to trigger further cluster management tasks.

For more information, please visit [https://support.stackit.cloud/servicedesk](https://support.stackit.cloud/servicedesk)

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

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

## 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-ske",
    "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/c1/92/567796605240bb721f2c9a04aa7a41ce344e835d0d7dcb0b58871bcd39cc/stackit_ske-1.2.0.tar.gz",
    "platform": null,
    "description": "# stackit.ske\nThe SKE API provides endpoints to create, update, delete clusters within STACKIT portal projects and to trigger further cluster management tasks.\n\nFor more information, please visit [https://support.stackit.cloud/servicedesk](https://support.stackit.cloud/servicedesk)\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-ske\n```\n\nThen import the package:\n```python\nimport stackit.ske\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": "SKE-API",
    "version": "1.2.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": "5072bc1d9fbd4484fdcb0a627f16493a48882b1a771d0934f8da27b0a6a78f60",
                "md5": "5fb7e4e486bd25f43046b3eb32b8ea60",
                "sha256": "0b560973e38a8fa8c0c2e00656aa7f09c1535976d94f502d90bcdf1231113a22"
            },
            "downloads": -1,
            "filename": "stackit_ske-1.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "5fb7e4e486bd25f43046b3eb32b8ea60",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.9",
            "size": 75370,
            "upload_time": "2025-07-28T09:19:04",
            "upload_time_iso_8601": "2025-07-28T09:19:04.249860Z",
            "url": "https://files.pythonhosted.org/packages/50/72/bc1d9fbd4484fdcb0a627f16493a48882b1a771d0934f8da27b0a6a78f60/stackit_ske-1.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c192567796605240bb721f2c9a04aa7a41ce344e835d0d7dcb0b58871bcd39cc",
                "md5": "ad3e59ad21fea55fd9d3780edc6c77f6",
                "sha256": "e2008fc284bb6d9e698a830361311a4cd1dfce0a4d25f2297fa18617a162b018"
            },
            "downloads": -1,
            "filename": "stackit_ske-1.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "ad3e59ad21fea55fd9d3780edc6c77f6",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.9",
            "size": 30981,
            "upload_time": "2025-07-28T09:19:05",
            "upload_time_iso_8601": "2025-07-28T09:19:05.011705Z",
            "url": "https://files.pythonhosted.org/packages/c1/92/567796605240bb721f2c9a04aa7a41ce344e835d0d7dcb0b58871bcd39cc/stackit_ske-1.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-28 09:19:05",
    "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-ske"
}
        
Elapsed time: 1.56937s