Build a REST API with Flask and marshmallow.
flask-rest-api relies on marshmallow, webargs and apispec to provide a complete REST API framework.
- Serialization, deserialization and validation using marshmallow
Schema
. - OpenAPI (Swagger) specification automatically generated, and exposed with ReDoc or Swagger UI.
- Pagination.
- ETag.
pip install flask-rest-api
flask-rest-api supports Python >= 3.5.
Full documentation is available at http://flask-rest-api.readthedocs.io/.
MIT licensed. See the LICENSE file for more details.