Metadata-Version: 2.4
Name: pydantic-supervisor
Version: 0.1.0
Summary: Pydantic models for supervisor
Project-URL: Repository, https://github.com/airflow-laminar/pydantic-supervisor
Project-URL: Homepage, https://github.com/airflow-laminar/pydantic-supervisor
Author-email: the pydantic-supervisor 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
Requires-Dist: supervisor-pydantic
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-supervisor

Pydantic models for supervisor

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

## Overview
Wrapper for [supervisor-pydantic](https://github.com/airflow-laminar/supervisor-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).
