tool-uv-monorepo
CommunityBuild Python monorepos with uv workspaces
Software Engineering#uv#workspaces#dependency resolution#ci cd#python monorepo#editable installs#docker optimization
Authornishide-dev
Version1.0.0
Installs0
System Documentation
What problem does it solve?
It solves dependency drift and inconsistent environments across multiple Python packages living in the same repository by giving you a single, unified workspace setup.
Core Features & Use Cases
- Unified lock file for the whole monorepo: create one
uv.lockthat resolves all workspace members together, keeping versions consistent across packages. - Shared editable installs: use
workspace = trueso internal packages update instantly during development without reinstalling. - Monorepo-ready testing and build patterns: apply recommended pytest import settings, and use Docker multi-stage builds to avoid bloated images by exporting service-specific dependencies.
- Use cases: multi-package CLI + core + services repos, internal library ecosystems, and migrations from poly-repos where versions must be aligned before consolidating.
Quick Start
Configure your root pyproject.toml as a uv workspace by setting [tool.uv.workspace] members = ["packages/*"] and adding a single uv.lock, then sync the repository with uv sync --group dev.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: tool-uv-monorepo Download link: https://github.com/nishide-dev/claude-code-ml-research/archive/main.zip#tool-uv-monorepo Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.