ptyprocess 0.7.0-5 source package in Ubuntu

Changelog

ptyprocess (0.7.0-5) unstable; urgency=medium

  * Team upload.
  * d/control: Build using the generic pyproject pybuild plugin.
  * d/tests: run tests with all available python versions.

 -- Louis-Philippe VĂ©ronneau <email address hidden>  Fri, 02 Dec 2022 11:58:33 -0500

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release main misc
Noble release main misc
Mantic release main misc
Lunar release main misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ptyprocess_0.7.0-5.dsc 1.4 KiB 4f6490a8656cd5bf6fea4ec197ffd407c0085e99c0f23c44c09c3ebb285898dd
ptyprocess_0.7.0.orig.tar.gz 67.8 KiB fdba7eb7833d8bbfb7cdab6d7a348fa0e393078324e406d0ebdad6ae93ed4209
ptyprocess_0.7.0-5.debian.tar.xz 3.0 KiB 9957d4338ff063ccc964ded2cd3fc19388c1535b5811564185c7506966355236

Available diffs

No changes file available.

Binary packages built by this source

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.