modapi
A modular API framework in Python. Built on top of Flask. Use modapi to build APIs out of subcomponents and avoid writing boilerplate.
Usage
- Setup
config.py. Seeconfig.py.example. - Put modules into the
modules/folder. See example module. - Run
gen_reqs.pyto generaterequirements.{sh, txt}. Runrequirements.shto install dependencies. Virtual environment recommended. - Run
python server.py.