forked from flypythoncom/python
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathuv.yml
More file actions
25 lines (25 loc) · 1.25 KB
/
Copy pathuv.yml
File metadata and controls
25 lines (25 loc) · 1.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
id: uv
repo: astral-sh/uv
url: https://github.com/astral-sh/uv
category: tooling-packaging
status: stable
first_seen: 2026-09-02
reviewed_on: 2026-09-02
license: MIT OR Apache-2.0
evidence:
last_release: "Active release train; verified against the repository releases page at review time."
release_cadence: "Frequent point releases, often multiple per month."
maintenance: "Actively maintained by Astral with a public roadmap and rapid issue triage."
ai_familiarity: medium
alternatives: [pip, pip-tools, pyenv, poetry]
rationale_en: Extremely fast Rust-based package and project manager that replaces pip,
pip-tools, venv, and pyenv with lockfile determinism.
rationale_zh: 极快的 Rust 实现的包与项目管理器,以锁文件确定性取代 pip、
pip-tools、venv 与 pyenv。
when_not_to_use_en: When you must pin an existing pip-tools or Poetry workflow, or in
air-gapped environments without wheel mirrors.
when_not_to_use_zh: 必须沿用既有 pip-tools 或 Poetry 工作流时,或缺少 wheel
镜像的离线环境中。
risk_en: Actively maintained by Astral; relies on prebuilt binary wheels, so supply-chain
review applies on upgrade.
risk_zh: 由 Astral 积极维护;依赖预编译二进制 wheel,升级时需做供应链审查。