lgaggini / drowse

human-readable slim Python REST client

Home Page:http://lgaggini.github.io/drowse

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

drowse

drowse is a human readable Python slim REST client inspired by Siesta and powered by requests.

Quickstart

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

Github

git clone https://github.com/lgaggini/drowse.git
cd drowse
python2 setup.py install

Pypi

pip install drowse

Status

Beta version 0.2.0, manual tested on a medium tests set.

Documentation

See the readme in the docs folder.

About

human-readable slim Python REST client

http://lgaggini.github.io/drowse

License:GNU General Public License v3.0


Languages

Language:Python 100.0%