Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 365 Bytes

File metadata and controls

24 lines (15 loc) · 365 Bytes

pycclib

pycclib is a convenient wrapper for the cloudControl RESTful API.

Dependencies

  • python 2.6.x and later
  • python modules:
    • httplib2

Installation

To install pycclib:

$ python setup.py install

Dependencies should be automatically fetched by easy_install.

Run Tests

$ python setup.py test