Metadata-Version: 2.1
Name: tinyutils
Version: 0.0.8
Summary: A set of tiny utils
Home-page: https://github.com/fengzongming/tinyutils
Author: fengzongming
Author-email: dremeue@163.com
License: UNKNOWN
Keywords: tiny utils
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python
Description-Content-Type: text/markdown
Requires-Dist: openpyxl (>=3.0.3)
Requires-Dist: pyecharts (>=1.8.1)

# A set of tiny utils

> 整合业界已有的模块, 开始一点一点封装一堆工作常用的工具类, 旨在提供更简单,更快速的方法供大家使用

## 已有工具类:

### ​excel_utils: 处理excel

### config_utils: 处理配置文件(.ini)

### echarts_utils: 生成图表

