Modern Python package starter with CI, docs, tests, and Docker.
This boilerplate provides a ready project structure and tooling to develop Python packages, including dependency management, testing, CI, documentation, and containerization. It uses pyproject-based dependency management, a centralized Makefile for common tasks, MkDocs for documentation, pytest for tests, and Docker for container builds. It's suited for libraries, CLI tools, and projects intended for PyPI distribution.
0