asynctaskpool


Nameasynctaskpool JSON
Version 0.2.1 PyPI version JSON
download
home_pagehttps://codeberg.org/QCanvas/AsyncTaskPool
SummaryProvides a task pool for asynchronous tasks to be executed only once.
upload_time2024-07-13 02:10:33
maintainerNone
docs_urlNone
authorQCanvas
requires_python<4.0,>=3.10
licenseNone
keywords async taskpool
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # AsyncTaskPool

This tool provides an asynchronous 'task pool'. Tasks with an identifier can be submitted to it and they will only be
executed once -
even when submitted again before the first task has finished.
The results of these tasks will be cached for next time.
            

Raw data

            {
    "_id": null,
    "home_page": "https://codeberg.org/QCanvas/AsyncTaskPool",
    "name": "asynctaskpool",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.10",
    "maintainer_email": null,
    "keywords": "async, taskpool",
    "author": "QCanvas",
    "author_email": "qcanvas@noreply.codeberg.org",
    "download_url": "https://files.pythonhosted.org/packages/ee/24/df8af18d283c16f1a9010e37874731f1627eaf4d1c08dc80516319881f73/asynctaskpool-0.2.1.tar.gz",
    "platform": null,
    "description": "# AsyncTaskPool\n\nThis tool provides an asynchronous 'task pool'. Tasks with an identifier can be submitted to it and they will only be\nexecuted once -\neven when submitted again before the first task has finished.\nThe results of these tasks will be cached for next time.",
    "bugtrack_url": null,
    "license": null,
    "summary": "Provides a task pool for asynchronous tasks to be executed only once.",
    "version": "0.2.1",
    "project_urls": {
        "Homepage": "https://codeberg.org/QCanvas/AsyncTaskPool",
        "Repository": "https://codeberg.org/QCanvas/AsyncTaskPool"
    },
    "split_keywords": [
        "async",
        " taskpool"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5aa4d6016991e492b28161fcb35c73c22ad09fc24e0f6249387433ec8b3b2eaf",
                "md5": "f6f1e1053354e1cf204995fffe2cb00b",
                "sha256": "3fa7ea948d72679324032e4ee106ad3b827691d1925c377eba6c284da9269d0b"
            },
            "downloads": -1,
            "filename": "asynctaskpool-0.2.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f6f1e1053354e1cf204995fffe2cb00b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.10",
            "size": 3856,
            "upload_time": "2024-07-13T02:10:32",
            "upload_time_iso_8601": "2024-07-13T02:10:32.190817Z",
            "url": "https://files.pythonhosted.org/packages/5a/a4/d6016991e492b28161fcb35c73c22ad09fc24e0f6249387433ec8b3b2eaf/asynctaskpool-0.2.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ee24df8af18d283c16f1a9010e37874731f1627eaf4d1c08dc80516319881f73",
                "md5": "7275275209198bbd290857507c2b1043",
                "sha256": "7b7eebb9f007b5e7a9d8c050ac14fee39d4343584a0b42674401972aee1132c0"
            },
            "downloads": -1,
            "filename": "asynctaskpool-0.2.1.tar.gz",
            "has_sig": false,
            "md5_digest": "7275275209198bbd290857507c2b1043",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.10",
            "size": 2860,
            "upload_time": "2024-07-13T02:10:33",
            "upload_time_iso_8601": "2024-07-13T02:10:33.365137Z",
            "url": "https://files.pythonhosted.org/packages/ee/24/df8af18d283c16f1a9010e37874731f1627eaf4d1c08dc80516319881f73/asynctaskpool-0.2.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-07-13 02:10:33",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": true,
    "codeberg_user": "QCanvas",
    "codeberg_project": "AsyncTaskPool",
    "lcname": "asynctaskpool"
}
        
Elapsed time: 0.53902s