打包与分发
uv — Fast Python Package & Project Manager
Comprehensive guide for uv — the extremely fast Python package and project manager written in Rust by Astral. uv replaces pip, pip-tools, pipx, poetry, pyenv, twine, and virtualenv in a single tool. Use this skill whenever the user asks about: managing Python projects or dependencies, installing Python packages, creating virtual environments, running Python scripts with dependencies, managing Python versions, publishing packages to PyPI, converting from pip/poetry/pipenv to uv, writing inline script metadata (PEP 723), using uvx to run tools without installing them, or any question involving pyproject.toml, uv.lock, uv.toml, or the `uv` CLI command. Also trigger for questions like "how do I set up a Python project", "replace pip with something faster", "manage multiple Python versions", or "run a one-off Python script with dependencies".