Metadata-Version: 2.4
Name: apispec-pydantic-plugin
Version: 0.6.2
Summary: A plugin to enable support for Pydantic models in APISpec.
Project-URL: repository, https://github.com/kkirsche/apispec-pydantic-plugin
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.



## 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)