From c0e9e08a61dc5802380a2f86ff3c951f59c1981c Mon Sep 17 00:00:00 2001 From: SDK Generator Bot Date: Tue, 12 Nov 2024 10:40:23 +0000 Subject: [PATCH 1/2] Generate mongodbflex --- services/mongodbflex/README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 services/mongodbflex/README.md diff --git a/services/mongodbflex/README.md b/services/mongodbflex/README.md new file mode 100644 index 000000000..4ff23fc15 --- /dev/null +++ b/services/mongodbflex/README.md @@ -0,0 +1,23 @@ +# stackit.mongodbflex +This is the documentation for the STACKIT MongoDB Flex Service API + +For more information, please visit [https://www.stackit.de/en/contact](https://www.stackit.de/en/contact) + +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-mongodbflex +``` + +Then import the package: +```python +import stackit.mongodbflex +``` + +## 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 5a981ed6b5af2919860007f49318f14d5b27b306 Mon Sep 17 00:00:00 2001 From: Melvin <70433111+MelvinKl@users.noreply.github.com> Date: Tue, 12 Nov 2024 13:54:44 +0100 Subject: [PATCH 2/2] Update pyproject.toml --- services/mongodbflex/pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/services/mongodbflex/pyproject.toml b/services/mongodbflex/pyproject.toml index 96a43ee9e..205239c6c 100644 --- a/services/mongodbflex/pyproject.toml +++ b/services/mongodbflex/pyproject.toml @@ -5,7 +5,7 @@ authors = [ "STACKIT MongoDB Service Support ", ] description = "STACKIT MongoDB Service 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 +"""