Metadata-Version: 2.4
Name: etlantic-datafusion
Version: 0.25.0
Summary: Experimental DataFusion dataframe + portable transform 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<0.26,>=0.25.0
Description-Content-Type: text/markdown

# etlantic-datafusion (Experimental)

Gate B experimental DataFusion plugin stub for ETLantic 0.24.

**Not recommended for production.** Does not replace Polars as the reference
dataframe engine. Advertises no graduated dataframe/Arrow/lazy capabilities
until conformance, differentials, Gate A Arrow boundaries, and a measured
advantage are complete.

```bash
pip install 'etlantic[datafusion]==0.25.0'
```
