Flask Hintful

Flask-Hintful helps you write Restful APIs using Flask by taking advantage of Python’s type hints.

It deserializes HTTP query/path parameters according to type hints and automatically generates OpenApi documentation for your registered routes.

For serializing/deserializing complex types it supports using Marshmallow and Dataclasses.