ptyprocess 0.6.0-1ubuntu1 source package in Ubuntu
Changelog
ptyprocess (0.6.0-1ubuntu1) focal; urgency=medium * Build-depend on python-all. -- Matthias Klose <email address hidden> Mon, 30 Mar 2020 13:16:02 +0200
Upload details
- Uploaded by:
- Matthias Klose
- Uploaded to:
- Focal
- Original maintainer:
- Debian Python Modules Team
- Architectures:
- all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Focal | release | main | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
ptyprocess_0.6.0.orig.tar.gz | 67.1 KiB | 22c5ff74059b836a1b29837de61a325572c208b67f61276878439726df0f8ac0 |
ptyprocess_0.6.0-1ubuntu1.debian.tar.xz | 2.4 KiB | 75af1ab35eda826a7bd2b8d1338963e66c342b525c4ff22eecc3db1e73dcaa48 |
ptyprocess_0.6.0-1ubuntu1.dsc | 2.1 KiB | e49e31891b952fc0592fd5a2bf00798991836d78b48b5b2a8262502f23c5945d |
Available diffs
- diff from 0.6.0-1build1 to 0.6.0-1ubuntu1 (525 bytes)
Binary packages built by this source
- python-ptyprocess: 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.
- python3-ptyprocess: Run a subprocess in a pseudo terminal from Python 3
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 3.