cookiecutter template to create new python packages.
This project is used to scaffold a python project structure.
Like uv init --lib, only better.
- Supports
python3.12+ uvfor managing dependenciesmypyfor optional static typingpytestfor testingrufffor linting
uvx cookiecutter git@github.com:sbobryshev/sb-lib-template.gitMIT. See LICENSE for more details.
Inspired by: https://github.com/wemake-services/wemake-python-package