Metadata-Version: 2.1
Name: psm
Version: 0.2.0
Summary: Pypi Source Manager: fast switch between different Pypi Source: pypi, double, aliyun.
Home-page: http://www.jianshu.com/users/64467c788eb7
Author: brandonxiang
Author-email: 1542453460@qq.com
License: MIT
Keywords: source python package
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
License-File: LICENSE
Requires-Dist: docopt>=0.6.2
Requires-Dist: configparser>=7.1.0

# psm

Pypi Source Manager: fast switch between different Pypi Source: pypi, double, aliyun, tsu,.


This package is inspired by [Pana/nrm](https://github.com/Pana/nrm).

## [中文文档](Readme_CN.md)

## Installation

```
pip install psm
```


## Usage

### Unix

##### list all pypi source

```
psm ls
```

##### change pypi source

```
psm use douban
```

or 'aliyun' and 'thu'

##### show current source

```
psm current
```

##### add a new source

```
psm add my_source https://pypi.python.org/simple
```

##### delete a source

```
psm delete my_source
```

### Windows 

##### list all pypi source

```
python -m psm ls
```

## LICENSE

[MIT](LICENSE)
