Source: python-pexpect
Section: python
Priority: optional
Standards-Version: 4.5.0
Maintainer: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
Homepage: https://github.com/pexpect/pexpect/tags
Vcs-Browser: https://github.com/alvistack/pexpect-pexpect
Vcs-Git: https://github.com/alvistack/pexpect-pexpect.git
Build-Depends:
 debhelper,
 debhelper-compat (= 10),
 dh-python,
 fdupes,
 python3-dev,
 python3-pip,

Package: python3-pexpect
Architecture: all
Description: Unicode-aware Pure Python Expect-like module
 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.
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
 ${python3:Depends},
 python3,
 python3-ptyprocess (>= 0.5),
