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 as 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, 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 Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

cloudsigma-2.0.0-py3-none-any.whl (20.4 kB view hashes)

Uploaded Python 3

cloudsigma-2.0.0-py2-none-any.whl (20.4 kB view hashes)

Uploaded Python 2

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