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 install
The 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 install
poetry run pytest --cov=kanon_api