Skip to content

Commit f18ff01

Browse files
Update README.md
1 parent 4d2abb1 commit f18ff01

File tree

2 files changed

+28
-42
lines changed

2 files changed

+28
-42
lines changed

README.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# qasync
2+
3+
![Maintenance](https://img.shields.io/maintenance/yes/2019)
4+
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/qasync)
5+
![PyPI - License](https://img.shields.io/pypi/l/qasync)
6+
![PyPI](https://img.shields.io/pypi/v/qasync)
7+
8+
## Introduction
9+
10+
`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).

README.rst

Lines changed: 0 additions & 42 deletions
This file was deleted.

0 commit comments

Comments
 (0)