flask-restplus-patched

Extends Flask-RESTplus so it can handle Marshmallow schemas and Webargs arguments.


License
MIT
Install
pip install flask-restplus-patched==0.1.1

Documentation

Flask RestPlus Patched

Extends Flask-RestPlus so it can handle Marshmallow schemas and Webargs arguments.

The code here is copied directly from the flask_restplus_patched directory in Flask-RestPlus Server Example. It's easier to use as a dependency in other projects, if it exists in its own repo and is available on PyPI, rather than needing to be copied manually from there.