# Purpose
The `asynciojobs` library adds dependency management to asyncio-based scenarios.
It allows to create and run schedulers, where jobs are coroutines or other
asyncio-friendly programs, whose dependencies are directed acyclic graphs
(DAGs).
Schedulers can be nested, i.e. a scheduler can be used as a job;
this features allows functions to be written, that return pieces of scenarios.
## Read more at readthedocs
See complete documentation at <https://asynciojobs.readthedocs.io/>
Raw data
{
"_id": null,
"home_page": null,
"name": "asynciojobs",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.9",
"maintainer_email": null,
"keywords": "asyncio, dependencies, dependency, jobs, orchestration, scheduling",
"author": null,
"author_email": "Thierry Parmentelat <thierry.parmentelat@inria.fr>",
"download_url": "https://files.pythonhosted.org/packages/30/04/f7dc68699700edd36ff5c3f93f56974e2543d4a99bd0f987ef81e709a66d/asynciojobs-0.19.1.tar.gz",
"platform": null,
"description": "# Purpose\n\nThe `asynciojobs` library adds dependency management to asyncio-based scenarios.\n\nIt allows to create and run schedulers, where jobs are coroutines or other\nasyncio-friendly programs, whose dependencies are directed acyclic graphs\n(DAGs).\n\nSchedulers can be nested, i.e. a scheduler can be used as a job;\nthis features allows functions to be written, that return pieces of scenarios.\n\n## Read more at readthedocs\n\nSee complete documentation at <https://asynciojobs.readthedocs.io/>\n",
"bugtrack_url": null,
"license": "CC-BY-NC-4.0",
"summary": "A simplistic orchestration engine for asyncio-based jobs",
"version": "0.19.1",
"project_urls": {
"Documentation": "http://asynciojobs.readthedocs.io/",
"Homepage": "http://github.com/parmentelat/asynciojobs"
},
"split_keywords": [
"asyncio",
" dependencies",
" dependency",
" jobs",
" orchestration",
" scheduling"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "963d2cbee07110cef2e10a86e1c55820d1c00b25290dc488926f6e039a81c706",
"md5": "f8391c785b24f678e795d57f8bd8ca4a",
"sha256": "b96d00a403f4684841700a6e99728807735425b73f24bf4a20b0fb9a50345bf4"
},
"downloads": -1,
"filename": "asynciojobs-0.19.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "f8391c785b24f678e795d57f8bd8ca4a",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 33785,
"upload_time": "2024-12-16T12:53:49",
"upload_time_iso_8601": "2024-12-16T12:53:49.081239Z",
"url": "https://files.pythonhosted.org/packages/96/3d/2cbee07110cef2e10a86e1c55820d1c00b25290dc488926f6e039a81c706/asynciojobs-0.19.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "3004f7dc68699700edd36ff5c3f93f56974e2543d4a99bd0f987ef81e709a66d",
"md5": "936c0d13dde116c9e56715e897318ca0",
"sha256": "9459ca41799e4303a661780af22cbd811b914a4d4bbd3c9b5bb40779927a414f"
},
"downloads": -1,
"filename": "asynciojobs-0.19.1.tar.gz",
"has_sig": false,
"md5_digest": "936c0d13dde116c9e56715e897318ca0",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 47836,
"upload_time": "2024-12-16T12:53:50",
"upload_time_iso_8601": "2024-12-16T12:53:50.531849Z",
"url": "https://files.pythonhosted.org/packages/30/04/f7dc68699700edd36ff5c3f93f56974e2543d4a99bd0f987ef81e709a66d/asynciojobs-0.19.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-12-16 12:53:50",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "parmentelat",
"github_project": "asynciojobs",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "asynciojobs"
}