Metadata-Version: 2.1
Name: chino
Version: 2.10.0
Summary: Wrapper for Chino.io API
Home-page: https://www.chino.io
Author: Chino.io
Author-email: dev@chino.io
License: MIT
Project-URL: Source Code, https://gitlab.com/chinoio-public/chino-python
Platform: UNKNOWN
Classifier: Topic :: Software Development
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3

.. CHINO.io Python wrapper

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

More info: https://gitlab.com/chinoio-public/chino-python

INSTALL
=======

.. code-block:: python

    pip install chino

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

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



