An open API service indexing awesome lists of open source software.

https://github.com/kkirsche/apispec-pydantic-plugin

A plugin for APISpec to enable the use of Pydantic models instead of Marshmallow models.
https://github.com/kkirsche/apispec-pydantic-plugin

apispec pydantic

Last synced: 3 months ago
JSON representation

A plugin for APISpec to enable the use of Pydantic models instead of Marshmallow models.

Awesome Lists containing this project

README

          

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