Flask-EasyAPI

Package version` Supported python versions Bulid status LICENSE Documentation Status Updates Code Style - Black

Rest API on Flask made a little too easy.

Features

  • One to one mapping from functions to api endpoints via decorators

Planned

  • Use type annotations to automatically add type-checks to parameters recieved in the requests to the api.
  • Return HTTP error codes and error messages by raising exceptions.