ptyprocess 0.5-1 source package in Ubuntu

Changelog

ptyprocess (0.5-1) unstable; urgency=medium

  * Initial release. (Closes: #787342)

 -- Julien Puydt <email address hidden>  Sat, 20 Jun 2015 19:55:24 +0200

Upload details

Uploaded by:
Debian Python Modules Team
Uploaded to:
Sid
Original maintainer:
Debian Python Modules Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release main misc

Builds

Wily: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ptyprocess_0.5-1.dsc 2.0 KiB eda3163807e0a60ccbfc730e746bfed81ba1bd247a79dd1d4cc1345eddaa1394
ptyprocess_0.5.orig.tar.gz 14.6 KiB dcb78fb2197b49ca1b7b2f37b047bc89c0da7a90f90bd5bc17c3ce388bb6ef59
ptyprocess_0.5-1.debian.tar.xz 3.2 KiB 38d03091e20fa2a6f10cc7822876d2b4ac4fa913ea5e04844f0907cacebe0dc4

No changes file available.

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.