Metadata-Version: 1.1
Name: django-gunicorn
Version: 0.1
Summary: simple Django app to replace runserver with Gunicorn
Home-page: https://github.com/brosner/django-gunicorn
Author: UNKNOWN
Author-email: UNKNOWN
License: MIT
Description: django-gunicorn
        ===============
        
        django-gunicorn is a very simple Django app to provide Gunicorn integration
        with `runserver`.
        
        Status
        ------
        
        The current state of this project is considered extremely experimental. It was
        tested with Gunicorn 19.0.0 only. It depends on it actually. This app makes use
        of the new `--reload` option which allows for code reloading while Gunicorn is
        running.
        
        Issues and pull requests welcomed!
        
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Framework :: Django
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Software Development :: Libraries :: Python Modules
