Slumber is a Python library that provides a convenient yet powerful object-oriented interface to ReSTful APIs. It acts as a wrapper around the excellent requests library and abstracts away the handling of URLs, serialization, and request processing.
Visit IRC channel (#slumber on irc.freenode.net) to get help, bounce ideas or generally shoot the breeze.
Install Slumber:
$ pip install slumber
Install Optional Requirement:
pip install pyyaml
Use Slumber!
Slumber requires the following modules.
- Python 2.6+
- requests
- pyyaml (If you are using the optional YAML serialization)