Metadata-Version: 2.1
Name: indico-client
Version: 5.0.0a1
Summary: A Python Wrapper for indico app API.
Home-page: https://github.com/IndicoDataSolutions/indico-client-python
Author: indico
Author-email: engineering@indico.io
License: MIT License (See LICENSE)
Platform: UNKNOWN
License-File: LICENSE
License-File: AUTHORS

indicoio-py
===============

A wrapper for the `indico API <http://indico.io>`__.

The indico API is free to use, and no training data is required.

Installation
------------

From PyPI:

.. code:: bash

    pip install indico-client

From source:

.. code:: bash

    git clone https://github.com/IndicoDataSolutions/indico-client-python.git
    python setup.py install


