Skip to content

Commit 99eb06b

Browse files
committed
Update README and pyproject
1 parent d9b9efa commit 99eb06b

3 files changed

Lines changed: 303 additions & 251 deletions

File tree

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# qasync
22

3-
[![Maintenance](https://img.shields.io/maintenance/yes/2023)](https://pypi.org/project/qasync)
3+
[![Maintenance](https://img.shields.io/maintenance/yes/2025)](https://pypi.org/project/qasync)
44
[![PyPI](https://img.shields.io/pypi/v/qasync)](https://pypi.org/project/qasync)
55
[![PyPI - License](https://img.shields.io/pypi/l/qasync)](/LICENSE)
66
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/qasync)](https://pypi.org/project/qasync)
@@ -18,11 +18,13 @@ If you need some CPU-intensive tasks to be executed in parallel, `qasync` also g
1818
### Basic Example
1919

2020
```python
21-
import sys
2221
import asyncio
22+
import sys
23+
24+
from PySide6.QtWidgets import QVBoxLayout, QWidget
25+
26+
from qasync import QApplication, QEventLoop
2327

24-
from qasync import QEventLoop, QApplication
25-
from PySide6.QtWidgets import QWidget, QVBoxLayout
2628

2729
class MainWindow(QWidget):
2830
def __init__(self):

0 commit comments

Comments
 (0)