cloudscale

A library and command line interface for cloudscale.ch


Keywords
python3
License
MIT
Install
pip install cloudscale==0.16.0

Documentation

license python versions status pypi version PyPI - Downloads codecov

Python Cloudscale

A cloudscale.ch API client for Python3 and your command line.

Install / Update

pip3 install -U cloudscale --user
export PATH=$PATH:$HOME/.local/bin
cloudscale-cli --version

Documentation

Please visit https://cloudscale-ch.github.io/python-cloudscale/.

Development

Run tests with coverage

tox -e coverage