Metadata-Version: 2.0
Name: faster
Version: 0.1.8
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'

# Python Registry Manager
======================= 

---- 

## 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 

```
faster use douban

```

## TODO

- Make dir & pip.conf file.

