Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit61c581d

Browse files
Generator: Update SDK /services/dns (#56)
* Generate dns* Update pyproject.toml---------Co-authored-by: Melvin <70433111+MelvinKl@users.noreply.github.com>
1 parent63c028b commit61c581d

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 <stackit-dns@mail.schwarz>",
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)

[8]ページ先頭

©2009-2025 Movatter.jp