Skip to content

Repository files navigation

cookiecutter-python-uv

CI

Cookiecutter template for Python projects using uv.

Logo

About

This template features:

Prerequisites

Installation

Install cruft via uv: uv tool install cruft

Usage

Generate project

Generate the project structure via uv tool run cruft create https://github.com/slangenbach/cookiecutter-python-uv

|- .devcontainer/                   <- devcontainer configuration
|- .github/                         <- GitHub Actions workflows
|- .vscode/                         <- VSCode configuration
|- data/                            <- Data for debugging and testing
|- infra/                           <- Infrastructure-as-Code
|- notebooks/                       <- Jupyter notebooks
|- src/                             <- Source code
|- tests/                           <- Tests
|- .gitignore                       <- Files ignored by git
|- .pre-commit-config.yaml          <- pre-commit configuration
|- .env                             <- Actual .env file
|- .env.example                     <- Dummy .env file
|- .python-version                  <- Python version used by package
|- pyproject.toml                   <- Package and tooling configuration
|- README.md                        <- Top-level README
|- taskfile.yml                     <- Taskfile
|- uv.lock                          <- uv lock file

Update project

Update a project created using cruft via uv tool run cruft update

Contributing

Check out Contributing for further information.

About

Cookiecutter template for Python projects using uv

Topics

Resources

Contributing

Stars

2 stars

Watchers

1 watching

Forks

Releases

Used by

Contributors

Languages