lindycoder / flask-smorest

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

Home Page:https://flask-smorest.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

flask-smorest

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

'cause everybody wants s'more

flask-smorest (formerly known as flask-rest-api) is a REST API framework built upon Flask and marshmallow.

  • Serialization, deserialization and validation using marshmallow Schema
  • Explicit validation error messages returned in response
  • Database-agnostic
  • OpenAPI (Swagger) specification automatically generated and exposed with ReDoc or Swagger UI
  • Pagination
  • ETag

Install

pip install flask-smorest

flask-smorest supports Python >= 3.6.

Documentation

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

Support flask-smorest

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-smorest.readthedocs.io

License:MIT License


Languages

Language:Python 99.4%Language:HTML 0.6%