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

Commit825d665

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

File tree

2 files changed

+25
-2
lines changed

2 files changed

+25
-2
lines changed

‎services/postgresflex/README.md‎

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
#stackit.postgresflex
2+
This is the documentation for the STACKIT postgres service
3+
4+
For more information, please visit[https://www.stackit.de/en/contact](https://www.stackit.de/en/contact)
5+
6+
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.
7+
8+
9+
##Installation & Usage
10+
###pip install
11+
12+
```sh
13+
pip install stackit-postgresflex
14+
```
15+
16+
Then import the package:
17+
```python
18+
import stackit.postgresflex
19+
```
20+
21+
##Getting Started
22+
23+
[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/postgresflex/pyproject.toml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors = [
55
"STACKIT Postgres Service Support <support@stackit.cloud>",
66
]
77
description ="STACKIT PostgreSQL Flex API"
8-
#readme = "README.md"
8+
readme ="README.md"
99
#license = "NoLicense"
1010
classifiers = [
1111
"Programming Language :: Python :: 3",
@@ -102,4 +102,4 @@ per-file-ignores = """
102102
# E501: long descriptions/string values might lead to lines that are too long
103103
# B028: stacklevel for deprecation warning is irrelevant
104104
./src/stackit/*/api/default_api.py: F841,B028,E501
105-
"""
105+
"""

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp