pexpect 4.6.0-ok1 source package in openKylin

Changelog

pexpect (4.6.0-ok1) yangtze; urgency=medium

  * Build for openKylin.

 -- openKylinBot <email address hidden>  Mon, 25 Apr 2022 22:03:04 +0800

Upload details

Uploaded by:
openKylinBot
Sponsored by:
luzp
Uploaded to:
Yangtze V1.0
Original maintainer:
Openkylin Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
pexpect_4.6.0.orig.tar.gz 145.5 KiB 2a8e88259839571d1251d278476f3eec5db26deb73a70be5ed5dc5435e418aba
pexpect_4.6.0-ok1.debian.tar.xz 3.1 KiB d158fcc74499c7806eedf1af203bc3d9bc4e477cb54876ed4b1f6f142c433e4b
pexpect_4.6.0-ok1.dsc 2.0 KiB 92ba7f54fea595385d0d8c13f01bd97d86dcd0da29eb52637b3dca814c144689

View changes file

Binary packages built by this source

python-pexpect: No summary available for python-pexpect in openkylin yangtze.

No description available for python-pexpect in openkylin yangtze.

python-pexpect-doc: Python module for automating interactive applications (documentation)

 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.
 .
 This is the common documentation package.

python3-pexpect: Python 3 module for automating interactive applications

 Pexpect is a pure Python 3 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.