1.0.4 • Published 7 years ago

pprm v1.0.4

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

pprm -- Pypi registry manager

NPM version

pprm can help you switch between different registries easily,now include:

Install

$  npm install -g pprm

Example

$ prm ls

  pypi --- https://pypi.python.org/simple/
* douban - https://pypi.doubanio.com/simple/
  ali ---- http://mirrors.aliyun.com/pypi/simple/
  tsinghua  https://pypi.tuna.tsinghua.edu.cn/simple/
  ustc --- https://mirrors.ustc.edu.cn/pypi/web/simple/
$ prm use ali

Registry has been set to: http://mirrors.aliyun.com/pypi/simple/

Usage

Usage: prm [options] [command]


Commands:

ls                           List all the registries
current                      Show current registry name
use <registry>               change registry to registry
add <registry> <url> [home]  Add one custom registry
del <registry>               Delete one registry
home <registry> [browser]    Open the homepage of registry with optional browser
test [registry]              Show response time for specific or all registries

Options:

-h, --help     output usage information
-V, --version  output the version number

LICENSE

MIT

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago