From eb7f2c96eb224762f7d3e55a1eddabbf288ea211 Mon Sep 17 00:00:00 2001 From: vaal Date: Fri, 8 Aug 2014 00:35:25 +0400 Subject: [PATCH] Added honcho --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a617d640..018e2830 100644 --- a/README.md +++ b/README.md @@ -942,6 +942,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by * [pluginbase](https://github.com/mitsuhiko/pluginbase) - A simple but flexible plugin system for Python. * [itsdangerous](https://github.com/mitsuhiko/itsdangerous) - Various helpers to pass trusted data to untrusted environments. * [blinker](https://github.com/jek/blinker) - A fast Python in-process signal/event dispatching system. +* [honcho](https://github.com/nickstenning/honcho) - Honcho is a Python port of Foreman, a tool for managing Procfile-based applications. ## Algorithms and Design Patterns