Metadata-Version: 2.1
Name: pyflantic
Version: 0.1.0
Summary: pyflakes modified to create Pydantic models of arbitrary Python code
Keywords: pydantic serialization deserialization parsing
Author-Email: Louis Maddox <louismmx@gmail.com>
License: MIT
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Topic :: Software Development :: Libraries
Classifier: Framework :: Pydantic
Classifier: Framework :: Pydantic :: 2
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.10
Requires-Dist: pydantic>=2.1.1
Description-Content-Type: text/markdown

# pyflantic

pyflakes modified to create Pydantic models of arbitrary Python code.

![PyPI](https://img.shields.io/pypi/v/pyflantic?logo=python&logoColor=%23cccccc)
[![pdm-managed](https://img.shields.io/badge/pdm-managed-blueviolet)](https://pdm.fming.dev)
[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/lmmx/pyflantic/master.svg)](https://results.pre-commit.ci/latest/github/lmmx/pyflantic/master)
[![Supported Python versions](https://img.shields.io/pypi/pyversions/pyflantic.svg)](https://pypi.org/project/pyflantic)

<!-- [![build status](https://github.com/lmmx/pyflantic/actions/workflows/master.yml/badge.svg)](https://github.com/lmmx/pyflantic/actions/workflows/master.yml) -->
