Metadata-Version: 2.0
Name: faster
Version: 0.1.10
Summary: A pip tool help you get the best pip source
Home-page: https://github.com/lfzark/faster
Author: ark1ee
Author-email: onlyarter@gmail.com
License: UNKNOWN
Keywords: pip tools
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Provides-Extra: dev
Provides-Extra: test
Provides-Extra: dev
Requires-Dist: check-manifest; extra == 'dev'
Provides-Extra: test
Requires-Dist: coverage; extra == 'test'

# Faster - a  python registry manager

---- 


![python2.7](https://img.shields.io/badge/python-2.7-green.svg?branch=master)
![python3.6](https://img.shields.io/badge/python-3.6-green.svg?branch=master)
![platform](https://img.shields.io/conda/pn/conda-forge/python.svg)

## Installation 
Use pip: 
```
pip install faster 
```

if you want to install from source code , you can download from pypi or simple use: 
```
git clone https://github.com/lfzark/faster
```
then run: 
```
python setup.py install 
```

## Example 

```bash
faster auto

```

```log
[+] May cost your few minutes according your network situation.
[+] douban      https://pypi.douban.com/simple  0.496495008469
[+] pypi        https://pypi.python.org/simple  2.82570886612
[+] tencent     https://mirrors.cloud.tencent.com/pypi/simple   0.392730951309
[+] tsinghua    https://pypi.tuna.tsinghua.edu.cn/simple        0.177893877029
[+] aliyun      https://mirrors.aliyun.com/pypi/simple  <urlopen error [Errno -2] Name or service not known>
[+] ustc        https://pypi.mirrors.ustc.edu.cn/simple 0.687880992889


[+] BEST PIP : tsinghua  -  https://pypi.tuna.tsinghua.edu.cn/simple ,SPEED: 0.178
USE tsinghua - https://pypi.tuna.tsinghua.edu.cn/simple

```


```
faster use douban

```

```log
USE douban - https://pypi.douban.com/simple
```

## TODO

-  update pip list fron remote

