From eaa37ee994abe2ef5ca023bd4fb37397744bdb61 Mon Sep 17 00:00:00 2001 From: radoslawc Date: Fri, 4 Jul 2014 11:24:33 +0200 Subject: [PATCH] added pexpect to DevOps tools --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index eae05ab3..67b322ad 100644 --- a/README.md +++ b/README.md @@ -409,6 +409,7 @@ A curated list of awesome Python frameworks, libraries and resources. Inspired b * [gunicorn](http://gunicorn.org/) - A WSGI HTTP Server for UNIX, fast clients and sleepy applications. * [Supervisor](http://supervisord.org/) - A Process Control System. * [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 ## GUI