uv is a responsive package and project manager for Python. It incorporates the features of the following tools:
pippip-toolsvirtualenvpipenv
It is very fast. Combining multiple tool functionality into a single CLI. With package management, environment management, and dependency resolution.
Support for PEP 582.
Supports common formats with pyproject.toml.
asdf plugin add uvbrew install uvscoop install main/uvwinget install --id=astral-sh.uv -euv python install
uv python listuv init uv-demo
uv add requestsuv sync