Package: ansible-runner Version: 1.4.6-1 Architecture: all Maintainer: Ansible Installed-Size: 180 Depends: python-daemon, python-pexpect (>= 4.5), python-psutil, python-six, python-yaml, python:any (<< 2.8), python:any (>= 2.7~) Recommends: ansible (>= 2.1) Homepage: https://www.ansible.com Priority: optional Section: admin Filename: pool/main/a/ansible-runner/ansible-runner_1.4.6-1_all.deb Size: 33520 SHA256: c50daadcf85164a24b7b0047ad97b3f6c693cf67597d19576f071bd92ab1bd71 SHA1: 6b90a4cf0ec15c36e8dd947d55df771ae915de75 MD5sum: 0d69232adb0b81f26e158c9be59a4605 Description: interfaces with Ansible from other systems (Python 2) A tool and python library that helps when interfacing with Ansible directly or as part of another system whether that be through a container image interface, as a standalone tool, or as a Python module that can be imported. The goal is to provide a stable and consistent interface abstraction to Ansible. Package: python-pexpect Source: pexpect Version: 4.6.0-1 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 197 Depends: python-ptyprocess, python:any (<< 2.8), python:any (>= 2.7.5-5~) Suggests: python-pexpect-doc Homepage: http://www.noah.org/wiki/Pexpect Priority: optional Section: python Filename: pool/main/p/pexpect/python-pexpect_4.6.0-1_all.deb Size: 51644 SHA256: 9440fc2e807b87a137e8a9aaeaceee2a28c61ec0201a40e39d1137696be56d73 SHA1: 217cc74a93ac2a935f251f01d362c527f01832f5 MD5sum: adae275a2388d00ca1b55369571a09b1 Description: Python module for automating interactive applications Pexpect is a pure Python module for spawning child applications; controlling them; and responding to expected patterns in their output. Pexpect works like Don Libes' Expect. Pexpect allows your script to spawn a child application and control it as if a human were typing commands. Package: python-ptyprocess Source: ptyprocess Version: 0.5.1-1 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 53 Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~) Homepage: https://github.com/pexpect/ptyprocess Priority: optional Section: python Filename: pool/main/p/ptyprocess/python-ptyprocess_0.5.1-1_all.deb Size: 12530 SHA256: d4a604102836093032a70165a52bc8d58ef0717cd80f8a6aa53e45e60d938726 SHA1: 25e8c75eb7c68940591392623626cec62998d639 MD5sum: 478c6b319ef9f381f9d31baad280b838 Description: Run a subprocess in a pseudo terminal from Python 2 Launch a subprocess in a pseudo terminal (pty), and interact with both the process and its pty. . Sometimes, piping stdin and stdout is not enough. There might be a password prompt that doesn't read from stdin, output that changes when it's going to a pipe rather than a terminal, or curses-style interfaces that rely on a terminal. If you need to automate these things, running the process in a pseudo terminal (pty) is the answer. . This package installs the library for Python 2.