File: control

package info (click to toggle)
pexpect 4.9-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,184 kB
  • sloc: python: 10,774; makefile: 138; sh: 73; ansic: 69
file content (47 lines) | stat: -rw-r--r-- 1,786 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
Source: pexpect
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-sequence-python3,
               python3-sphinx,
               python3-all,
               python3-ptyprocess,
               python3-pytest <!nocheck>,
               python3-setuptools,
               openssl <!nocheck>
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Tobias Hansen <thansen@debian.org>,
Standards-Version: 4.6.2
Vcs-Git: https://salsa.debian.org/python-team/packages/pexpect.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/pexpect
Homepage: https://github.com/pexpect/pexpect
Testsuite: autopkgtest-pkg-python

Package: python3-pexpect
Architecture: all
Depends: python3-ptyprocess,
         ${misc:Depends},
         ${python3:Depends},
Suggests: python-pexpect-doc,
Description: 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.

Package: python-pexpect-doc
Architecture: all
Section: doc
Depends: ${misc:Depends},
         ${sphinxdoc:Depends},
Built-Using: ${sphinxdoc:Built-Using}
Multi-Arch: foreign
Description: 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.