asyncgui


Nameasyncgui JSON
Version 0.7.0 PyPI version JSON
download
home_pagehttps://github.com/asyncgui/asyncgui
SummaryA thin layer that helps to wrap a callback-style API in an async/await-style API
upload_time2024-08-29 12:27:29
maintainerNone
docs_urlNone
authorNattōsai Mitō
requires_python<4.0,>=3.9
licenseMIT
keywords async
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # AsyncGui

A thin layer that helps to wrap a callback-style API in an async/await-style API.

An async library that focuses on fast reaction.

[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 (3.12.1 or later)

## 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/68/c1/d68c6260b07a51e2a86264e99d921ff52bcb1fcdab451638a717858b7e4d/asyncgui-0.7.0.tar.gz",
    "platform": null,
    "description": "# AsyncGui\n\nA thin layer that helps to wrap a callback-style API in an async/await-style API.\n\nAn async library that focuses on fast reaction.\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 (3.12.1 or later)\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 thin layer that helps to wrap a callback-style API in an async/await-style API",
    "version": "0.7.0",
    "project_urls": {
        "Homepage": "https://github.com/asyncgui/asyncgui",
        "Repository": "https://github.com/asyncgui/asyncgui"
    },
    "split_keywords": [
        "async"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "56f20925c9d2823feecb261a1c1e208a2248dc14c0fc9f67b619c36be07484e8",
                "md5": "3aa8d173a8aa46e42f12835b9be7072b",
                "sha256": "c1e53b5c0c4df8817b28aa58bda3bc13752ea65519b14c2d7fa1c1721c9bb362"
            },
            "downloads": -1,
            "filename": "asyncgui-0.7.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "3aa8d173a8aa46e42f12835b9be7072b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.9",
            "size": 9166,
            "upload_time": "2024-08-29T12:27:28",
            "upload_time_iso_8601": "2024-08-29T12:27:28.002450Z",
            "url": "https://files.pythonhosted.org/packages/56/f2/0925c9d2823feecb261a1c1e208a2248dc14c0fc9f67b619c36be07484e8/asyncgui-0.7.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "68c1d68c6260b07a51e2a86264e99d921ff52bcb1fcdab451638a717858b7e4d",
                "md5": "34754d99913c97697b5fca21a4104714",
                "sha256": "6a5cfdfee34f6478e857a55ff88981995479930c3ddc577c5ff9d85a79f12a4a"
            },
            "downloads": -1,
            "filename": "asyncgui-0.7.0.tar.gz",
            "has_sig": false,
            "md5_digest": "34754d99913c97697b5fca21a4104714",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.9",
            "size": 9329,
            "upload_time": "2024-08-29T12:27:29",
            "upload_time_iso_8601": "2024-08-29T12:27:29.554637Z",
            "url": "https://files.pythonhosted.org/packages/68/c1/d68c6260b07a51e2a86264e99d921ff52bcb1fcdab451638a717858b7e4d/asyncgui-0.7.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-29 12:27:29",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "asyncgui",
    "github_project": "asyncgui",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "asyncgui"
}
        
Elapsed time: 0.88912s