Metadata-Version: 2.4
Name: etlantic-pandas
Version: 0.12.0
Summary: Pandas dataframe execution plugin for ETLantic.
Project-URL: Homepage, https://github.com/eddiethedean/etlantic
Project-URL: Documentation, https://github.com/eddiethedean/etlantic/tree/main/docs
Project-URL: Repository, https://github.com/eddiethedean/etlantic
Project-URL: Issues, https://github.com/eddiethedean/etlantic/issues
Project-URL: Changelog, https://github.com/eddiethedean/etlantic/blob/main/CHANGELOG.md
Author-email: Odo Matthews <odosmatthews@gmail.com>
License-Expression: MIT
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Typing :: Typed
Requires-Python: >=3.11
Requires-Dist: etlantic<1.0,>=0.12.0
Requires-Dist: pandas<3,>=2.0
Provides-Extra: arrow
Requires-Dist: pyarrow>=14; extra == 'arrow'
Description-Content-Type: text/markdown

# etlantic-pandas

Pandas compatibility dataframe plugin for [ETLantic](https://github.com/eddiethedean/etlantic).

```bash
pip install etlantic-pandas
pip install 'etlantic-pandas[arrow]'  # optional Arrow interchange
```

Eager `DataFrame` execution only. Planning fails closed when a pipeline
requires unsupported lazy or zero-copy behavior.
