asynctaskpool


Nameasynctaskpool JSON
Version 0.1.2 PyPI version JSON
download
home_pagehttps://codeberg.org/QCanvas/AsyncTaskPool
SummaryProvides a task pool for asynchronous tasks to be executed only once.
upload_time2024-04-18 02:59:53
maintainerNone
docs_urlNone
authorQCanvas
requires_python>=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": ">=3.10",
    "maintainer_email": null,
    "keywords": "async, taskpool",
    "author": "QCanvas",
    "author_email": "qcanvas@noreply.codeberg.org",
    "download_url": "https://files.pythonhosted.org/packages/2c/fa/9c6b1db5a81f483dab88509779dfb50c9f70d3a973786f1427f9f4e21195/asynctaskpool-0.1.2.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 executed 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.1.2",
    "project_urls": {
        "Homepage": "https://codeberg.org/QCanvas/AsyncTaskPool",
        "Repository": "https://codeberg.org/QCanvas/AsyncTaskPool"
    },
    "split_keywords": [
        "async",
        " taskpool"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0025b9352904b38f64cf4f1cdd018bf1685771f31c90c4820361b75b27ed1aa1",
                "md5": "41d1bd3cf81f70b5776c5ee8942a1ab2",
                "sha256": "3051e5e22a1cc0c2fee316779c3e47c2c9a86b50703a8ae8eb7eafc628ab3808"
            },
            "downloads": -1,
            "filename": "asynctaskpool-0.1.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "41d1bd3cf81f70b5776c5ee8942a1ab2",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 3402,
            "upload_time": "2024-04-18T02:59:51",
            "upload_time_iso_8601": "2024-04-18T02:59:51.283607Z",
            "url": "https://files.pythonhosted.org/packages/00/25/b9352904b38f64cf4f1cdd018bf1685771f31c90c4820361b75b27ed1aa1/asynctaskpool-0.1.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2cfa9c6b1db5a81f483dab88509779dfb50c9f70d3a973786f1427f9f4e21195",
                "md5": "5336650dfa3a425da179f5be45243eb0",
                "sha256": "9083f88cf753d1dbbfeb20021cec02cd4190083cd00ee8a599a0af4aed6c0c2f"
            },
            "downloads": -1,
            "filename": "asynctaskpool-0.1.2.tar.gz",
            "has_sig": false,
            "md5_digest": "5336650dfa3a425da179f5be45243eb0",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 2594,
            "upload_time": "2024-04-18T02:59:53",
            "upload_time_iso_8601": "2024-04-18T02:59:53.859541Z",
            "url": "https://files.pythonhosted.org/packages/2c/fa/9c6b1db5a81f483dab88509779dfb50c9f70d3a973786f1427f9f4e21195/asynctaskpool-0.1.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-18 02:59:53",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": true,
    "codeberg_user": "QCanvas",
    "codeberg_project": "AsyncTaskPool",
    "lcname": "asynctaskpool"
}
        
Elapsed time: 0.25515s