MarshmallowAdvancedPlugin
a simple overloading of
original apispec marshmallow plugin :
- manage
only
andexclude
schema parameters and auto-generate associated schemas. - works with auto-referencing mechanism
pip install apispec_marshmallow_advanced
To execute tests, be sure to install test tools
pip install -e ".[test]"
To execute tests, run
pytest tests