Systemcluster / qasync

Python library for using asyncio in Qt-based applications.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

qasync

Maintenance PyPI - Python Version PyPI - License PyPI

Introduction

qasync allows coroutines to be used in PyQt/PySide applications by providing an implementation of the PEP 3156 event-loop.

qasync is a fork of asyncqt, which is a fork of quamash. May it live longer than its predecessors.

The future of qasync

qasync was created because asyncqt and quamash were no longer maintained. However, as of 28th February 2020, asyncqt appears to be active once more.

qasync will continue to be maintained, and will still be accepting pull requests. Improvements to asyncqt will be pulled downstream, and improvements to qasync will be sent upstream.

Requirements

qasync requires Python >= 3.6, and PyQt5 or PySide2.

Installation

To install qasync, use pip:

pip install qasync

License

You may use, modify and redistribute this software under the terms of the BSD License. See LICENSE.

About

Python library for using asyncio in Qt-based applications.

License:BSD 2-Clause "Simplified" License


Languages

Language:Python 100.0%