Metadata-Version: 2.1
Name: wkmake
Version: 0.0.6.2
Summary: Some simple tools for building python projects.
Home-page: https://gitee.com/peiiii/wkmake
Author: Wang Pei
Author-email: 1535376447@qq.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.0
Description-Content-Type: text/markdown
Requires-Dist: jinja2
Requires-Dist: fire
Requires-Dist: wpkit2
Requires-Dist: wheel
Requires-Dist: pyyaml

# wkmake
Some simple python project build tools.

# Install
`pip3 install wkmake`

# Usage
```shell script
# quick start
wkmake makepkg mypkg
cd mypkg
# edit wkmake.yaml , config your package information.
# run following command to build pkg at path "."
wkmake make . 
```
Check out the result in folder `demo`

