Official Hetzner Cloud python library
The library's documentation is available at ReadTheDocs, the public API documentation is available at https://docs.hetzner.cloud.
After the documentation has been created, click on Usage section
Or open docs/usage.rst
You can find some more examples under examples/.
- mkvirtualenv hcloud-python
- pip install -e . or pip install -e .[docs] to be able to build docs
- tox .
- You can specify environment e.g tox -e py36
- You can test the code style with tox -e flake8
Run make docs. This will also open a documentation in a tab in your default browser.
- Type Hints: If the type hint line is too long use inline hinting. Maximum inline type hint line should be 150 chars.
The MIT License (MIT). Please see License File for more information.