This project may face period of inactivity, but PRs are much welcome!
Note: feel free to open an issue to discuss ideas before starting to work on a bug fix or new feature.
- Fork and clone the repository.
- Install dependencies:
python -m venv venv
. venv/bin/activate
pip install -r requirements.txt- Run tests:
pytest