Source: qasync Section: python Priority: optional Maintainer: Debian Python Team Uploaders: Debian PaN Maintainers , Roland Mas , Michael Fladischer , Build-Depends: debhelper-compat (= 13), dh-sequence-python3, pybuild-plugin-pyproject, python3-all, python3-poetry-core, python3-pyqt5, python3-pyqt6, python3-pyside6.qtgui, python3-pyside6.qtwidgets, python3-pytest, python3-pytest-xvfb, Standards-Version: 4.7.0 Testsuite: autopkgtest-pkg-pybuild Homepage: https://github.com/CabbageDevelopment/qasync Vcs-Browser: https://salsa.debian.org/python-team/packages/qasync Vcs-Git: https://salsa.debian.org/python-team/packages/qasync.git Rules-Requires-Root: no Package: python3-qasync Architecture: all Depends: python3-pyqt6 | python3-pyqt5 | python3-pyside2.qtcore, ${misc:Depends}, ${python3:Depends}, Description: Implementation of the PEP 3156 Event-Loop with Qt qasync allows coroutines to be used in PyQt/PySide applications by providing an implementation of the `PEP 3156` event-loop. . qasync is a fork of asyncqt, which is a fork of quamash. May it live longer than its predecessors.