Skip to content

Commit c0e9e08

Browse files
Generate mongodbflex
1 parent f00ad2d commit c0e9e08

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

services/mongodbflex/README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# stackit.mongodbflex
2+
This is the documentation for the STACKIT MongoDB Flex Service API
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-mongodbflex
14+
```
15+
16+
Then import the package:
17+
```python
18+
import stackit.mongodbflex
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.

0 commit comments

Comments
 (0)