Python template for quickly starting with a project. It has tests - beware.
- use pyenv to install a specific python version
$ pyenv install 3.10.4For development install dev extra
$ pip install -e '.[dev]'Testing framework used is pyenv
Run tests by typing the following command in the terminal
$ pytest