P35 · Packaging, Tooling & Automation
project layout, pyproject, builds & automation
Turn a script into a shippable package: declare it in pyproject.toml with a src/ layout, pin its dependencies for reproducible builds, produce the wheel a registry expects, and automate the whole dev loop so quality is built in - with this repo as the worked example throughout.