Metadata-Version: 2.1
Name: cpkg
Version: 0.0.12
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.create(
>>    path='',
>>    dirName='',
>>    pkgName='',
>>    author='',
>>    author_email='',
>>    description='',
>>    url='',
>>    project_urls={},
>>    classifiers=[],
>>    python_requires=3.6,
>>    install_requires=[]
>>)
>>```
## updata
>### 0.0.6 2021 1 19
>>1. Update command:
>>>See details: 
>>>```shell
>>>python3 -m cpkg -h
>>>```
>>
>### 0.0.7 2021 1 19
>>Update Info
>### 0.0.8 2021 1 19
>>Repair Bug
>### 0.0.9 2021 1 19
>>Repair Bug
>

