Metadata-Version: 2.1
Name: prm
Version: 0.1.4
Summary: pip repository manager
License: MIT
Author: duyixian
Author-email: duyixian1234@qq.com
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: click (>=7.1.2,<8.0.0)
Description-Content-Type: text/x-rst

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

