asyncqt is an implementation of the PEP 3156 event-loop with Qt. This
package is a fork of quamash focusing on modern Python versions, with
some extra utilities, examples and simplified CI.
asyncqt requires Python >= 3.5 and PyQt5 or PySide2. The Qt API can be
explicitly set by using the QT_API environment variable.
pip install asyncqt
You can find usage examples in the examples folder.