Metadata-Version: 2.3
Name: airflow-serde-polars
Version: 0.1.1
Summary: Apache Airflow serialization plugin using Polars
Project-URL: Repository, https://github.com/phi-friday/airflow-serde-polars
Author-email: phi <phi.friday@gmail.com>
License-File: LICENSE
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: Implementation :: CPython
Requires-Python: >=3.8
Requires-Dist: polars[pyarrow]>=1.0.0
Provides-Extra: test
Requires-Dist: apache-airflow>=2.8.1; extra == 'test'
Requires-Dist: pytest>=8.3.2; extra == 'test'
Description-Content-Type: text/markdown

# airflow-serde-polars

[![License: Apache-2.0](https://img.shields.io/badge/License-Apache_2.0-yellow.svg)](https://opensource.org/licenses/Apache-2.0)
[![github action](https://github.com/phi-friday/airflow-serde-polars/actions/workflows/check.yaml/badge.svg?event=push)](#)
[![PyPI version](https://badge.fury.io/py/airflow-serde-polars.svg)](https://badge.fury.io/py/airflow-serde-polars)
[![python version](https://img.shields.io/pypi/pyversions/airflow-serde-polars.svg)](#)

## how to install
```sh
pip install airflow-serde-polars
```

## Is this an airflow provider?
It's created for a similar purpose, but it's not a provider.
The airflow providers meta information does not define a serializer.

When I am able to enter the provider meta information as a serializer,
I will update the library to match the provider conditions.