Metadata-Version: 2.1
Name: cpkg
Version: 0.2.16
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: any
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 3 - Alpha
Requires-Python: >=3
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=[]
>>)
>>```
### or
```shell
createpkg optional
```
For more information, see
```shell
createpkg -h
```
## 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
>### 0.0.13 2021 1 24
>>Repair Bug
>### 0.0.18 2022 3 27
>>Convert module to command line tool
>### 0.1.9 2022 3 27
>>Updata README.md
>### 0.1.10 2022 4 9
>>Repair Bug
>### 0.1.11 2022 4 19
>>Add new elements from setup.py
>### 0.2.14 2022 5 19
>>Repair Bug


