Human readable slim REST client
Project description
# drowse
drowse is a human readable Python slim REST client inspired by [Siesta](https://github.com/scastillo/siesta) and powered by [requests](https://github.com/kennethreitz/requests).
## Quickstart `python from drowse import API api = API('https://api.github.com/') repos = api.users.lgaggini.repos.get() ` ## Features * slim * human-readable * powered by rock-solid requests * json only * errors and exceptions leaved to upper layers
## Install ` git clone https://github.com/lgaggini/drowse.git cd drowse python2 setup.py install `
pip package to come.
## Status Beta version 0.2.0, manual tested on a medium tests set.
## Documentation See the [readme](https://github.com/lgaggini/drowse/tree/master/docs/README.md) in the docs folder.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Hashes for drowse-0.2.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | fe5f3f5d7d2bfc92e39b63c63f6808bb1fc459b2d252b49b6db935faf713bcd8 |
|
MD5 | a95caf7f595cc8513c327aecbb65ec0b |
|
BLAKE2b-256 | 87c996657e5fdaa7c200b05a4d01a372dca48e71f6468bcd2f499546eae8e3ba |