You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-2Lines changed: 8 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -7,13 +7,19 @@
7
7
8
8
## Introduction
9
9
10
-
`qasync` allows you to use coroutines in PyQt/PySide applications by providing an implementation of the `PEP 3156` event-loop.
10
+
`qasync` allows coroutines to be used in PyQt/PySide applications by providing an implementation of the `PEP 3156` event-loop.
11
11
12
12
`qasync` is a fork of [asyncqt](https://github.com/gmarull/asyncqt), which is a fork of [quamash](https://github.com/harvimt/quamash). May it live longer than its predecessors.
13
13
14
+
#### The future of `qasync`
15
+
16
+
`qasync` was created because `asyncqt` and `quamash` were no longer maintained. However, as of 28th February 2020, `asyncqt` appears to be active once more.
17
+
18
+
**`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.
19
+
14
20
## Requirements
15
21
16
-
`qasync` requires Python 3.6 or greater, and PyQt5 or PySide2.
22
+
`qasync` requires Python >= 3.6, and PyQt5 or PySide2.
0 commit comments