Metadata-Version: 1.1
Name: psm
Version: 0.0.3
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
Description: psm
        ===============================
        
        Pypi Source Manager: fast switch between different Pypi Source: pypi, double, aliyun
        
        
        This package is inspired by [Pana/nrm](https://github.com/Pana/nrm).
        
        #. Installation
        
        ```
        pip install psm
        ```
        
        #. Usage
        
        #. list all pypi source
        
        ```
        python -m psm ls
        ```
        
        #. change pypi source
        
        ```
        python -m psm use douban
        ```
Keywords: source python package
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
