一个快速的 Python 软件包和项目管理器。 此命令也有关于其子命令的文件,例如:tool 和 python. 更多信息:https://docs.astral.sh/uv/reference/cli.
tool
python
uv init
uv init {{项目名称}}
uv add {{软件包}}
uv remove {{软件包}}
uv run {{路径/到/脚本.py}}
uv run {{命令}}
pyproject.toml
uv sync
uv lock