Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 453 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 453 Bytes

karpatkit

Work in progress

This repository contains two python packages:

Installation

Install uv

Development

Install or update the virtualenv (will be created in .venv):

make install

Run tests

KKIT_CFG=path/to/config.json uv run pytest -vs or use KKIT_CFG=path/to/config.json make test

Format

make pretty