A wrapper for the indico API.
The indico API is free to use, and no training data is required.
From PyPI:
pip install indico-clientFrom 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]"