A library that makes using REST API easer.
Project description
Amber
Amber is a python library that provides object orientated interface to REST APIs like Tastypie.
Getting Help
Installation
$ pip install amber
Requirements
Amber requires the following modules.
Python 2.5+
requests
simplejson (If using Python 2.5, or you desire the speedups for JSON serialization)