monorepo
Python monorepo using uv workspaces: shared packages/ libraries and apps/ deployables with one lockfile, Ruff, Pyright, and pytest.
This template provides a solid foundation for building uv-workspace applications. It comes with all the essential tools and configurations to help you get started quickly.
The uv Workspace Starter template is designed to help developers jumpstart their projects with best practices, modern tooling, and a well-structured codebase.
Enhance your uv Workspace Starter with these powerful extensions
Get started quickly with these popular template and extension combinations
uv-workspace
ci
$ uvx create-awesome-python-app \
--template uv-workspace-starter \
--addons github-setup
uv-workspace
editor
$ uvx create-awesome-python-app \
--template uv-workspace-starter \
--addons development-container
uv-workspace
ci
$ uvx create-awesome-python-app \
--template uv-workspace-starter \
--addons pre-commit
Start creating your awesome Python app with this template