Metadata-Version: 2.1
Name: python-table-processor
Version: 0.4.0
Summary: A table data processor
Home-page: https://github.com/akivajp/python-table-processor
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: pyyaml (>=6.0.2,<7.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/python-table-processor
Description-Content-Type: text/markdown

# Table Data Processor

⚠️ **This repository is deprecated** ⚠️

This project has been renamed and migrated to [TabPro](https://github.com/akivajp/tabpro).
The Python package is now distributed as `tabpro` on PyPI.

```sh
pip install tabpro
```

## Migration Repository
- Repository: [TabPro](https://github.com/akivajp/tabpro)
- PyPI package: [tabpro](https://pypi.org/project/tabpro/)
- Description: A table data processor that supports bidirectional conversion between CSV, TSV, Excel, JSON, and JSON Lines formats, along with table merging, aggregation, sorting, and comparison operations.

