Kanon features exposed through an API.
- Install dependencies with
poetry(Installing Poetry)
# if pre-commit is not already installed
sudo apt install pre-commit
git clone [email protected]:legau/kanon-api.git
cd kanon-api
poetry installThe changes you make in the code are reflected on your Python environment. Working with Python 3.10.
- Activate pre-commit checks:
# if pre-commit is not already installed
sudo apt install pre-commit
pre-commit installpoetry run pytest --cov=kanon_api