arq


Namearq JSON
Version 0.25.0 PyPI version JSON
download
home_page
SummaryJob queues in python with asyncio and redis
upload_time2022-12-02 13:21:18
maintainer
docs_urlNone
author
requires_python>=3.7
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # arq

[![CI](https://github.com/samuelcolvin/arq/workflows/CI/badge.svg?event=push)](https://github.com/samuelcolvin/arq/actions?query=event%3Apush+branch%3Amain+workflow%3ACI)
[![Coverage](https://codecov.io/gh/samuelcolvin/arq/branch/main/graph/badge.svg)](https://codecov.io/gh/samuelcolvin/arq)
[![pypi](https://img.shields.io/pypi/v/arq.svg)](https://pypi.python.org/pypi/arq)
[![versions](https://img.shields.io/pypi/pyversions/arq.svg)](https://github.com/samuelcolvin/arq)
[![license](https://img.shields.io/github/license/samuelcolvin/arq.svg)](https://github.com/samuelcolvin/arq/blob/main/LICENSE)

Job queues in python with asyncio and redis.

See [documentation](https://arq-docs.helpmanual.io/) for more details.

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "arq",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "",
    "author": "",
    "author_email": "Samuel Colvin <s@muelcolvin.com>",
    "download_url": "https://files.pythonhosted.org/packages/3a/ae/24a5e6476aba4e931b3b6ec19b6b45a9da2ba048992b4b49f12861a6df6f/arq-0.25.0.tar.gz",
    "platform": null,
    "description": "# arq\n\n[![CI](https://github.com/samuelcolvin/arq/workflows/CI/badge.svg?event=push)](https://github.com/samuelcolvin/arq/actions?query=event%3Apush+branch%3Amain+workflow%3ACI)\n[![Coverage](https://codecov.io/gh/samuelcolvin/arq/branch/main/graph/badge.svg)](https://codecov.io/gh/samuelcolvin/arq)\n[![pypi](https://img.shields.io/pypi/v/arq.svg)](https://pypi.python.org/pypi/arq)\n[![versions](https://img.shields.io/pypi/pyversions/arq.svg)](https://github.com/samuelcolvin/arq)\n[![license](https://img.shields.io/github/license/samuelcolvin/arq.svg)](https://github.com/samuelcolvin/arq/blob/main/LICENSE)\n\nJob queues in python with asyncio and redis.\n\nSee [documentation](https://arq-docs.helpmanual.io/) for more details.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Job queues in python with asyncio and redis",
    "version": "0.25.0",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "4f51d47dced555b3e7ed9369826bf7b7",
                "sha256": "db072d0f39c0bc06b436db67ae1f315c81abc1527563b828955670531815290b"
            },
            "downloads": -1,
            "filename": "arq-0.25.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "4f51d47dced555b3e7ed9369826bf7b7",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 25774,
            "upload_time": "2022-12-02T13:21:15",
            "upload_time_iso_8601": "2022-12-02T13:21:15.874612Z",
            "url": "https://files.pythonhosted.org/packages/d1/47/626ad09333ffc73fdd2ed270d81ddd60befd8f5b3c904be132bc0e7ccede/arq-0.25.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "e2fb975ca0915a6d77302af571e3637c",
                "sha256": "d176ebadfba920c039dc578814d19b7814d67fa15f82fdccccaedb4330d65dae"
            },
            "downloads": -1,
            "filename": "arq-0.25.0.tar.gz",
            "has_sig": false,
            "md5_digest": "e2fb975ca0915a6d77302af571e3637c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 288899,
            "upload_time": "2022-12-02T13:21:18",
            "upload_time_iso_8601": "2022-12-02T13:21:18.284317Z",
            "url": "https://files.pythonhosted.org/packages/3a/ae/24a5e6476aba4e931b3b6ec19b6b45a9da2ba048992b4b49f12861a6df6f/arq-0.25.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-12-02 13:21:18",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "arq"
}
        
Elapsed time: 0.01674s