Torn, also known as PyTorn, is a full fledged Tornado MVC framework.
torn-cli works with Python 2.4-3.5
pip install git+https://github.com/shubhodeep9/torn.git
$ torn
usage: torn [action [arguments]]
A full fledged MVC framework based on Tornado and Jinja2 templating
positional arguments:
{new,run,controller,version}        Action to be performed with the application
optional arguments:
-h, --help            show this help message and exit
The actions are:
new             Create a new torn app
run             Run the app and start a Web server for development
controller      Create a new controller
version         returns the current version of torn
$ torn run
Gives:

