# AsyncGui
...is a minimalistic async library that:
- does not provide features involving system calls, such as I/O, time retrieval, thread suspension, or thread spawning.
- 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 APIs 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. (Yes, I should rename it at some point.)
[Documentation](https://asyncgui.github.io/asyncgui/)
## Installation
Pin the minor version.
```text
poetry add asyncgui@~0.7
pip install "asyncgui>=0.7,<0.8"
```
## 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/8c/23/4f21b6afedcedbcd882e155c89821ba1c4ffda052f9b0cace873530642e3/asyncgui-0.7.2.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, time retrieval, thread suspension, or thread spawning.\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 APIs 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. (Yes, 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.7\npip install \"asyncgui>=0.7,<0.8\"\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.7.2",
"project_urls": {
"Homepage": "https://github.com/asyncgui/asyncgui",
"Repository": "https://github.com/asyncgui/asyncgui"
},
"split_keywords": [
"async"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "395406b5639f6ed1f6a4435aade11d299b8d0e12dcc525710ae5637382b15489",
"md5": "671068e5129fc2bdf2e1cb1811aa3346",
"sha256": "d3de7d96c94c7721809710ecdec6ac216ff8cf8b64c9ca8128a48c3564b50530"
},
"downloads": -1,
"filename": "asyncgui-0.7.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "671068e5129fc2bdf2e1cb1811aa3346",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<4.0,>=3.9",
"size": 9986,
"upload_time": "2025-02-05T09:21:44",
"upload_time_iso_8601": "2025-02-05T09:21:44.619641Z",
"url": "https://files.pythonhosted.org/packages/39/54/06b5639f6ed1f6a4435aade11d299b8d0e12dcc525710ae5637382b15489/asyncgui-0.7.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "8c234f21b6afedcedbcd882e155c89821ba1c4ffda052f9b0cace873530642e3",
"md5": "7b687382f4539d9a4449e46c432ba3c5",
"sha256": "b9561434f2b73540706517dfe74bfde9d7f5ac537aad36f7fb8ebbbf92506800"
},
"downloads": -1,
"filename": "asyncgui-0.7.2.tar.gz",
"has_sig": false,
"md5_digest": "7b687382f4539d9a4449e46c432ba3c5",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<4.0,>=3.9",
"size": 10433,
"upload_time": "2025-02-05T09:21:47",
"upload_time_iso_8601": "2025-02-05T09:21:47.278019Z",
"url": "https://files.pythonhosted.org/packages/8c/23/4f21b6afedcedbcd882e155c89821ba1c4ffda052f9b0cace873530642e3/asyncgui-0.7.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-02-05 09:21:47",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "asyncgui",
"github_project": "asyncgui",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "asyncgui"
}