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.py
to generaterequirements.{sh, txt}
. Runrequirements.sh
to install dependencies. Virtual environment recommended. - Run
python server.py
.