Work in progress
This repository contains two python packages:
- defabipedia
- karpatkit
Install or update the virtualenv (will be created in .venv):
make install
KKIT_CFG=path/to/config.json uv run pytest -vs
or use KKIT_CFG=path/to/config.json make test
make pretty