We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22e2530 commit 3078c4fCopy full SHA for 3078c4f
README.md
@@ -3,6 +3,20 @@ Python client for [UpCloud's API](https://www.upcloud.com/documentation/api/).
3
4
NOTE: This Python client is still work-in-progress and is not considered production ready.
5
6
+## Installation
7
+
8
+```
9
+pip install --pre upcloud-api-python
10
11
+# with older pip:
12
+pip install upcloud-api-python
13
14
15
+Alternatively, clone the project and run
16
17
+python setup.py install
18
19
20
## Features
21
* OOP based management of Servers, Storages and IP-addresses with full CRUD.
22
* Clear way to define your infrastructure, emphasis on clear and easy syntax
0 commit comments