asyncgui-ext-synctools


Nameasyncgui-ext-synctools JSON
Version 0.2.0 PyPI version JSON
download
home_pagehttps://github.com/asyncgui/asyncgui-ext-synctools
SummaryInter-task sychronization and communication.
upload_time2024-07-04 22:25:06
maintainerNone
docs_urlNone
authorNattōsai Mitō
requires_python<4.0,>=3.10
licenseMIT
keywords async
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # SyncTools

Inter-task sychronization and communication.

## Installation

Pin the minor version.

```
poetry add asyncgui-ext-synctools@~0.2
pip install "asyncgui-ext-synctools>=0.2,<0.3"
```

## Tested on

- CPython 3.10
- CPython 3.11
- CPython 3.12

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/asyncgui/asyncgui-ext-synctools",
    "name": "asyncgui-ext-synctools",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.10",
    "maintainer_email": null,
    "keywords": "async",
    "author": "Natt\u014dsai Mit\u014d",
    "author_email": "flow4re2c@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/1e/3a/cb427d182fd5ba79d0460101c4ffec65bcb0ae23e6842ef237bcf581ac72/asyncgui_ext_synctools-0.2.0.tar.gz",
    "platform": null,
    "description": "# SyncTools\n\nInter-task sychronization and communication.\n\n## Installation\n\nPin the minor version.\n\n```\npoetry add asyncgui-ext-synctools@~0.2\npip install \"asyncgui-ext-synctools>=0.2,<0.3\"\n```\n\n## Tested on\n\n- CPython 3.10\n- CPython 3.11\n- CPython 3.12\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Inter-task sychronization and communication.",
    "version": "0.2.0",
    "project_urls": {
        "Homepage": "https://github.com/asyncgui/asyncgui-ext-synctools",
        "Repository": "https://github.com/asyncgui/asyncgui-ext-synctools"
    },
    "split_keywords": [
        "async"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5af93e8d44482ac7d5b8b324a3a12286d9daf8b335ee74ef65988f4b77231fa5",
                "md5": "098d0360800ce8464395ff27e9084dae",
                "sha256": "ce28a2eec224f225ac989f753c48dabe2c45d0510eb0d5988e613f09ce9cfbd4"
            },
            "downloads": -1,
            "filename": "asyncgui_ext_synctools-0.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "098d0360800ce8464395ff27e9084dae",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.10",
            "size": 4060,
            "upload_time": "2024-07-04T22:25:04",
            "upload_time_iso_8601": "2024-07-04T22:25:04.738672Z",
            "url": "https://files.pythonhosted.org/packages/5a/f9/3e8d44482ac7d5b8b324a3a12286d9daf8b335ee74ef65988f4b77231fa5/asyncgui_ext_synctools-0.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1e3acb427d182fd5ba79d0460101c4ffec65bcb0ae23e6842ef237bcf581ac72",
                "md5": "a26273892fc042009f676e149132c3f4",
                "sha256": "39e0c8af0df9d4533bb1055ca7f0a57c6b37fe4c704ca4c92185416530b955f4"
            },
            "downloads": -1,
            "filename": "asyncgui_ext_synctools-0.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "a26273892fc042009f676e149132c3f4",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.10",
            "size": 2963,
            "upload_time": "2024-07-04T22:25:06",
            "upload_time_iso_8601": "2024-07-04T22:25:06.526743Z",
            "url": "https://files.pythonhosted.org/packages/1e/3a/cb427d182fd5ba79d0460101c4ffec65bcb0ae23e6842ef237bcf581ac72/asyncgui_ext_synctools-0.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-07-04 22:25:06",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "asyncgui",
    "github_project": "asyncgui-ext-synctools",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "asyncgui-ext-synctools"
}
        
Elapsed time: 0.33624s