This is the Python client for the Ingrain API. It provides a simple interface to interact with the Ingrain API.
pip install ingrain
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
pip install -e .
pytest
pytest --integration