Metadata-Version: 2.4
Name: pipelantic-polars
Version: 0.5.0
Summary: Polars dataframe execution plugin for Pipelantic.
Author-email: Odo Matthews <odosmatthews@gmail.com>
License-Expression: MIT
Requires-Python: >=3.11
Requires-Dist: pipelantic<0.6,>=0.5.0
Requires-Dist: polars<2,>=1.0
Provides-Extra: arrow
Requires-Dist: pyarrow>=14; extra == 'arrow'
Description-Content-Type: text/markdown

# pipelantic-polars

Polars reference dataframe plugin for [Pipelantic](https://github.com/eddiethedean/pipelantic).

```bash
pip install pipelantic-polars
# optional Arrow interchange
pip install 'pipelantic-polars[arrow]'
```

Supports eager `DataFrame` execution and `LazyFrame` preservation until an
explicit collection boundary declared in the `PipelinePlan`.
