Source: superqt Section: python Priority: optional Maintainer: Debian Python Team Uploaders: Stuart Prescott , Build-Depends: debhelper-compat (= 13), dh-python, pybuild-plugin-pyproject, python3-setuptools, python3-setuptools-scm, Build-Depends-Indep: # mkdocs , # building the docs needs newer mkdocs and mkdocs-macros # mkdocs-material , # mkdocs-material-extensions , # mkdocstrings , # mkdocstrings-python-handlers , python3-all, python3-packaging, python3-pint , python3-pygments , python3-qtpy , python3-pyqt5 , python3-pytest , python3-pytestqt , xauth , xserver-xephyr , xvfb , Standards-Version: 4.6.2 Homepage: https://github.com/pyapp-kit/superqt Vcs-Git: https://salsa.debian.org/python-team/packages/superqt.git Vcs-Browser: https://salsa.debian.org/python-team/packages/superqt Rules-Requires-Root: no Package: python3-superqt Architecture: all Depends: ${misc:Depends}, ${python3:Depends}, Suggests: python-superqt-doc, python3-pint, Description: 'missing' widgets and components for PyQt/PySide The superqt project provides high-quality community-contributed Qt widgets and components for PyQt and PySide that are not provided in the native QtWidgets module. The module includes multihandle (range) sliders, comboboxes, and more. . The components are designed to be cross-platform and work with PyQt5, PyQt6, Pyside2, Pyside6. . This package contains the Python 3 module. Package: python-superqt-doc Architecture: all Multi-Arch: foreign Section: doc Depends: ${misc:Depends}, Description: 'missing' widgets and components for PyQt/PySide - documentation The superqt project provides high-quality community-contributed Qt widgets and components for PyQt and PySide that are not provided in the native QtWidgets module. The module includes multihandle (range) sliders, comboboxes, and more. . The components are designed to be cross-platform and work with PyQt5, PyQt6, Pyside2, Pyside6. . This package contains the examples.