This project is written in Python 3.8+.
pip install -e .
# now you will have executable `vh` command in your venv
# for local development, you need to specify the login endpoint in `--host` / `-h`, i.e.
vh login --host http://localhost:8000
PyTest is used for running tests with the above mentioned Python versions. Development deps are in requirements-dev.txt
.
pip install -r requirements-dev.txt
pytest