Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 357 Bytes

README.mkd

File metadata and controls

18 lines (11 loc) · 357 Bytes

kii_pyrest

Unofficial kii.com REST API python client. It aims to build a thin layer around the REST API trying to reduce abstractions. It's mainly intended to be used as an admin tool.

Installation

$ git clone [email protected]:jolivares/kii-pyrest.git
$ cd kii-pyrest
$ python setup.py install

Usage

Take a look at demo.py