Skip to content

Commit 61c581d

Browse files
Generator: Update SDK /services/dns (#56)
* Generate dns * Update pyproject.toml --------- Co-authored-by: Melvin <[email protected]>
1 parent 63c028b commit 61c581d

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

services/dns/README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# stackit.dns
2+
This api provides dns
3+
4+
5+
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.
6+
7+
8+
## Installation & Usage
9+
### pip install
10+
11+
```sh
12+
pip install stackit-dns
13+
```
14+
15+
Then import the package:
16+
```python
17+
import stackit.dns
18+
```
19+
20+
## Getting Started
21+
22+
[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.

services/dns/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors = [
55
"stackit-dns <[email protected]>",
66
]
77
description = "STACKIT DNS API"
8-
#readme = "README.md"
8+
readme = "README.md"
99
#license = "NoLicense"
1010
classifiers = [
1111
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)