• This repository has been archived on 06/Sep/2021
  • Stars
    star
    153
  • Rank 243,368 (Top 5 %)
  • Language
    Python
  • License
    BSD 2-Clause "Sim...
  • Created about 6 years ago
  • Updated almost 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

asyncio + PyQt5/PySide2

asyncqt - asyncio + PyQt5/PySide2

https://circleci.com/gh/gmarull/asyncqt.svg?style=svg Build Status Coverage PyPI Version Conda Version

IMPORTANT: This project is unmaintained. Use other alternatives such as https://github.com/CabbageDevelopment/qasync

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.