This repo contains a python helper library that allows us to automate a number of workflow actions when interacting with Docker.
For details see the rest of the documentation.
HTML rendered documentation is available at DockerWrapper.
Install uv, then set up the project environment and git hooks:
uv sync --all-groups
uv run pre-commit install
uv run pre-commit install --hook-type pre-pushUse conventional commits via commitizen:
uv run cz commitmake install, make check, make fmt, make test, and make docs wrap
the same uv commands. Agent and contributor guidelines live in
AGENTS.md.