diff options
Diffstat (limited to 'devel/uv/pkg-descr')
-rw-r--r-- | devel/uv/pkg-descr | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/devel/uv/pkg-descr b/devel/uv/pkg-descr index 1473e2deed11..5f1657bec250 100644 --- a/devel/uv/pkg-descr +++ b/devel/uv/pkg-descr @@ -1,2 +1,14 @@ uv is an extremely fast Python package installer and resolver, written in Rust. -It is designed as a drop-in replacement for `pip` and `pip-compile`. +It is designed as a drop-in replacement for pip and pip-compile, but is +often 10-100 times faster. + +uv also provides a unified interface for managing Python projects, including +virtual environment creation and management, dependency locking, and project +initialization. + +Features: +- Extremely fast package installation and resolution +- Drop-in replacement for pip and pip-compile +- Unified project management +- Virtual environment management +- Cross-platform support (macOS, Linux, Windows) |