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
`qasync` allows you to use coroutines in PyQt/PySide applications by providing an implementation of the `PEP 3156` event-loop.
11
+
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
+
14
+
## Requirements
15
+
16
+
`qasync` requires Python 3.6 or greater, and PyQt5 or PySide2.
17
+
18
+
## Installation
19
+
20
+
To install `qasync`, use `pip`:
21
+
22
+
```
23
+
pip install qasync --user
24
+
```
25
+
26
+
## License
27
+
28
+
You may use, modify and redistribute this software under the terms of the [BSD License](http://opensource.org/licenses/BSD-2-Clause). See [LICENSE](/LICENSE).
0 commit comments