honcho

Process manager for Procfile-based applications, Python alternative to Foreman

brewmacoslinux
Try with needOr install directly
Source

About

Python clone of Foreman, for managing Procfile-based applications

Commands

honcho

Examples

Start all processes defined in Procfile$ honcho start
Run a specific process from Procfile$ honcho run web python app.py
Check Procfile syntax and list processes$ honcho check