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
- Host: GitHub
- URL: https://github.com/tjm/python-cloudsites
- Owner: TJM
- Created: 2012-09-18T16:05:38.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-10-25T09:01:51.000Z (over 13 years ago)
- Last Synced: 2025-03-03T07:28:05.594Z (over 1 year ago)
- Language: Python
- Size: 125 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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