Metadata-Version: 2.1
Name: mkpi
Version: 0.1
Summary: make python project setuptools template
Home-page: https://github.com/wanix1988/python-setup-boilerplate
Author: Linwei Wang
Author-email: wenix@live.cn
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

# mkpi [![Version][version-badge]][version-link]![MIT License][license-badge]

make python project setuptools template

是一个用来自动生成python project setup模板的工具 

### 示例

### 使用方式

```
Usage: mkpi [-h] [--name PROJECT_NAME]

optional arguments:
    -h --help   show this help message
    --name      name of the project you want to create
```

### 安装

```
$ pip install mkpi
```

### License

[MIT]()


