aboutsummaryrefslogtreecommitdiff
path: root/python/python3-uv/README
diff options
context:
space:
mode:
authorAntonio Leal <antonioleal@yahoo.com>2025-09-28 09:22:52 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2025-10-03 06:51:25 +0700
commitbfd9876a0ad67caaf54c05909e4ebe02a89920db (patch)
treee8d84f9facb2486dff9f29d821c0671cd3ebd694 /python/python3-uv/README
parent2daae45eb03cfa1f0231c0678c7b25deac711c36 (diff)
python/python3-uv: Removed (duplicate of uv-bin)
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, 0 insertions, 18 deletions
diff --git a/python/python3-uv/README b/python/python3-uv/README
deleted file mode 100644
index b6be4494da..0000000000
--- a/python/python3-uv/README
+++ /dev/null
@@ -1,18 +0,0 @@
-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.