Metadata-Version: 1.1
Name: sous-chef
Version: 0.3.8
Summary: A small webapp for viewing and searching Chef nodes
Home-page: https://github.com/datasift/sous-chef
Author: Sam Clements
Author-email: sam.clements@datasift.com
License: UNKNOWN
Description: Sous-chef
        =========
        
        .. image:: https://pypip.in/v/sous-chef/badge.png
            :target: https://pypi.python.org/pypi/sous-chef
            :alt: Latest PyPI version
        
        A small webapp for viewing and searching Chef nodes.
        
        Usage
        -----
        
        ::
        
        	gunicorn 'sous_chef:create_app()'
        
        The optional environment variable ``SOUS_CHEF_SETTINGS`` can be pointed at a
        Flask configuration file (`docs`_).
        
        The app can be run in debug mode by using the `create_debug_app` function:
        
        ::
        
        	gunicorn 'sous_chef:create_debug_app()'
        
        The ``flask-debugtoolbar`` package is availible, the DebugToolbar extension will
        be used.
        
        .. _docs: http://flask.pocoo.org/docs/config/#configuring-from-files
        
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
