kimono

Python wrapper for kimonolabs API


License
MIT
Install
pip install kimono==0.4.0

Documentation

kimono

Minimal Python wrapper for kimonolabs API

A minimal python library for the The Kimono API by kimonolabs, inc. Heavily influenced/plagiarised from the pipedrive-api written by the awesome hiway.

This is a work in progress and is incomplete!

Usage
from kimono import Kimono
api = Kimono('APIKEY', 'APIID')

Refer to the wiki for more detailed documentation!