Path to this page:
./
sysutils/py-ptyprocess,
Run a subprocess in a pseudo terminal
Branch: CURRENT,
Version: 0.6.0,
Package name: py27-ptyprocess-0.6.0,
Maintainer: pkgsrc-usersLaunch 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.
Required to run:[
lang/python27]
Required to build:[
pkgtools/cwrappers]
Master sites:
SHA1: 39622a2ff2cb456f17db542d60e5a0782e354128
RMD160: 8b835443503ce9c42556aabfb679ddbc8163318c
Filesize: 68.472 KB
Version history: (Expand)
- (2018-07-06) Updated to version: py27-ptyprocess-0.6.0
- (2017-06-23) Updated to version: py27-ptyprocess-0.5.2
- (2017-04-23) Package added to pkgsrc.se, version py27-ptyprocess-0.5.1 (created)
CVS history: (Expand)
2018-07-06 09:07:25 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-ptyprocess: updated to 0.6.0
0.6.0:
Pull requests
|
2017-06-23 09:46:52 by Adam Ciarcinski | Files touched by this commit (3) |
Log message:
Changes 0.5.2:
Bug fixes.
|
2017-04-23 05:48:20 by Mark Davies | Files touched by this commit (4) |
Log message:
Add py-ptyprocess 0.5.1
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.
|