Quickstart

Installation

To install the package, run:

pip install irrCAC

Developers

To run the tests, install poetry and run:

poetry install

Next run:

poetry run pytest

There is also a config file for tox so you can automatically run the tests for various python versions like this:

tox