# dwq - a Disque based work queue
dwq (Disque Work Queue) is a tool that can be used to distribute Jobs on git
repositories across multiple machines.
## Installation
# pip install dwq
## Usage
Start a worker:
# dwqw
Execute a command on worker:
# dwqc -r <repository> -c <commit> ls
More sophisticated:
# export DWQ_REPO=<repository> DWQ_COMMIT=<commit>
# for i in $(seq 10); do echo 'echo $DWQ_WORKER:$DWQ_WORKER_THREAD'; done | dwqc
Raw data
{
"_id": null,
"home_page": "https://github.com/kaspar030/dwq",
"name": "dwq",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "distributed queue",
"author": "Kaspar Schleiser",
"author_email": "kaspar@schleiser.de",
"download_url": "https://files.pythonhosted.org/packages/6f/70/aa730ab1c71b8fc481c53735de29a9950953621b5f2b006b3a20900407b1/dwq-0.1.0.tar.gz",
"platform": null,
"description": "# dwq - a Disque based work queue\n\ndwq (Disque Work Queue) is a tool that can be used to distribute Jobs on git\nrepositories across multiple machines.\n\n## Installation\n\n # pip install dwq\n\n## Usage\n\nStart a worker:\n\n # dwqw\n\nExecute a command on worker:\n\n # dwqc -r <repository> -c <commit> ls\n\nMore sophisticated:\n\n # export DWQ_REPO=<repository> DWQ_COMMIT=<commit>\n # for i in $(seq 10); do echo 'echo $DWQ_WORKER:$DWQ_WORKER_THREAD'; done | dwqc\n",
"bugtrack_url": null,
"license": "GPLv3",
"summary": "dwq: a Disque based work queue",
"version": "0.1.0",
"project_urls": {
"Homepage": "https://github.com/kaspar030/dwq"
},
"split_keywords": [
"distributed",
"queue"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "02908484684e4577df0f029f0dc43e5ce455e364f1e9b2e0bf713fc410e52e58",
"md5": "87e9512b28efe0d0fae6678a7cb2da84",
"sha256": "39a104b626ce5563ad0b9622d7067ad68f4f20538c3d7b8c7f483a97781b762a"
},
"downloads": -1,
"filename": "dwq-0.1.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "87e9512b28efe0d0fae6678a7cb2da84",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 34385,
"upload_time": "2024-01-30T07:36:54",
"upload_time_iso_8601": "2024-01-30T07:36:54.115981Z",
"url": "https://files.pythonhosted.org/packages/02/90/8484684e4577df0f029f0dc43e5ce455e364f1e9b2e0bf713fc410e52e58/dwq-0.1.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "6f70aa730ab1c71b8fc481c53735de29a9950953621b5f2b006b3a20900407b1",
"md5": "75f2539a3a41faeeb6ee4c60f8bd9a1a",
"sha256": "e4cc176374e2b35526f58c62164430320352cf9217771d263d618746c79631d8"
},
"downloads": -1,
"filename": "dwq-0.1.0.tar.gz",
"has_sig": false,
"md5_digest": "75f2539a3a41faeeb6ee4c60f8bd9a1a",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 28372,
"upload_time": "2024-01-30T07:36:56",
"upload_time_iso_8601": "2024-01-30T07:36:56.111261Z",
"url": "https://files.pythonhosted.org/packages/6f/70/aa730ab1c71b8fc481c53735de29a9950953621b5f2b006b3a20900407b1/dwq-0.1.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-01-30 07:36:56",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "kaspar030",
"github_project": "dwq",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "dwq"
}