Python project boilerplate with Poetry, Ruff, Docker, and Makefile.
A Python boilerplate project using Poetry for dependency management, Ruff for linting, and Makefile/Docker for development and containerization. It provides project scaffolding, standardized logging and configuration parsing, and Makefile targets for building, testing, linting, and packaging. Suited for libraries, CLI tools, and small to medium Python services.
0