Skip to content

CabbageDevelopment/qasync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

04617ae · Aug 25, 2021

History

93 Commits
Aug 25, 2021
Aug 1, 2021
Aug 25, 2021
Aug 1, 2021
Nov 2, 2018
Mar 14, 2021
Jan 9, 2021
Mar 14, 2021
Mar 14, 2021
Nov 2, 2018
Aug 8, 2021
Aug 8, 2021
Aug 25, 2021
Mar 14, 2021
Mar 14, 2021

Repository files navigation

qasync

Maintenance PyPI - Python Version PyPI - License PyPI test

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 are no longer maintained.

qasync will continue to be maintained, and will still be accepting pull requests.

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.