You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This API allows you to create and modify IaaS resources.
3
+
4
+
For more information, please visit [https://support.stackit.cloud/servicedesk](https://support.stackit.cloud/servicedesk)
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-iaasalpha
14
+
```
15
+
16
+
Then import the package:
17
+
```python
18
+
import stackit.iaasalpha
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