Skip to main content

CloudSigma's official python library.

Project description

pycloudsigma allows you to easily manage your entire infrastructure from within Python.

Creating a server is a simple as:

import cloudsigma
server = cloudsigma.resource.Server()
test_server = { 'name': 'My Test Server', 'cpu': 1000, 'mem': 512 * 1024 ** 2, 'vnc_password': 'test_server' }
my_test_server = server.create(test_server)

For more examples, please visit pycloudsigma.

For more detailed information about CloudSigma’s, please visit the API documentation.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cloudsigma-0.4.tar.gz (13.9 kB view hashes)

Uploaded Source

Built Distribution

cloudsigma-0.4.macosx-10.10-intel.exe (79.5 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page