A fast python package manager written in rust.
Project Management
UV now supports project and dependency management behaviour similar to PDM and Poetry. See documentation here. A new project can be initialized using uv init
.
Dependency Overrides
Like PDM, UV provides a way to override specific package dependencies in a flexible way.