# AsyncGui
...is a minimalistic async library that:
- does not provide features involving system calls, such as I/O.
- has no external dependencies when using Python 3.11 or later.
- does not own a main loop, but is designed to integrate with an existing one.
- avoids global state.
- focuses on fast responsiveness, allowing immediate task start and resumption.
- offers powerful "structured concurrency" features inspired by [Trio](https://trio.readthedocs.io/en/stable/) and [trio-util](https://trio-util.readthedocs.io/en/latest/).
- has nothing to do with GUIs, even though it has 'gui' in its name. (I should rename it at some point.)
[Documentation](https://asyncgui.github.io/asyncgui/)
## Installation
Pin the minor version.
```text
poetry add asyncgui@~0.9
pip install "asyncgui>=0.9,<0.10"
```
## Tested on
- CPython 3.9
- CPython 3.10
- CPython 3.11
- CPython 3.12
- CPython 3.13
- PyPy 3.10
## Async libraries that rely on this
- [asynckivy](https://github.com/asyncgui/asynckivy)
- [asynctkinter](https://github.com/asyncgui/asynctkinter)
- [asyncpygame](https://github.com/asyncgui/asyncpygame)
Raw data
{
"_id": null,
"home_page": "https://github.com/asyncgui/asyncgui",
"name": "asyncgui",
"maintainer": null,
"docs_url": null,
"requires_python": "<4.0,>=3.9",
"maintainer_email": null,
"keywords": "async",
"author": "Natt\u014dsai Mit\u014d",
"author_email": "flow4re2c@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/d0/c5/faf9b660a0abd82f5009a14ae3f1ac7a025d03c0fd16639ed94c511262b6/asyncgui-0.9.3.tar.gz",
"platform": null,
"description": "# AsyncGui\n\n...is a minimalistic async library that:\n\n- does not provide features involving system calls, such as I/O.\n- has no external dependencies when using Python 3.11 or later.\n- does not own a main loop, but is designed to integrate with an existing one.\n- avoids global state.\n- focuses on fast responsiveness, allowing immediate task start and resumption.\n- offers powerful \"structured concurrency\" features inspired by [Trio](https://trio.readthedocs.io/en/stable/) and [trio-util](https://trio-util.readthedocs.io/en/latest/).\n- has nothing to do with GUIs, even though it has 'gui' in its name. (I should rename it at some point.)\n\n[Documentation](https://asyncgui.github.io/asyncgui/)\n\n## Installation\n\nPin the minor version.\n\n```text\npoetry add asyncgui@~0.9\npip install \"asyncgui>=0.9,<0.10\"\n```\n\n## Tested on\n\n- CPython 3.9\n- CPython 3.10\n- CPython 3.11\n- CPython 3.12\n- CPython 3.13\n- PyPy 3.10\n\n## Async libraries that rely on this\n\n- [asynckivy](https://github.com/asyncgui/asynckivy)\n- [asynctkinter](https://github.com/asyncgui/asynctkinter)\n- [asyncpygame](https://github.com/asyncgui/asyncpygame)\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "A minimalistic async library that focuses on fast responsiveness",
"version": "0.9.3",
"project_urls": {
"Homepage": "https://github.com/asyncgui/asyncgui",
"Repository": "https://github.com/asyncgui/asyncgui"
},
"split_keywords": [
"async"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "f871e208826b9c0f21d2c314e443dfde72f6ee30f6a31a57c86fc80fcdf1a7c1",
"md5": "4d7096bd93d6b23afca71029d1ab6e5e",
"sha256": "ed73fc00c68d7e0d804eb239f2ad9c319dce57a5d31342c19aadc18f44270103"
},
"downloads": -1,
"filename": "asyncgui-0.9.3-py3-none-any.whl",
"has_sig": false,
"md5_digest": "4d7096bd93d6b23afca71029d1ab6e5e",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<4.0,>=3.9",
"size": 9201,
"upload_time": "2025-08-02T23:15:26",
"upload_time_iso_8601": "2025-08-02T23:15:26.727502Z",
"url": "https://files.pythonhosted.org/packages/f8/71/e208826b9c0f21d2c314e443dfde72f6ee30f6a31a57c86fc80fcdf1a7c1/asyncgui-0.9.3-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "d0c5faf9b660a0abd82f5009a14ae3f1ac7a025d03c0fd16639ed94c511262b6",
"md5": "ad8fda93cd51837aaaae694d391b8e4e",
"sha256": "46b283946a1814f600b502ee48082be9681097a72d8d011305e453d683a9064b"
},
"downloads": -1,
"filename": "asyncgui-0.9.3.tar.gz",
"has_sig": false,
"md5_digest": "ad8fda93cd51837aaaae694d391b8e4e",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<4.0,>=3.9",
"size": 9189,
"upload_time": "2025-08-02T23:15:28",
"upload_time_iso_8601": "2025-08-02T23:15:28.161228Z",
"url": "https://files.pythonhosted.org/packages/d0/c5/faf9b660a0abd82f5009a14ae3f1ac7a025d03c0fd16639ed94c511262b6/asyncgui-0.9.3.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-08-02 23:15:28",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "asyncgui",
"github_project": "asyncgui",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "asyncgui"
}