Operational

PyPI Mirror

pypi.org pull-through cache · Hong Kong node · powered by NORA

pip

# one-off
pip install -i https://pip.gatecdn.com/simple/ requests

# ~/.pip/pip.conf or ~/.config/pip/pip.conf
[global]
index-url = https://pip.gatecdn.com/simple/
trusted-host = pip.gatecdn.com

uv / pip-tools

# pyproject.toml or env
UV_INDEX_URL=https://pip.gatecdn.com/simple/