om26er / asyncqt

asyncio + PyQt5/PySide2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

asyncqt - asyncio + PyQt5/PySide2

Build Status Build Status Coverage PyPI Version Conda Version

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.

Requirements

asyncqt requires Python >= 3.5 and PyQt5 or PySide2. The Qt API can be explicitly set by using the QT_API environment variable.

Installation

pip install asyncqt

Examples

You can find usage examples in the examples folder.

About

asyncio + PyQt5/PySide2

License:BSD 2-Clause "Simplified" License


Languages

Language:Python 100.0%