A base code for implementing REST services in Python, Flask, where only JSON services are implemented.
It's meant to be just a very simple bridge between your API and JSON over HTTP protocol. No other fancy stuff like automatic model CRUD or super cool hyperlinking stuff, see Django REST framework or Eve for that type of thing.
I would very much prefer that whoever uses the code just embeds it into his own app rather than reuse as a framework. It's not meant to be reusable and configured, it's meant to be a "copy/paste and keep just the bits you need" type of thing.