Skip to content

Scalr/python-cloudstack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cloud.com Cloudstack Client

Provides a simple python client to cloud.com's api.

Installation

  1. Checkout repository
  2. sudo python setup.py install

Usage

>>> from cloudstack import Client
>>> c = Client('http://mycloud/client/api', apiKey='my_api_key', secretKey='my_secret_key')
>>> print c.listVirtualMachines()

Requirements

  • nose (for unit tests optional)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages