mirror of https://github.com/astral-sh/uv
Change ordering of highlights in readme (#1289)
Also, shorten some more items
This commit is contained in:
parent
2a3e817d53
commit
942e353f65
15
README.md
15
README.md
|
|
@ -13,20 +13,19 @@ Puffin is backed by [Astral](https://astral.sh), the creators of [Ruff](https://
|
||||||
|
|
||||||
## Highlights
|
## Highlights
|
||||||
|
|
||||||
|
- ⚖️ Drop-in replacement for common `pip`, `pip-tools`, and `virtualenv` commands.
|
||||||
- ⚡️ 10-100x faster than `pip` and `pip-tools` (`pip-compile` and `pip-sync`).
|
- ⚡️ 10-100x faster than `pip` and `pip-tools` (`pip-compile` and `pip-sync`).
|
||||||
- 💾 Disk-space efficient, with a global cache for dependency deduplication and Copy-on-Write
|
- 💾 Disk-space efficient, with a global cache for dependency deduplication.
|
||||||
installation on supported platforms.
|
- 🐍 Installable via `pip`, `pipx`, `brew` etc. Puffin is a static binary that can be installed without Rust or
|
||||||
- 🐍 Installable via `pip`, `pipx`, `brew` etc. Puffin is a single static binary that can be
|
Python.
|
||||||
installed without Rust or even a Python environment.
|
|
||||||
- 🧪 Tested at-scale against the top 10,000 PyPI packages.
|
- 🧪 Tested at-scale against the top 10,000 PyPI packages.
|
||||||
- 🖥️ Support for macOS, Linux, and Windows.
|
- 🖥️ Support for macOS, Linux, and Windows.
|
||||||
- ⚖️ Drop-in replacement for common `pip`, `pip-tools`, and `virtualenv` commands.
|
|
||||||
- 🤝 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.
|
|
||||||
- 🧰 Novel features such as [dependency version overrides](#dependency-overrides] and
|
- 🧰 Novel features such as [dependency version overrides](#dependency-overrides] and
|
||||||
[alternative resolution strategies](#resolution-strategy).
|
[alternative resolution strategies](#resolution-strategy).
|
||||||
- ⁉️ Best-in-class error messages with a conflict-tracking resolver.
|
- ⁉️ 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.
|
||||||
|
|
||||||
## Getting Started
|
## Getting Started
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue