Metadata-Version: 1.1
Name: prm
Version: 0.1.2
Summary: PRM(pip repository manager)
Home-page: https://github.com/duyixian1234/prm
Author: Yixian Du
Author-email: duyixian1234@qq.com
License: MIT
Description: 
        PRM
        ---
        pip repository manager
        
        Use
        ---
        
        .. code-block:: shell
        
            $ prm list
            pypi                https://pypi.org/simple
        
            douban              https://pypi.douban.com/simple
        
            tencent             https://mirrors.cloud.tencent.com/pypi/simple
        
            aliyun              https://mirrors.aliyun.com/pypi/simple/
            $ prm show
        
            Current: https://mirrors.cloud.tencent.com/pypi/simple
            $ prm use pypi
        
            Setting to pypi
            $ prm show
        
            Current: https://pypi.org/simple
            $ prm --help
        
            Usage: prm [OPTIONS] COMMAND [ARGS]...
        
            Options:
              --help  Show this message and exit.
        
            Commands:
              list
              show
              use
        
        
        
        Install
        -------
        
        .. code-block:: shell
            
            pip install prm
        
        
        Author
        ------
        Yixian Du
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
