Metadata-Version: 2.1
Name: tidychef
Version: 0.1.0
Summary: Python package for transforming human readable tables into tidy data
License: Apache 2.0
Author: mikeAdamss
Author-email: mikelovesbooks@gmail.com
Requires-Python: >=3.7,<4.0
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: cachecontrol (>=0.13.1,<0.14.0)
Requires-Dist: filelock (>=3.12.2,<4.0.0)
Requires-Dist: jupyter (>=1.0.0,<2.0.0)
Requires-Dist: openpyxl (>=3.1.2,<4.0.0)
Requires-Dist: requests (>=2.31.0,<3.0.0)
Requires-Dist: tabulate (>=0.9.0,<0.10.0)
Requires-Dist: validators (>=0.20.0,<0.21.0)
Requires-Dist: xlrd (>=2.0.1,<3.0.0)
