From ba28904738751fce205cf2cb744006ac889023f2 Mon Sep 17 00:00:00 2001 From: SDK Generator Bot Date: Tue, 12 Nov 2024 10:40:25 +0000 Subject: [PATCH 1/2] Generate objectstorage --- services/objectstorage/README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 services/objectstorage/README.md diff --git a/services/objectstorage/README.md b/services/objectstorage/README.md new file mode 100644 index 00000000..3b404394 --- /dev/null +++ b/services/objectstorage/README.md @@ -0,0 +1,23 @@ +# stackit.objectstorage +STACKIT API to manage the Object Storage + + + +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-objectstorage +``` + +Then import the package: +```python +import stackit.objectstorage +``` + +## 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. \ No newline at end of file From 31ff21611e0bb331139512480b9de4c85d5e7ab7 Mon Sep 17 00:00:00 2001 From: Melvin <70433111+MelvinKl@users.noreply.github.com> Date: Tue, 12 Nov 2024 14:01:52 +0100 Subject: [PATCH 2/2] Update pyproject.toml --- services/objectstorage/pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/services/objectstorage/pyproject.toml b/services/objectstorage/pyproject.toml index 37082cba..0f1994ef 100644 --- a/services/objectstorage/pyproject.toml +++ b/services/objectstorage/pyproject.toml @@ -5,7 +5,7 @@ authors = [ "OpenAPI Generator Community ", ] description = "STACKIT Object Storage API" -#readme = "README.md" +readme = "README.md" #license = "NoLicense" classifiers = [ "Programming Language :: Python :: 3", @@ -102,4 +102,4 @@ per-file-ignores = """ # E501: long descriptions/string values might lead to lines that are too long # B028: stacklevel for deprecation warning is irrelevant ./src/stackit/*/api/default_api.py: F841,B028,E501 -""" \ No newline at end of file +"""