uv
Package — PackagingPython 3.7+Intermediate
Ultra-fast Python package installer in Rust
Quick Info
- Documentation
- Official Docs
- Python Version
- 3.7+
- Dependencies
- None (standalone Rust binary)
- Install
pip install uv # or: curl -LsSf https://astral.sh/uv/install.sh | sh
Learn by Difficulty
Quick Example
python
# Install: pip install uv # or: curl -LsSf https://astral.sh/uv/install.sh | sh import uv # Basic uv usage print(f"Using uv") # See documentation for detailed examples
uv is a third-party package. Ultra-fast Python package installer in Rust. Install with: pip install uv # or: curl -LsSf https://astral.sh/uv/install.sh | sh
Try in PlaygroundTags
packagepackagingdistributionbuild