Metadata-Version: 2.0
Name: flask-restplus-patched
Version: 0.1.1
Summary: Extends Flask-RESTplus so it can handle Marshmallow schemas and Webargs arguments.
Home-page: https://github.com/Jaza/flask-restplus-patched
Author: Jeremy Epstein
Author-email: jazepstein@gmail.com
License: UNKNOWN
Description-Content-Type: UNKNOWN
Platform: any
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Requires-Dist: Flask
Requires-Dist: flask-restplus
Requires-Dist: marshmallow
Requires-Dist: flask-marshmallow
Requires-Dist: webargs
Requires-Dist: apispec

Flask RestPlus Patched
======================

Extends `Flask-RestPlus <https://github.com/noirbizarre/flask-restplus>`_ so it can handle `Marshmallow <https://github.com/marshmallow-code/marshmallow>`_ schemas and `Webargs <https://github.com/sloria/webargs>`_ arguments.

The code here is copied directly from the ``flask_restplus_patched`` directory in `Flask-RestPlus Server Example `<https://github.com/frol/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.


