Skip to content

runtimeverification/komet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f432bd4 · Mar 18, 2025

History

63 Commits
Mar 12, 2025
Mar 18, 2025
Mar 18, 2025
Mar 12, 2025
Sep 3, 2024
May 14, 2024
May 14, 2024
Dec 4, 2024
Sep 6, 2024
Feb 6, 2025
Sep 3, 2024
Mar 18, 2025
Mar 18, 2025
Mar 18, 2025
Mar 18, 2025

Repository files navigation

komet

Installation

Prerequsites: python >= 3.10, pip >= 20.0.2, poetry >= 1.3.2.

make build
pip install dist/*.whl

For Developers

Use make to run common tasks (see the Makefile for a complete list of available targets).

  • make build: Build wheel
  • make check: Check code style
  • make format: Format code
  • make test-unit: Run unit tests

For interactive use, spawn a shell with poetry shell (after poetry install), then run an interpreter.