A library for Cloudistics' API


Keywords
cloudistics, cloud, kvm, virtualization
License
MIT
Install
pip install cloudistics==4.1.0.3

Documentation

Cloudistics API Python Client

https://travis-ci.org/Cloudistics/cloudistics-python.svg?branch=master Maintainability https://coveralls.io/repos/github/Cloudistics/cloudistics-python/badge.svg?branch=master

This library provides a simple Python client to interact with Cloudistics API.

A command-line interface is also included and can be used to manage various Cloudistics products and services.

Documentation

Documentation for the Python client is available at https://cloudistics-python.readthedocs.org/en/latest/index.html.

Additional API documentation can be found on Github:

Installation

Install via pip:

$ pip install cloudistics

Or you can install from source. Download source and run:

$ python setup.py install

Mac

Mac (through 10.13.2) ships with six-1.4.1 and can't be upgraded. To work around this, install like below:

$ pip install cloudistics --ignore-installed six

The most up-to-date version of this library can be found on the Cloudistics GitHub public repositories at https://github.com/cloudistics. For questions regarding the use of this library please post to Stack Overflow at https://stackoverflow.com/ and tag your posts with “Cloudistics” so our team can easily find your post. To report a bug with this library please create an Issue on github.

InsecurePlatformWarning Notice

This library relies on the requests library to make HTTP requests. On Python versions below Python 2.7.9, requests has started emitting a security warning (InsecurePlatformWarning) due to insecurities with creating SSL connections. To resolve this, upgrade to Python 2.7.9+ or follow the instructions here: https://stackoverflow.com/a/29099439.

Getting Help

Bugs and feature requests about this library should have a GitHub issue opened about them.

Issues with the Cloudistics API itself should be addressed by opening a Support ticket.

System Requirements

  • Python 2.7, 3.4, 3.5 or 3.6.
  • A valid Cloudistics API token.

Python Packages

  • see tools/requirements.txt

Copyright

This software is Copyright (c) 2017-2018 Cloudistics, Inc.

See the bundled LICENSE file for more information.