Metadata-Version: 1.0
Name: gunicorn-console
Version: 0.1.11
Summary: A curses application for managing gunicorn processes.
Home-page: http://github.com/stephenmcd/gunicorn-console/
Author: Stephen McDonald
Author-email: stephen.mc@gmail.com
License: BSD
Description: 
        ================
        gunicorn-console
        ================
        
        A curses application for managing gunicorn processes. The ``ps`` command is
        polled for gunicorn processes named with the ``setproctitle`` package and its
        output is parsed to display a list of gunicorn processes showing the process
        ID, port, name, rough memory used and number of workers for each gunicorn.
        A gunicorn in the list can then be selected and several operations are
        supported via keypresses such as modifying the number of worker process per
        gunicorn as well as reloading or shutting down the master gunicorn process.
        
        Dependencies
        ============
        
        * `setproctitle <http://pypi.python.org/pypi/setproctitle>`_
        
        .. image:: http://media.tumblr.com/tumblr_l35pgbDlII1qa0qji.gif
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console :: Curses
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Server
