An open API service indexing awesome lists of open source software.

https://github.com/tjm/python-cloudsites

Python Interface to a Pseudo API for Rackspace Cloud Sites
https://github.com/tjm/python-cloudsites

Last synced: 8 months ago
JSON representation

Python Interface to a Pseudo API for Rackspace Cloud Sites

Awesome Lists containing this project

README

          

Python Interface to Cloud Sites (PseudoAPI)
=================
This attempts to provide a programatic interface to Rackspace Cloud Sites by parsing information and interactive with the control panel interface in lieu of an API.

*Very initial stages, not fit for human consumption yet.*

Requires "mechanize" (`easy_install mechanize`), re and json (so far).

Planning Document: http://goo.gl/UX109
(yes, I should convert it to MD and put it in the repo)

~tommy