Metadata-Version: 2.1
Name: tabpro
Version: 0.4.29
Summary: A table data processor
Home-page: https://github.com/akivajp/tabpro
License: MIT
Author: Akiva Miura
Author-email: akiva.miura@gmail.com
Requires-Python: >=3.10,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: icecream (>=2.1.3,<3.0.0)
Requires-Dist: logzero (>=1.7.0,<2.0.0)
Requires-Dist: openpyxl (>=3.1.5,<4.0.0)
Requires-Dist: pandas (>=2.2.3,<3.0.0)
Requires-Dist: pytest (>=8.3.5,<9.0.0)
Requires-Dist: pyyaml (>=6.0.2,<7.0.0)
Requires-Dist: rich (>=13.9.4,<14.0.0)
Requires-Dist: tqdm (>=4.67.0,<5.0.0)
Requires-Dist: xlsxwriter (>=3.2.0,<4.0.0)
Project-URL: Repository, https://github.com/akivajp/tabpro
Description-Content-Type: text/markdown

# TabPro - Table Data Converter

This is a python-based tool that processes table (tabular) data.
It can convert tables from CSV, TSV, Excel, JSON, and JSON Lines to any of these formats, concatenate multiple tables, and merge tables based on common columns.
Additionally, it can also manipulate any fields in the table data, such as filtering, sorting, and transforming.

