flask-rest-api: build a REST API on Flask using Marshmallow

Release v0.17.0. (Changelog)

flask-rest-api is a framework library for creating REST APIs.

It uses Flask as a webserver, and marshmallow to serialize and deserialize data. It relies extensively on the marshmallow ecosystem, using webargs to get arguments from requests, and apispec to generate an OpenAPI specification file as automatically as possible.

Install

flask-rest-api requires Python >= 3.5.

$ pip install flask-rest-api

Project Info