Metadata-Version: 2.4
Name: cfpackages
Version: 0.1.0
Summary: 一个供我自己使用的实用的 python 第三方库
Author-email: chengfeng3012 <chengfeng3012@163.com>
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: colorama
Dynamic: license-file

# CFPackages
供[我自己](https://github.com/chengfeng30121)使用的实用的`Python 第三方库`! 
## 包括
1. [logger_formatter](https://github.com/chengfeng30121/tuchuang/blob/main/cfpackages/logger_formatter.py)
2. [file_utils](https://github.com/chengfeng30121/tuchuang/blob/main/cfpackages/file_utils.py)
## 依赖
1. [colorama](https://pypi.org/project/colorama/)
## 使用
1. 安装 
    ``` bash
    pip install cfpackages
    ```
2. 导入
    ``` python
    import cfpackages
    ```
