Metadata-Version: 2.4
Name: tab-cli
Version: 0.1.1
Summary: A CLI tool for tabular data
Author-email: Tongfei Chen <tongfei@pm.me>
License-File: LICENSE
Requires-Python: >=3.10
Requires-Dist: blobfile>=3.0
Requires-Dist: fsspec>=2025.1.0
Requires-Dist: loguru>=0.7.3
Requires-Dist: polars-fastavro>=0.5.1
Requires-Dist: polars>=1.0
Requires-Dist: pyarrow>=15.0
Requires-Dist: rich>=13.0
Requires-Dist: typer>=0.21.1
Provides-Extra: azure
Requires-Dist: adlfs>=2025.1.0; extra == 'azure'
Requires-Dist: azure-identity>=1.10.0; extra == 'azure'
Provides-Extra: gcs
Requires-Dist: gcsfs>=2025.1.0; extra == 'gcs'
Provides-Extra: s3
Requires-Dist: s3fs>=2025.1.0; extra == 's3'
Description-Content-Type: text/markdown

# tab

A CLI tool for viewing, querying, and converting tabular data files. Supports AWS / Azure / Google Cloud Storage URLs.
