/pytorn

:cyclone: Tornado MVC framework, fully fledged

Primary LanguagePythonApache License 2.0Apache-2.0

image

Torn

Torn, also known as PyTorn, is a full fledged Tornado MVC framework.

image

Versions

torn-cli works with Python 2.4-3.5

Installation [UPDATED]

pip install git+https://github.com/shubhodeep9/torn.git

Usage [UPDATED]

$ 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:

image