Metadata-Version: 1.0
Name: trunserver
Version: 0.0.1
Summary: Twisted based Django runserver replacement.
Home-page: https://github.com/gregarmer/trunserver
Author: Gregory Armer
Author-email: greg@codelounge.org
License: MIT
Description: Twisted / Django runserver replacement
        ======================================
        
        .. contents::
        
        Overview
        --------
        
        This package is a simple replacement for the built-in Django runserver command
        that uses the far more polished and multiple process capable Twisted Web
        server. It currently handles the same autoreload-after-save provided by the
        built-in Django runserver command.
        
        
        Install
        -------
        
        The installation is relatively simple::
        
           pip install trunserver
        
           or
        
           easy_install trunserver
        
        Once installed, simply add "trunserv" to your INSTALLED_APPS and use
        "trunserver" wherever you would normally use "runserver". You can pass
        "--noreload" to trunserver as a parameter to stop the autoreload behavior.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: License :: OSI Approved :: MIT License
Classifier: Development Status :: 4 - Beta
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI
