You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A Cookiecutter template for Python packages, supporting both CLI and library project types. Generates projects with uv, ruff, pyright, and pytest pre-configured. It also comes with GitHub Actions workflows configured for the project.
6
+
7
+
This template is opinionated and enforces recommended practices when creating new Python projects.
8
+
9
+
## Repository Structure
10
+
11
+
-`{{cookiecutter.project_slug}}/` - Template directory (rendered by Cookiecutter)
12
+
-`cookiecutter.json` - Template variables and prompts
0 commit comments