Metadata-Version: 2.1
Name: apispec-pydantic-plugin
Version: 0.6.0
Summary: A plugin to enable support for Pydantic models in APISpec.
Author: Kevin Kirsche
Author-email: kevin.kirsche@one.verizon.com
Requires-Python: >=3.10,<4
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: apispec (>=6.6.1,<7.0.0)
Requires-Dist: pydantic (>=2.8.2,<3.0.0)
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)
