jfhrecoba / IndicoIo-python

Python repository for Indico API wrapper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

indico: machine learning for human use

A python client library for the indico API.

API Demo

Installation

From PyPI:

pip install indicoio

From source:

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

Having trouble with installation? Missing system dependencies? Check out our complete installation guide.

API Keys + Setup

Are you a student or researcher? Register here for free API credit.
Interested in using indico for a commercial business? Sign up here.

Once you have an API key, setup is simple:

import indicoio
indicoio.config.api_key = "YOUR_API_KEY_HERE"

Setting your API key

Full Documentation

Detailed documentation and further code examples are available at indico.io/docs.

Happy hacking

About

Python repository for Indico API wrapper

License:MIT License


Languages

Language:Python 100.0%