CLI tool to scaffold Python packages with testing, docs, and CI.
Python Project Wizard is a CLI tool that generates skeleton Python packages preconfigured with common developer tooling such as Poetry, MkDocs, Pytest, Tox, Black, Flake8, and GitHub Actions. It is suited for creating library or application starter projects that need packaging, testing, documentation, and CI/CD configured.
0