Metadata-Version: 2.1
Name: pipcn
Version: 0.0.2
Summary: 快速、方便的使用pip的国内镜像源安装/更新包~
Project-URL: Documentation, https://github.com/xuanzhi33/pipcn#readme
Project-URL: Issues, https://github.com/xuanzhi33/pipcn/issues
Project-URL: Source, https://github.com/xuanzhi33/pipcn
Author-email: xuanzhi33 <xuanzhi33@qq.com>
License-Expression: GPL-3.0-only
License-File: LICENSE
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# pipcn

快速、方便的使用pip的国内镜像源安装/更新包~
默认使用清华大学pip镜像：https://pypi.tuna.tsinghua.edu.cn/simple

[![PyPI - Version](https://img.shields.io/pypi/v/pipcn.svg)](https://pypi.org/project/pipcn)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/pipcn.svg)](https://pypi.org/project/pipcn)

-----

**Table of Contents**

- [Installation](#installation)
- [License](#license)

## Installation

```console
pip install pipcn
```

## Usage

```console
pipcn <package>
```
以上命令相当于：
```console
pip install --upgrade -i https://pypi.tuna.tsinghua.edu.cn/simple <package>
```

## License

`pipcn` is distributed under the terms of the [GPL-3.0-only](https://spdx.org/licenses/GPL-3.0-only.html) license.
