aboutsummaryrefslogtreecommitdiff
path: root/python/python3-uv/README
diff options
context:
space:
mode:
authorAntonio Leal <antonioleal@yahoo.com>2025-09-19 09:24:16 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2025-09-19 09:33:21 +0700
commit4183bf8a40c715386cbd48c07564b38ade95e472 (patch)
treee6cabf0dea93f19302d84f2577ed80440cd6406f /python/python3-uv/README
parent5d2ebd34056b7c33590397c23a605bcb8ca4530a (diff)
python/python3-uv: Added (Python package).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-uv/README')
-rw-r--r--python/python3-uv/README18
1 files changed, 18 insertions, 0 deletions
diff --git a/python/python3-uv/README b/python/python3-uv/README
new file mode 100644
index 0000000000..b6be4494da
--- /dev/null
+++ b/python/python3-uv/README
@@ -0,0 +1,18 @@
+An extremely fast Python package and project manager, written in Rust.
+
+- A single tool to replace pip, pip-tools, pipx, poetry, pyenv, twine,
+ virtualenv, and more.
+- 10-100x faster than pip.
+- Provides comprehensive project management, with a universal lockfile.
+- Runs scripts, with support for inline dependency metadata.
+- Installs and manages Python versions.
+- Runs and installs tools published as Python packages.
+- Includes a pip-compatible interface for a performance boost with a
+ familiar CLI.
+- Supports Cargo-style workspaces for scalable projects.
+- Disk-space efficient, with a global cache for dependency
+ deduplication.
+- Installable without Rust or Python via curl or pip.
+- Supports macOS, Linux, and Windows.
+
+uv is backed by Astral, the creators of Ruff.