Metadata-Version: 2.3
Name: parquet-peek
Version: 0.1.5
Summary: just a simple way to check parquet file contents
Author-email: wckdouglas <douglas@vant.ai>
Requires-Python: >=3.10
Requires-Dist: fsspec>=2024.9.0
Requires-Dist: gcsfs>=2024.9.0.post1
Requires-Dist: polars>=1.9.0
Requires-Dist: rich-click>=1.8.3
Requires-Dist: s3fs>=2024.9.0
Description-Content-Type: text/markdown

# parquet-peek

[![PyPI version](https://badge.fury.io/py/parquet-peek.svg)](https://badge.fury.io/py/parquet-peek) [![CI](https://github.com/wckdouglas/parquet-peek/actions/workflows/ci.yaml/badge.svg)](https://github.com/wckdouglas/parquet-peek/actions/workflows/ci.yaml)

just a simple way to check parquet file contents

```
pip install -e .
```

```
parquet-peek -p gs://some-bucket/some-file.parquet
```
