Metadata-Version: 2.4
Name: wuti-py-util
Version: 0.6.1
Summary: wuti python utility libraries
Project-URL: Homepage, https://github.com/wuti-labs
Author-email: Alex Qin <qinqinghai@hotmail.com>
License-Expression: MIT
License-File: LICENSE
Keywords: csv,excel,validation
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.10
Requires-Dist: jsonschema>=4.25
Requires-Dist: pyyaml>=6.0
Provides-Extra: all
Requires-Dist: openpyxl>=3.1.5; extra == 'all'
Requires-Dist: pandas>=2.3; extra == 'all'
Requires-Dist: tabulate>=0.10.0; extra == 'all'
Provides-Extra: excel
Requires-Dist: openpyxl>=3.1.5; extra == 'excel'
Requires-Dist: pandas>=2.3; extra == 'excel'
Requires-Dist: tabulate>=0.10.0; extra == 'excel'
Provides-Extra: pandas
Requires-Dist: pandas>=2.3; extra == 'pandas'
Requires-Dist: tabulate>=0.10.0; extra == 'pandas'
