Skip to content

Latest commit

 

History

History
39 lines (31 loc) · 1.01 KB

README.md

File metadata and controls

39 lines (31 loc) · 1.01 KB

pimm

pip mirrors manager

This is a pip mirrors manager, just like nrm for npm.

support command

pmm ls # list all server
pmm help # show help
pmm test # show response time of all servers 
pmm use <name> # use <server_name> server 
pmm -V # show current version
pmm add <name> <url> # Add a mirror
pmm rm <name> #Remove the mirror
pmm reset #Reset to the initial state

mirrors includes

{
    "aliyun": "https://mirrors.aliyun.com/pypi/simple",
    "douban": "https://pypi.doubanio.com/simple",
    "hit": "https://mirrors.hit.edu.cn/pypi/web/simple",
    "huawei": "https://repo.huaweicloud.com/repository/pypi/simple",
    "jlu": "https://mirrors.jlu.edu.cn/pypi/simple",
    "pku": "https://mirrors.pku.edu.cn/pypi/web/simple",
    "tencent": "https://mirrors.cloud.tencent.com/pypi/simple",
    "thu": "https://pypi.tuna.tsinghua.edu.cn/simple",
    "ustc": "https://pypi.mirrors.ustc.edu.cn/simple",
    "default": "https://pypi.org/simple"
}

LICENSE

MIT