vjm / flask-rest-api

DB agnostic framework to build auto-documented REST APIs with Flask and marshmallow

Home Page:https://flask-rest-api.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

flask-rest-api

Latest version Python versions marshmallow 2/3 compatible OpenAPI Specification 2/3 compatible License Build status Code coverage Documentation

Build a REST API with Flask and marshmallow.

flask-rest-api relies on marshmallow, webargs and apispec to provide a complete REST API framework.

Features

  • Serialization, deserialization and validation using marshmallow Schema.
  • OpenAPI (Swagger) specification automatically generated, and exposed with ReDoc or Swagger UI.
  • Pagination.
  • ETag.

Install

pip install flask-rest-api

flask-rest-api supports Python >= 3.5.

Documentation

Full documentation is available at http://flask-rest-api.readthedocs.io/.

Support flask-rest-api

flask-rest-api is built on marshmallow, webargs and apispec.

If you'd like to support the future of the project, please consider contributing to marshmallow's Open Collective:

Donate to our collective

License

MIT licensed. See the LICENSE file for more details.

About

DB agnostic framework to build auto-documented REST APIs with Flask and marshmallow

https://flask-rest-api.readthedocs.io

License:MIT License


Languages

Language:Python 97.7%Language:HTML 2.3%