Metadata-Version: 2.4
Name: apispec-pydantic-plugin
Version: 0.8.2
Summary: A plugin to enable support for Pydantic models in APISpec.
Project-URL: homepage, https://github.com/kkirsche/apispec-pydantic-plugin
Project-URL: bug, https://github.com/kkirsche/apispec-pydantic-plugin/issues
Project-URL: documentation, https://apispec.readthedocs.io/en/latest/using_plugins.html
Author-email: Kevin Kirsche <kevin.kirsche@one.verizon.com>
Requires-Python: >=3.10
Requires-Dist: apispec>=6.6.1
Requires-Dist: pydantic>=2.8.2
Description-Content-Type: text/markdown

# APISpec Pydantic Plugin

This is a plugin that replaces `apispec.ext.marshmallow:MarshmallowPlugin` with an equivalent plugin for use with Pydantic.

## Package

- [PyPi](https://pypi.org/project/apispec-pydantic-plugin/)

## Acknowledgements

- [APISpec's Marshmallow Plugin ](https://github.com/marshmallow-code/apispec/tree/dev/src/apispec/ext/marshmallow)
- [challice-spec](https://github.com/TestBoxLab/chalice-spec)
