Python tools
Next-gen Python tooling
ASTRAL: uv
- astral.sh: uv - link
uv - an extremely fast Python package and project manager, also developed in Rust. uv aims to consolidate functionalities of tools such as pip, pip-tools, pipx, poetry, pyenv, twine, and virtualenv into a single, efficient solution. It boasts speeds 10 to 100 times faster than pip, manages Python versions, runs and installs Python applications, and supports single-file scripts with inline dependency metadata.