Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 645 Bytes

File metadata and controls

34 lines (21 loc) · 645 Bytes

indicoio-py

A wrapper for the indico API.

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

Installation

From PyPI:

pip install indico-client

From source:

Using UV (recommended):

curl -LsSf https://astral.sh/uv/install.sh | sh
git clone https://github.com/IndicoDataSolutions/indico-client-python.git
cd indico-client-python
uv pip install -e ".[all]"

Or using pip:

git clone https://github.com/IndicoDataSolutions/indico-client-python.git
cd indico-client-python
pip install -e ".[all]"