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.
- Host: GitHub
- URL: https://github.com/kkirsche/apispec-pydantic-plugin
- Owner: kkirsche
- Created: 2023-01-26T19:32:15.000Z (over 3 years ago)
- Default Branch: develop
- Last Pushed: 2025-04-01T14:17:01.000Z (about 1 year ago)
- Last Synced: 2025-04-15T00:18:14.475Z (about 1 year ago)
- Topics: apispec, pydantic
- Language: Python
- Homepage: https://apispec.readthedocs.io/en/latest/using_plugins.html
- Size: 254 KB
- Stars: 9
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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)