ALFA-project-erc / kanon-api

BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

kanon-api

Kanon features exposed through an API.

Set up

  1. Install dependencies with poetry (Installing Poetry)
# if pre-commit is not already installed
sudo apt install pre-commit

git clone git@github.com: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.

  1. Activate pre-commit checks:
# if pre-commit is not already installed
sudo apt install pre-commit

pre-commit install

Run tests

poetry run pytest --cov=kanon_api