From a94c3e07d85191b4e46f9b9533a7e791f64053ea Mon Sep 17 00:00:00 2001 From: Benjamin Trigona-Harany Date: Sun, 16 Apr 2017 18:06:10 +0700 Subject: python/python3-pexpect: Added (Python 3 module for spawning). Signed-off-by: Willy Sudiarto Raharjo --- python/python3-pexpect/README | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 python/python3-pexpect/README (limited to 'python/python3-pexpect/README') diff --git a/python/python3-pexpect/README b/python/python3-pexpect/README new file mode 100644 index 0000000000..1d15e556c1 --- /dev/null +++ b/python/python3-pexpect/README @@ -0,0 +1,4 @@ +Pexpect is a Python module for spawning child applications; controlling them; +and responding to expected patterns in their output. Pexpect can be used for +automating interactive applications such as ssh, ftp, passwd, telnet, etc. +Pexpect is pure Python. -- cgit v1.2.3