aboutsummaryrefslogtreecommitdiff
path: root/python/python3-odfdo/README
diff options
context:
space:
mode:
Diffstat (limited to 'python/python3-odfdo/README')
-rw-r--r--python/python3-odfdo/README23
1 files changed, 17 insertions, 6 deletions
diff --git a/python/python3-odfdo/README b/python/python3-odfdo/README
index 6e6d47441e..b6be4494da 100644
--- a/python/python3-odfdo/README
+++ b/python/python3-odfdo/README
@@ -1,7 +1,18 @@
-odfdo is a Python library for programmatically creating,
-parsing, and editing OpenDocument Format (ODF) files.
+An extremely fast Python package and project manager, written in Rust.
-It provides an interface for interacting with .odt,
-.ods, .odp, and other ODF file types.
-The library comes with a set of utilities and recipes
-for common actions to make it easier to use.
+- 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.