asyncqtpy
is an implementation of the PEP 3156
event-loop with Qt. This
package is a fork of asyncqt
updated to use qtpy and 3.9+ type hints.
asyncqtpy
requires Python >= 3.9 and qtpy. The Qt API can be
explicitly set by using the QT_API
environment variable.
pip install asyncqtpy
You can find usage examples in the examples
folder.