Metadata-Version: 2.4
Name: pydantic-airflow
Version: 0.1.0
Summary: Pydantic models for Apache Airflow
Project-URL: Repository, https://github.com/airflow-laminar/pydantic-airflow
Project-URL: Homepage, https://github.com/airflow-laminar/pydantic-airflow
Author-email: the pydantic-airflow authors <t.paine154@gmail.com>
License: Apache-2.0
License-File: LICENSE
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
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
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.9
Provides-Extra: develop
Requires-Dist: build; extra == 'develop'
Requires-Dist: bump-my-version; extra == 'develop'
Requires-Dist: check-manifest; extra == 'develop'
Requires-Dist: hatchling; extra == 'develop'
Requires-Dist: pytest; extra == 'develop'
Requires-Dist: pytest-cov; extra == 'develop'
Requires-Dist: ruff; extra == 'develop'
Requires-Dist: twine; extra == 'develop'
Requires-Dist: wheel; extra == 'develop'
Description-Content-Type: text/markdown

# pydantic-airflow

Pydantic models for Apache Airflow

[![Build Status](https://github.com/airflow-laminar/pydantic-airflow/actions/workflows/build.yml/badge.svg?branch=main&event=push)](https://github.com/airflow-laminar/pydantic-airflow/actions/workflows/build.yml)
[![codecov](https://codecov.io/gh/airflow-laminar/pydantic-airflow/branch/main/graph/badge.svg)](https://codecov.io/gh/airflow-laminar/pydantic-airflow)
[![License](https://img.shields.io/github/license/airflow-laminar/pydantic-airflow)](https://github.com/airflow-laminar/pydantic-airflow)
[![PyPI](https://img.shields.io/pypi/v/pydantic-airflow.svg)](https://pypi.python.org/pypi/pydantic-airflow)

## Overview
Wrapper for [airflow-pydantic](https://github.com/airflow-laminar/airflow-pydantic).


> [!NOTE]
> This library was generated using [copier](https://copier.readthedocs.io/en/stable/) from the [Base Python Project Template repository](https://github.com/python-project-templates/base).
