Metadata-Version: 2.0
Name: chino
Version: 1.0.10
Summary: Wrapper for Chino.io API
Home-page: https://www.chino.io
Author: Stefano Tranquillini
Author-email: stefano@chino.io
License: CC BY-SA 4.0
Platform: UNKNOWN
Classifier: Topic :: Software Development
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Requires-Dist: requests (<=3,>=2.9.1)

.. CHINO.io Python wrapper

This is the wrapper for the API of https://chino.io

More info: https://github.com/chinoio/chino-python

INSTALL
=======

.. code-block:: python

    pip install chino

USAGE
------
.. code-block:: python

    from chino.api import ChinoAPIClient
    chino = ChinoAPIClient(<customer_id>, <customer_key>)


