stackit-logme


Namestackit-logme JSON
Version 0.4.0 PyPI version JSON
download
home_pagehttps://github.com/stackitcloud/stackit-sdk-python
SummarySTACKIT LogMe API
upload_time2025-07-28 09:17:11
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.logme
The STACKIT LogMe 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-logme
```

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

## 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-logme",
    "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/f4/85/95ba60970c82702de05642ac9df0cfb9e9f00926cfe220110a57369c1af1/stackit_logme-0.4.0.tar.gz",
    "platform": null,
    "description": "# stackit.logme\nThe STACKIT LogMe 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-logme\n```\n\nThen import the package:\n```python\nimport stackit.logme\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 LogMe API",
    "version": "0.4.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": "2329ac79108aae6b6f5884c503d2941a9df026a8fe27a37c38334729f8b780e2",
                "md5": "b9006cdf01a7392e28def229067a8dd6",
                "sha256": "ea3dc1c859cb53fac3196328cf2dd627261fe13e01ed4564a1eaf7bc9c2236bd"
            },
            "downloads": -1,
            "filename": "stackit_logme-0.4.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b9006cdf01a7392e28def229067a8dd6",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.9",
            "size": 66532,
            "upload_time": "2025-07-28T09:17:09",
            "upload_time_iso_8601": "2025-07-28T09:17:09.417366Z",
            "url": "https://files.pythonhosted.org/packages/23/29/ac79108aae6b6f5884c503d2941a9df026a8fe27a37c38334729f8b780e2/stackit_logme-0.4.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f48595ba60970c82702de05642ac9df0cfb9e9f00926cfe220110a57369c1af1",
                "md5": "920bc3819f0fc942d4d6cfaa5c3814b5",
                "sha256": "5814c5ae8c9e8092ddb57beb5cecafa549d11ccc65cd84ba8cb63ba02f3b2c5d"
            },
            "downloads": -1,
            "filename": "stackit_logme-0.4.0.tar.gz",
            "has_sig": false,
            "md5_digest": "920bc3819f0fc942d4d6cfaa5c3814b5",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.9",
            "size": 30279,
            "upload_time": "2025-07-28T09:17:11",
            "upload_time_iso_8601": "2025-07-28T09:17:11.037249Z",
            "url": "https://files.pythonhosted.org/packages/f4/85/95ba60970c82702de05642ac9df0cfb9e9f00926cfe220110a57369c1af1/stackit_logme-0.4.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-28 09:17:11",
    "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-logme"
}
        
Elapsed time: 1.25151s