Metadata-Version: 2.0
Name: torn
Version: 0.0.2
Summary: A command line application to easily create and run tornado applications.
Home-page: https://github.com/shubhodeep9/torn
Author: Shubhodeep Mukherjee
Author-email: shubhodeep9@gmail.com
License: Apache License, Version 2.0
Keywords: Tornado Web
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.4
Classifier: Programming Language :: Python :: 2.5
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.1
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Requires-Dist: tornado (>=4.3.0)

torn
====

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

Change log
----------
Fixed tornado missing issue.


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


