A minimalistic API framework built on top of Flask, Marshmallow and friends.


Keywords
api, apispec, flask-httpauth, marshmallow
License
MIT
Install
pip install apifairy==0.7.0

Documentation

APIFairy

Build status codecov

APIFairy is a minimalistic API framework built on top of Flask, and with the support of Marshmallow schemas. Using a familiar decorator syntax you can generate a live documentation site directly from your source code.

Check out Microblog-API to see APIFairy in action in a non-trivial project.

APIFairy example

Resources