Metadata-Version: 2.1
Name: pypkg-tpl
Version: 2024.9.21
Author-email: mikigo <huangmingqiang@uniontech.com>
License: GPL2.0
License-File: LICENSE
Requires-Python: >=3.7
Requires-Dist: click
Description-Content-Type: text/markdown

# PyPKG

一键创建 Python 工程，自动生成Python包目录结果、PyPI发布相关配置文件，支持一键发布。

## 安装

```bash
pip3 install pypkg-tpl
```

## 使用

```bash
mkdir my_python_pkg
cd my_python_pkg
pypkg
```

## 发布到PyPI

```bash
bash publish.sh
```

