Metadata-Version: 1.1
Name: dp-tornado
Version: 0.9.4.7
Summary: MVC Web Application Framework with Tornado.
Home-page: http://github.com/why2pac/dp-tornado
Author: Parker
Author-email: oss@dp.farm
License: MIT
Description: 
        MVC Web Application Framework with Tornado, Python 2 and 3
        
        To install the package run:
        
            pip install dp-tornado
        
        
        Run
        -----
        
            $ pip install virtualenv
            $ virtualenv ./venv
            $ . ./venv/bin/activate
            $ pip install dp-tornado
            $ dp4p init --path app
        
        
Keywords: MVC,Web Application Framework
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
