Metadata-Version: 2.1
Name: tablefill
Version: 0.1.0
Summary: Excel模板数据填充,快速应对Web项目数据导入
Home-page: https://gitee.com/zy7y/tablefill
License: MIT
Keywords: excel,data,test
Author: 柒意
Author-email: 396667207@qq.com
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: Faker (>=8.14.0,<9.0.0)
Requires-Dist: typer (>=0.4.0,<0.5.0)
Requires-Dist: xlrd (==1.2.0)
Requires-Dist: xlutils (>=2.0.0,<3.0.0)
Project-URL: Repository, https://github.com/zy7y/tablefill
Description-Content-Type: text/markdown

# 背景
在测试Web后台管理系统项目时,导入数据是个高频出现的功能,[tablefill](https://github.com/zy7y/tablefill)主要完成根据配置文件对模板进行填充数据

# 
