Source: termqt
Section: python
Priority: optional
Maintainer: Georges Khaznadar <georgesk@debian.org>
Rules-Requires-Root: no
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 python3-setuptools,
 python3-all,
 python3-qtpy,
 pybuild-plugin-pyproject,
#Testsuite: autopkgtest-pkg-python
Standards-Version: 4.7.2
Homepage: https://github.com/TerryGeng/termqt
Vcs-Browser: https://salsa.debian.org/python-team/packages/termqt
Vcs-Git: https://salsa.debian.org/python-team/packages/termqt.git

Package: python3-termqt
Architecture: all
Depends:
 ${python3:Depends},
 ${misc:Depends},
Suggests:
 python-termqt-doc,
Description: terminal emulator, based on Qt
 termqt is the python implementation of a terminal emulator, based on
 Qt. It is designed to be embedded as a widget in other programs. It
 implements a subset of the functions described in VT100 User Guide
 and XTerm Control Sequence. While can't be considered as a fully
 functional terminal emulator like those most used by people, it can
 run IPython and perhaps more complicated applications.
 .
 This package installs the library for Python 3.
