Package: wnpp
Severity: wishlist

* Package name    : uv
  Version         : 0.1.37
  Upstream Contact: Charlie Marsh <charlie.r.ma...@gmail.com>
* URL             : https://github.com/astral-sh/uv
* License         : MIT, Apache-2.0
  Programming Lang: Rust
  Description     : an extremely fast Python package installer and resolver, 
written in Rust

uv is an extremely fast Python package installer and resolver, written in Rust.
Designed as a drop-in replacement for common pip and pip-tools workflows.

- Drop-in replacement for common pip, pip-tools, and virtualenv commands.
- 10-100x faster than pip and pip-tools (pip-compile and pip-sync).
- Disk-space efficient, with a global cache for dependency deduplication.
- Tested at-scale against the top 10,000 PyPI packages.
- Advanced features such as dependency version overrides and alternative
  resolution strategies.
- Best-in-class error messages with a conflict-tracking resolver.
- Support for a wide range of advanced pip features, including editable
  installs, Git dependencies, direct URL dependencies, local dependencies,
  constraints, source distributions, HTML and JSON indexes, and more.

Reply via email to