Skip to content
This repository was archived by the owner on May 24, 2022. It is now read-only.

Latest commit

 

History

History
22 lines (15 loc) · 398 Bytes

File metadata and controls

22 lines (15 loc) · 398 Bytes

Contributing guidelines

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.

Development

  • Fork and clone the repository.
  • Install dependencies:
python -m venv venv
. venv/bin/activate
pip install -r requirements.txt
  • Run tests:
pytest