
Flask-restful is an extension for flask that adds support for quickly building rest apis. it is a lightweight abstraction that works with your existing orm/libraries. flask-restful encourages best practices with minimal setup. if you are familiar with flask, flask-restful should be easy to pick up.
this package provides the documentation.