项目目录 |
---|
| uv-doc-zh/
├── README.md
├── docs
├── index.py
├── mkdocs.yml
├── pyproject.toml
└── uv.lock
|
| [project]
name = "uv-doc-zh"
version = "0.1.0"
description = "一个用 Rust 编写的极其快速的 Python 包和项目管理器。"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"mkdocs-material>=9.6.15",
]
[tool.uv]
index-url = "<替换为你需要的镜像源地址>"
|
阿里云https://mirrors.aliyun.com/pypi/simple/
腾讯云https://mirrors.cloud.tencent.com/pypi/simple/
华为云https://mirrors.huaweicloud.com/repository/pypi/simple/
清华大学https://pypi.tuna.tsinghua.edu.cn/simple/
中国科学技术大学https://pypi.mirrors.ustc.edu.cn/simple/
https://pypi.mirrors.ustc.edu.cn/simple/
https://pypi.mirrors.ustc.edu.cn/simple/