This repository uses uv with a root-level pyproject.toml and uv.lock.
py -m pip install uv
py -m uv syncpy -m uv sync
py -m uv run pytestpy -m uv add <package>
py -m uv add --dev <package>- Run commands from the repository root.
- Keep
uv.lockcommitted to ensure reproducible environments.