These mirrors are only accessible on campus.
They may be updated continuously?
GitHub Release
Replace github.com in the link with mirror.njucite.cn/gh
https://github.com/Do1e/NJUlogin/releases/download/v3.5.0/njulogin-3.5.0-py3-none-any.whl
↓
https://mirror.njucite.cn/gh/Do1e/NJUlogin/releases/download/v3.5.0/njulogin-3.5.0-py3-none-any.whl
For example, the Python mirror in uv configuration:
python-install-mirror = "https://mirror.njucite.cn/gh/astral-sh/python-build-standalone/releases/download"
[[index]]
url = "https://mirror.nju.edu.cn/pypi/web/simple"
default = true
Hugging Face
Usage:
export HF_ENDPOINT=https://hf-mirror.njucite.cn
$env:HF_ENDPOINT="https://hf-mirror.njucite.cn"