A simple Python package for Graph Series-Parallel-ization.
Install dependencies: uv sync --group dev
To enter the venv: source .venv/bin/activate
For testing: uv run pytest
For Nix build verification: nix build .#spization --no-link
For codecov: uv run pytest --cov=spization --cov-report=term-missing:skip-covered
For linting: uv run ruff check --fix / uv run ruff format
For type checking: uv run ty check
To run benchmarking: uv run benchmark