Skip to content

codelv/asyncqtpy

 
 

Repository files navigation

asyncqtpy - asyncio + qtpy

Build Status Coverage PyPI Version Conda Version

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.

Requirements

asyncqtpy requires Python >= 3.9 and qtpy. The Qt API can be explicitly set by using the QT_API environment variable.

Installation

pip install asyncqtpy

Examples

You can find usage examples in the examples folder.