Metadata-Version: 1.1
Name: heywood
Version: 0.3
Summary: Pythonic Procfile runner
Home-page: https://github.com/doptio/heywood/
Author: Sune Kirkeby
Author-email: mig@ibofobi.dk
License: MIT
Description: Pythonic Procfile runner
        
        Python port of the Ruby Procfile runner foreman, with a few twists:
        
         * Does not force every process to run inside a shell.
         * Restart process when one fails, instead of kill all others.
         * Restart all processes on file-changes.
        
Platform: POSIX
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
