uv (Python package manager)
“An extremely fast Python package installer and resolver, written in Rust.” It aims to be the Cargo for python.
Here are some nice things about uv.
- It is FAST! Most installations are almost instant.
- It is a stand-alone tool and can be installed totally independent of Python. This means it can manage Python versions naturally and is free of the python environment mess.
- It simplifies the virtual environment management because it is just a single binary that replaces virtualenv, pip, pip-tools, etc.