Metadata-Version: 2.1
Name: cpkg
Version: 0.0.4
Summary: A package that creates a package
Home-page: https://github.com/seoul2k/cPkg
Author: xiongtianshuo
Author-email: Mr_Xiongts@163.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/seoul2k/cPkg/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# cPkg

## This is a package that generates packages

>## install
>>```shell
>>pip install cpkg
>>```
>## use
>>```python
>>import cpkg
>>cpkg.createPkg.create(**kw)
>>```
>

