Metadata-Version: 2.1
Name: haybarn-ext-parquet-h1-5-2
Version: 0.0.0
Summary: The parquet core extension for Haybarn (powered by DuckDB).
Home-page: https://github.com/Query-farm-haybarn/haybarn
License: MIT
Author: Query Farm LLC
Author-email: rusty@query.farm
Requires-Python: >=3.10
Description-Content-Type: text/markdown

<p align="center">
  <img src="https://raw.githubusercontent.com/Query-farm-haybarn/.github/haybarn/profile/assets/haybarn-icon.png" alt="Haybarn" width="120" height="120">
</p>

# Haybarn extension: `parquet`

The parquet core extension for Haybarn (powered by DuckDB).

> **Source:** [https://github.com/Query-farm-haybarn/haybarn](https://github.com/Query-farm-haybarn/haybarn)  
> **Catalog:** [Haybarn community extensions](https://github.com/Query-farm-haybarn/haybarn-community-extensions)

## About Haybarn

**Haybarn** is an independent derived distribution of DuckDB, published by [Query Farm LLC](https://query.farm). It tracks upstream DuckDB closely, signs every binary with its own trust root, and ships extensions through this and parallel npm channels.

## Install

```sh
pip install haybarn-ext-parquet-h1-5-2
# or pin to a specific build:
pip install haybarn-ext-parquet-h1-5-2==0.0.0
```

pip will pick the platform-matching wheel automatically. The `.duckdb_extension` binary lands in your virtualenv's `site-packages/` tree; the Haybarn engine auto-discovers it at startup.

## Use

From a Haybarn SQL session:

```sql
LOAD parquet;
```

## License

The `parquet` extension is distributed under **MIT**. The Haybarn engine itself is MIT-licensed.

## Trademark

Haybarn is an independent derived distribution of DuckDB published by [Query Farm LLC](https://query.farm). Not affiliated with or endorsed by the DuckDB Foundation. DuckDB is a trademark of the DuckDB Foundation.
