A clean and consistent library for the Rackspace Cloud / OpenStack
Project description
Vaporize is a clean and consistent library for accessing the Rackspace Cloud API.
Another One?
There are already a number of good Python options out there for accessing the Rackspace Cloud API. Unfortunately they have one thing in common: none of them use the same pattern. This means a lot of wasted time looking things up in the documentation. The other problem is that there is a library for each group of sendpoints on the Rackspace cloud API. There’s a libarry for CloudServers, one for CloudFiles, one for CloudDNS and one for CloudLoadBalancers. Which menas there’s a lot of redundant code, requiring four imports and four instantiations and it’s up to you to smooth over incompatibilities between them.
So Vaporize was born. One library for one API.
Installation
To install Vaporize using PIP:
pip install vaporize
Usage
Vaporize is designed to be simple to use. Connect to your Rackspace Cloud in just two lines of code:
>>> import vaporize >>> vaporize.connect('username', 'apikey')
Documentation
API Documentation and a User Guide (in the works) available here.
Contributing
Vaporize is currently still in development. Contributors are welcome. Just fork this repo and start making pull requests.
Features
Support for the following Rackspace Cloud services:
CloudServers
CloudServers - Next Gen.
CloudLoadBalancers
CloudDNS
CloudDatabases
CloudBlockStorage
Planned Features
Support for the following Rackspace Cloud services:
CloudFiles
CloudMonitoring
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
File details
Details for the file vaporize-0.3.2.zip
.
File metadata
- Download URL: vaporize-0.3.2.zip
- Upload date:
- Size: 35.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 987295c7647ad34eaab8c1b3af523a4c9d5f34b7f9d455597081587a1067b313 |
|
MD5 | 1397481b51e096703531272c986a3335 |
|
BLAKE2b-256 | 2dac70609c9f44d18014ee147c3e3048452637895e538231aa18c3528064ae35 |
File details
Details for the file vaporize-0.3.2.tar.gz
.
File metadata
- Download URL: vaporize-0.3.2.tar.gz
- Upload date:
- Size: 28.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0f7c1c5a3341149e54b04ed97eea90cb7080b7a0673fba4e970686ffd9d01b36 |
|
MD5 | 84e910c64e3f6c61ccf6d7f6dc8a0bfd |
|
BLAKE2b-256 | ae7df57f8f1b7aae50b4db0b6d7308b17700e98df41d2487f117fc8517bdc917 |