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
File details
Details for the file cloudsigma-2.0.0-py3-none-any.whl
.
File metadata
- Download URL: cloudsigma-2.0.0-py3-none-any.whl
- Upload date:
- Size: 20.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.11
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1fadc0e286d12271ebb554dd34d9283aaf0c33bffcf402153d55bbbf4e837f49 |
|
MD5 | cd30809365c630a1d4a0049d2feb95f5 |
|
BLAKE2b-256 | 963a2614d0eb8629efa9f955e04424ef75eccd10667560f45c60103d180838b3 |
File details
Details for the file cloudsigma-2.0.0-py2-none-any.whl
.
File metadata
- Download URL: cloudsigma-2.0.0-py2-none-any.whl
- Upload date:
- Size: 20.4 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.11
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 87830b3fab97ad7d643c569c565a4e6a2b77475588e12226a9d22a0f3aa9b362 |
|
MD5 | 2010c6eb7c288b06c7161f1f28ea85a8 |
|
BLAKE2b-256 | c7b34b9185ac9264e61b3199d898007fe5a4953cb46796d6a3b26d994c9ba035 |