From d18e9d0a1e3936041a15fa215b5c0c62c75b4836 Mon Sep 17 00:00:00 2001 From: SDK Generator Bot Date: Tue, 12 Nov 2024 10:40:07 +0000 Subject: [PATCH 1/2] Generate dns --- services/dns/README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 services/dns/README.md diff --git a/services/dns/README.md b/services/dns/README.md new file mode 100644 index 000000000..458913c98 --- /dev/null +++ b/services/dns/README.md @@ -0,0 +1,22 @@ +# stackit.dns +This api provides dns + + +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-dns +``` + +Then import the package: +```python +import stackit.dns +``` + +## 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 7bd5fc17b940a080f63882e60a3a08e55c3e6eb8 Mon Sep 17 00:00:00 2001 From: Melvin <70433111+MelvinKl@users.noreply.github.com> Date: Tue, 12 Nov 2024 14:05:10 +0100 Subject: [PATCH 2/2] Update pyproject.toml --- services/dns/pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/services/dns/pyproject.toml b/services/dns/pyproject.toml index 8a0cd6c60..5b5fa8f63 100644 --- a/services/dns/pyproject.toml +++ b/services/dns/pyproject.toml @@ -5,7 +5,7 @@ authors = [ "stackit-dns ", ] description = "STACKIT DNS 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 +"""