Skip to content

OwenPendrighElliott/py-ingrain

Repository files navigation

Ingrain Python Client

PyPI Version Test Status

This is the Python client for the Ingrain API. It provides a simple interface to interact with the Ingrain API.

Install

pip install ingrain

Dev Setup

python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
pip install -e .

Testing

Unit tests

pytest

Integration tests and unit tests

pytest --integration