cookiecutter-flask /
cookiecutter-flask
A flask template with Bootstrap, asset bundling+minification with webpack, starter templates, and registration/authentication. For use with cookiecutter.
91/100 healthLoading repository data…
audreyfeldroy / repository
Cookiecutter template for a Python package.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
Cookiecutter template for a Python package with production-ready CI and automated PyPI publishing.
uvx cookiecutter-pypackage
| Tool | ||
|---|---|---|
| Package manager | uv | Fast, handles venvs automatically |
| Task runner | just | just qa formats, lints, type-checks, and tests |
| Linting | ruff | Format + lint in one tool |
| Type checking | ty | All rules enabled, watch mode with just type-check-watch |
| Testing | pytest | Python 3.12, 3.13, 3.14 |
| CLI framework | Typer | Entry point + __main__.py included |
| Docs | Zensical + mkdocstrings | Auto-deployed to GitHub Pages, API docs from docstrings |
| Workflow | Trigger | What happens |
|---|---|---|
| CI | Push, PRs | Lint, type check, test across 3 Python versions |
| Publish | v* tag | Build, Sigstore attestation, PyPI via Trusted Publishers (no tokens) |
| Docs | Push to main | Build and deploy to GitHub Pages |
| Dependabot | Weekly | PRs to update SHA-pinned actions |
All actions pinned by SHA, minimal permissions, no persisted credentials.
Install uv, then:
uvx cookiecutter-pypackage
You'll be prompted for your package name, GitHub username, and a few other values (full list). Then push to GitHub and follow the tutorial to enable Pages and set up PyPI publishing.
uv venv
source .venv/bin/activate
uv pip install cookiecutter
cookiecutter gh:audreyfeldroy/cookiecutter-pypackage
audreyfeldroy.github.io/cookiecutter-pypackage
This template is opinionated. If it doesn't fit:
Pull requests welcome if they're small, atomic, and improve the template.
Discord | MIT license
Selected from shared topics, language and repository description—not editorial ratings.
cookiecutter-flask /
A flask template with Bootstrap, asset bundling+minification with webpack, starter templates, and registration/authentication. For use with cookiecutter.
91/100 healthcopier-org /
Library and command-line utility for rendering projects templates.
89/100 healthosprey-oss /
A modern cookiecutter template for Python projects that use uv for dependency management
87/100 healthionelmc /
Enhanced cookiecutter template for Python libraries.
87/100 healtharthurhenrique /
Cookiecutter template for FastAPI projects using: Machine Learning, uv, Github Actions and Pytests
86/100 healthjacebrowning /
My template for new Python libraries.
83/100 health