Source: python-qtpy Maintainer: Debian Python Team Uploaders: Julian Gilbey , Section: python Priority: optional Build-Depends: debhelper-compat (= 13), dh-python, fonts-urw-base35 , libqt5sql5-sqlite , libqt6sql6-sqlite , pybuild-plugin-pyproject, pyqt6-dev-tools, pyside6-tools, python3-all, python3-debian, python3-packaging, python3-pyqt5 , python3-pyqt5.qsci , python3-pyqt5.qtbluetooth , python3-pyqt5.qtchart , python3-pyqt5.qtmultimedia , python3-pyqt5.qtopengl , python3-pyqt5.qtpositioning , python3-pyqt5.qtquick , python3-pyqt5.qtremoteobjects , python3-pyqt5.qtsensors , python3-pyqt5.qtserialport , python3-pyqt5.qtsql , python3-pyqt5.qtsvg , python3-pyqt5.qttexttospeech , python3-pyqt5.qtwebchannel , python3-pyqt5.qtwebengine [amd64 arm64 armhf i386 mips64el mipsel] , python3-pyqt5.qtwebkit , python3-pyqt5.qtwebsockets , python3-pyqt5.qtx11extras , python3-pyqt5.qtxmlpatterns , python3-pyqt6 , python3-pyqt6.qtbluetooth , python3-pyqt6.qtcharts , python3-pyqt6.qtdesigner , python3-pyqt6.qthelp , python3-pyqt6.qtmultimedia , python3-pyqt6.qtpdf , python3-pyqt6.qtpositioning , python3-pyqt6.qtquick , python3-pyqt6.qtquick3d , python3-pyqt6.qtremoteobjects , python3-pyqt6.qtsensors , python3-pyqt6.qtserialport , python3-pyqt6.qtsvg , python3-pyqt6.qttexttospeech , python3-pyqt6.qtwebchannel , python3-pyqt6.qtwebengine [amd64 arm64 armhf i386 mips64el mipsel] , python3-pyqt6.qtwebsockets , python3-pyqt6.sip , python3-pyside6.qt3danimation , python3-pyside6.qt3dextras , python3-pyside6.qt3dinput , python3-pyside6.qt3dlogic , python3-pyside6.qtbluetooth , python3-pyside6.qtcharts , python3-pyside6.qtconcurrent , python3-pyside6.qtdatavisualization , python3-pyside6.qtdbus , python3-pyside6.qtdesigner , python3-pyside6.qthelp , python3-pyside6.qtmultimedia , python3-pyside6.qtmultimediawidgets , python3-pyside6.qtnetworkauth , python3-pyside6.qtopengl , python3-pyside6.qtopenglwidgets , python3-pyside6.qtpdf , python3-pyside6.qtpdfwidgets , python3-pyside6.qtpositioning , python3-pyside6.qtquick , python3-pyside6.qtquick3d , python3-pyside6.qtquickcontrols2 , python3-pyside6.qtquickwidgets , python3-pyside6.qtremoteobjects , python3-pyside6.qtscxml , python3-pyside6.qtsensors , python3-pyside6.qtserialport , python3-pyside6.qtsql , python3-pyside6.qtstatemachine , python3-pyside6.qtsvg , python3-pyside6.qtsvgwidgets , python3-pyside6.qttest , python3-pyside6.qttexttospeech , python3-pyside6.qtuitools , python3-pyside6.qtwebchannel , python3-pyside6.qtwebenginecore [amd64 arm64 armhf i386 mips64el mipsel] , python3-pyside6.qtwebenginequick [amd64 arm64 armhf i386 mips64el mipsel] , python3-pyside6.qtwebenginewidgets [amd64 arm64 armhf i386 mips64el mipsel] , python3-pyside6.qtwebsockets , python3-pytest , python3-pytest-cov , python3-pytest-xvfb (>= 3.0.0) , python3-pytestqt , python3-qtpy , python3-setuptools, Standards-Version: 4.7.0 Rules-Requires-Root: no Vcs-Browser: https://salsa.debian.org/python-team/packages/python-qtpy Vcs-Git: https://salsa.debian.org/python-team/packages/python-qtpy.git Homepage: https://github.com/spyder-ide/qtpy Package: python3-qtpy Architecture: all Depends: python3-packaging, ${misc:Depends}, ${python3:Depends}, Suggests: python3-qtpy-pyqt5 | python3-qtpy-pyqt6 | python3-qtpy-pyside6, Description: Abstraction layer for PySide2/PySide6/PyQt5/PyQt6 (Python 3) QtPy (pronounced 'cutie pie') is a small abstraction layer that lets you write applications using a single API call to either PyQt or PySide. QtPy also provides a set of additional QWidgets. . It provides support for PyQt5, PyQt6, PySide2 and PySide6 using the PyQt5 layout (where the QtGui module has been split into QtGui and QtWidgets). You write your code as if you were using PyQt5 but import from QtPy instead of PyQt5. . This package contains the Python modules for QtPy without depending on any Qt toolkit packages as the package that uses QtPy needs to depend on the necessary packages. The python3-qtpy-pyqt5, python3-qtpy-pyqt6, python3-qtpy-pyside2, python3-qtpy-pyside6 variant packages can be used to install all the toolkit packages if appropriate for your particular application. Package: python3-qtpy-pyqt5 Architecture: all Depends: libqt5sql5-sqlite, python3-qtpy, ${misc:Depends}, ${qtpy:Depends}, Recommends: ${qtpy:Recommends}, Description: Abstraction layer for Qt (PyQt5 metapackage) QtPy (pronounced 'cutie pie') is a small abstraction layer that lets you write applications using a single API call to either PyQt or PySide. QtPy also provides a set of additional QWidgets. . It provides support for PyQt5, PyQt6, PySide2 and PySide6 using the PyQt5 layout (where the QtGui module has been split into QtGui and QtWidgets). You write your code as if you were using PyQt5 but import from QtPy instead of PyQt5. . This metapackage is brings in all the PyQt5 toolkit packages. Package: python3-qtpy-pyqt6 Architecture: all Depends: libqt6sql6-sqlite, pyqt6-dev-tools, python3-qtpy, ${misc:Depends}, ${qtpy:Depends}, Recommends: ${qtpy:Recommends}, Description: Abstraction layer for Qt (PyQt6 metapackage) QtPy (pronounced 'cutie pie') is a small abstraction layer that lets you write applications using a single API call to either PyQt or PySide. QtPy also provides a set of additional QWidgets. . It provides support for PyQt5, PyQt6, PySide2 and PySide6 using the PyQt5 layout (where the QtGui module has been split into QtGui and QtWidgets). You write your code as if you were using PyQt5 but import from QtPy instead of PyQt5. . This metapackage is brings in all the PyQt6 toolkit packages. Package: python3-qtpy-pyside6 Architecture: all Depends: pyside6-tools, python3-qtpy, ${misc:Depends}, ${qtpy:Depends}, Recommends: ${qtpy:Recommends}, Description: Abstraction layer for Qt (PySide6 metapackage) QtPy (pronounced 'cutie pie') is a small abstraction layer that lets you write applications using a single API call to either PyQt or PySide. QtPy also provides a set of additional QWidgets. . It provides support for PyQt5, PyQt6, PySide2 and PySide6 using the PyQt5 layout (where the QtGui module has been split into QtGui and QtWidgets). You write your code as if you were using PyQt5 but import from QtPy instead of PyQt5. . This metapackage is brings in all the PySide6 toolkit packages.