Cookiecutter Python template for package projects with CI and testing
A cookiecutter template that generates Python package projects using uv for package management, ruff and mypy for linting and type checking, pytest for testing, and Docker for containerization. It provides CI/CD workflow files for GitHub Actions and GitLab CI, a Makefile, pre-commit hooks, and common configuration files. Suited for reusable Python libraries and application packages.
0