drowse is a human readable Python slim REST client inspired by Siesta and powered by requests.
from drowse.drowse import API
api = API('https://api.github.com/')
repos = api.users.lgaggini.repos.get()
- slim
- human-readable
- powered by rock-solid requests
- json only
- errors and exceptions leaved to upper layers
git clone https://github.com/lgaggini/drowse.git
cd drowse
python2 setup.py install
pip install drowse
Beta version 0.2.0, manual tested on a medium tests set.
See the readme in the docs folder.