torn

A command line application to easily create and run tornado applications.


Keywords
Tornado, Web, mvc, pip, python, python-mvc, tornado-framework, tornado-mvc, web-framework
License
Apache-2.0
Install
pip install torn==0.0.3

Documentation

torn Build Status

torn-cli : A command line application to easily create and run tornado applications.

Versions

torn-cli works with Python 2.4-3.5

Installation

pip install torn

or

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

Usage

$ torn -h                     
Torn is tool for managing tornado web client.

usage: torn command [arguments]

positional arguments:
  command     Specify what command to proceed

optional arguments:
  -h, --help  show this help message and exit

The commands are:
    new     Create a Tornado Application
    run     run the app and start a Web server for development
    api     create an API tornado application