Skip to content

shichaoji/IndicoIo-python

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%