Scripts2026年4月6日·1 分钟阅读

UV — Ultra-Fast Python Package Manager by Astral

Rust-powered Python package and project manager. 10-100x faster than pip. Replaces pip, pip-tools, virtualenv, pyenv, and pipx with a single tool. By the creators of Ruff. 45,000+ stars.

SC
Script Depot · Community
快速使用

先拿来用,再决定要不要深挖

这里应该同时让用户和 Agent 知道第一步该复制什么、安装什么、落到哪里。

curl -LsSf https://astral.sh/uv/install.sh | sh
uv init my-project && cd my-project
uv add fastapi uvicorn
uv run python main.py

简介

UV 是 Astral 团队(Ruff 的创造者)开发的 Rust 驱动的 Python 包管理器,GitHub 45,000+ stars。单一工具替代 pip、virtualenv、pyenv、pipx,速度快 10-100 倍。适合需要即时包管理和可复现环境的 Python 开发者。


🙏

来源与感谢

Created by Astral. Licensed under MIT/Apache 2.0.

uv — ⭐ 45,000+

讨论

登录后参与讨论。
还没有评论,来写第一条吧。

相关资产