Metadata-Version: 2.1
Name: apispec-pydantic-plugin
Version: 0.5.1
Summary: 
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.3.0,<7)
Requires-Dist: pydantic (>=2.3.0,<3)
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)
