Uv
uv常用
https://docs.astral.sh/uv
初始化项目
使用国内镜像 UV_PYTHON_INSTALL_MIRROR="https://mirror.nju.edu.cn/github-release/indygreg/python-build-standalone/"
添加依赖
使用国内源 --index https://mirrors.cernet.edu.cn/pypi/web/simple
运行
初始化脚本+指定python版本
给特殊脚本添加依赖
docker镜像
参考 uvicorn 方式