2026-03-25T22:07:46-0400
Everything here is released with the Unlicense and Kopimi.
I recommend uv for building source code distributions straight from developers. If you're on Linux or macOS, you can get a reasonably recent version from your package manager, but you can also run their standalone installer:
curl -LsSf https://astral.sh/uv/install.sh | sh
In a source directory:
uv sync to start a Python virtual environment and build the package.uv run <package> <command> with any CLI commands specified in the README or CLI -h/--help.I develop with either Python 3.12 or 3.13, in general.