معرفی شرکت ها


chpip-0.2.0


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

A tool to manage the base URL of the Python package index.
ویژگی مقدار
سیستم عامل OS Independent
نام فایل chpip-0.2.0
نام chpip
نسخه کتابخانه 0.2.0
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Prodesire
ایمیل نویسنده wangbinxin001@126.com
آدرس صفحه اصلی https://github.com/Prodesire/chpip
آدرس اینترنتی https://pypi.org/project/chpip/
مجوز -
# chpip [![PyPI version](https://badge.fury.io/py/chpip.svg)](https://badge.fury.io/py/chpip) [![PyPI Supported Python Versions](https://img.shields.io/pypi/pyversions/chpip.svg)](https://pypi.python.org/pypi/chpip/) [![Run Tests](https://github.com/Prodesire/chpip/actions/workflows/tests.yml/badge.svg?branch=main)](https://github.com/Prodesire/chpip/actions/workflows/tests.yml) A tool to manage the base URL of the Python package index. ## Installation ```bash $ pip install chpip ``` ## Usage ### Set pip index URL Set the base URL of the Python package index with name. ```bash $ chpip set -n ustc -i https://mirrors.ustc.edu.cn/pypi/web/simple ``` For more information about the options, please refer to the `chpip set` command. ```bash $ chpip set --help Usage: chpip set [OPTIONS] Options: -n, --name TEXT Name of the Python package index. [required] -i, --index-url TEXT Base URL of the Python Package Index. This should point to a repository compliant with PEP 503 (the simple repository API) or a local directory laid out in the same format. [required] --help Show this message and exit. ``` ### Change pip index URL Change the base URL of the Python package index without name which means switching between the two indexes in turn. ```bash $ chpip Change Python package index to `ustc` successful. $ chpip Change Python package index to `default` successful. ``` Change the base URL of the Python package index with name. ```bash $ chpip Change Python package index to `ustc` successful. ```


نحوه نصب


نصب پکیج whl chpip-0.2.0:

    pip install chpip-0.2.0.whl


نصب پکیج tar.gz chpip-0.2.0:

    pip install chpip-0.2.0.tar.gz