From c352726e8f0f16699b27804e8e218610b6ad80fc Mon Sep 17 00:00:00 2001 From: Vinta Date: Sat, 9 Aug 2014 00:56:49 +0800 Subject: [PATCH] move honcho to DevOps Tools section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 80487973..dd96ff82 100644 --- a/README.md +++ b/README.md @@ -881,6 +881,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by * [psutil](https://github.com/giampaolo/psutil) - A cross-platform process and system utilities module. * [pexpect](https://github.com/pexpect/pexpect) - A Python module for controlling interactive programs in a pseudo-terminal like GNU expect. * [provy](https://github.com/python-provy/provy) - An easy-to-use provisioning system in Python. +* [honcho](https://github.com/nickstenning/honcho) - A Python port of [Foreman](https://github.com/ddollar/foreman), a tool for managing Procfile-based applications. ## Job Scheduler @@ -944,7 +945,6 @@ 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