Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

simulation

Getting started

  • Install it with uv:
uv venv -p 3.11 --seed
uv pip install -e .

Contribution Guide

uv pip install ruff
uv run ruff check . --fix
  • Lint with ruff:
uv run ruff check .
uv pip install pytest
uv run pytest . # Test

YAML Specification

Examples

License

simulation's code are released under the MIT License