Overview

docs Documentation Status
tests Travis CI Status Coveralls Coverage Status Codacy Code Quality Status
package PyPI Package latest release PyPI Package monthly downloads PyPI Wheel Supported versions

python-cloudcix is CloudCIX’s Python REST API client for rapidly building secure, scalable CloudCIX applications. For more information about CloudCIX visit http://www.cix.ie/services/cloudcix_saas/

Installation

pip install cloudcix

Development

To run the all tests run:

tox

Note, to combine the coverage data from all the tox environments run:

Windows
set PYTEST_ADDOPTS=--cov-append
tox
Other
PYTEST_ADDOPTS=--cov-append tox