Skip to content

PRI is a Pypi Repository Index manager that helps you to switch pypi repository fastly.

License

Notifications You must be signed in to change notification settings

xiyusullos/PipRepositoryIndex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pri

pri is a Pypi Repository Index manager that helps you to switch pypi repository fast.

Here's the pri usage:

Usage:
  pri ls
  pri use <repository_name>
  pri current
  pri (-v | --version)
  pri (-h | --help)
Options:
  -h, --help                   output usage information
  -v, --version                output the version number

Installation

pip install pri

Upgrading

pip install --upgrade pri

Examples

List all repositories

$ pri ls

repository name      repository url
-------------------------------------------------------------------------------
pypi                 https://pypi.python.org/simple/
tuna                 https://pypi.tuna.tsinghua.edu.cn/simple
douban               http://pypi.douban.com/simple/
aliyun               https://mirrors.aliyun.com/pypi/simple/
ustc                 https://mirrors.ustc.edu.cn/pypi/web/simple

Use tuna repository

$ pri use tuna

tuna(https://pypi.tuna.tsinghua.edu.cn/simple)

List current repository

$ pri current

tuna(https://pypi.tuna.tsinghua.edu.cn/simple)

About

PRI is a Pypi Repository Index manager that helps you to switch pypi repository fastly.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages