UV is now my default Python package manager for all of my projects

github.com/astral-sh/uv

- A single tool to replace pip, pip-tools, pipx, poetry, pyenv, twine, virtualenv, and more.
- 10-100x faster than pip.
- An extremely fast Python package and project manager, written in Rust.

Example : Install & usage
$ curl -LsSf https://astral.sh/uv/install.sh | sh
(add shell permanently)
$ echo 'source $HOME/.local/bin/env' >> ~/.bashrc 
$ uv init --name myproject .
$ uv add pygame (example)
$ uv run game.py

Context
docs.astral.sh/uv/llms.txt

Close
Fullscreen image