Metadata-Version: 2.1
Name: peter-parquet
Version: 0.3.0
Summary: 
Home-page: https://github.com/sjlva/peter-parquet
License: MIT
Author: sjlva
Author-email: rafaelsilva@posteo.net
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: pyarrow[all] (>=8.0.0,<9.0.0)
Requires-Dist: rich[all] (>=12.4.4,<13.0.0)
Requires-Dist: typer[all] (>=0.4.1,<0.5.0)
Project-URL: Repository, https://github.com/sjlva/peter-parquet
Description-Content-Type: text/markdown

# Peter Parquet
Quickly inspect parquet file in command line

# Where to get it
The source coid is currently hosted on Github at:
Binary installers for the latest version are available at the repo

```bash
pip install peter-parquet
```

# Usage
`peter-parquet --help` return all commands available

# Non Bash users
If you are a non Bash user, notice that Python package executables are installed to ~/.local/bin. So, make sure to add this entry to your PATH variable.


