bullmqmful


Namebullmqmful JSON
Version 2.3.3 PyPI version JSON
download
home_pageNone
SummaryBullMQ for Python
upload_time2024-04-02 17:54:44
maintainerNone
docs_urlNone
authorNone
requires_python>=3.10.0
licenseNone
keywords python bullmq queues
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # BullMQ For Python

This is the official BullMQ Python library. It is a close port of the NodeJS version of the library.
Python Queues are interoperable with NodeJS Queues, as both libraries use the same .lua scripts that
power all the functionality.

## Features

Currently, the library does not support all the features available in the NodeJS version. The following
have been ported so far:

- [ ] Add jobs to queues.

  - [x] Regular jobs.
  - [x] Delayed jobs.
  - [ ] Job priority.
  - [ ] Repeatable.

- [x] Workers
- [ ] Job events.
- [x] Job progress.
- [ ] Job retries.
- [x] Job backoff.
- [x] Getters.

## Installation

```bash
pip install bullmq
```

## Usage

```python
from bullmq import Queue

queue = Queue('my-queue')

job = await queue.add('my-job', {'foo': 'bar'})

```

## Documentation

The documentation is available at [https://docs.bullmq.io](https://docs.bullmq.io/python)

## License

MIT

## Copyright

Copyright (c) 2018-2023, Taskforce.sh Inc. and other contributors.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "bullmqmful",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10.0",
    "maintainer_email": null,
    "keywords": "python, bullmq, queues",
    "author": null,
    "author_email": "\"Taskforce.sh Inc.\" <manast@taskforce.sh>",
    "download_url": "https://files.pythonhosted.org/packages/4a/dd/6b5f7e421ca30ac6471f23faf88049abc8a411875c335808bd6d2303f719/bullmqmful-2.3.3.tar.gz",
    "platform": null,
    "description": "# BullMQ For Python\n\nThis is the official BullMQ Python library. It is a close port of the NodeJS version of the library.\nPython Queues are interoperable with NodeJS Queues, as both libraries use the same .lua scripts that\npower all the functionality.\n\n## Features\n\nCurrently, the library does not support all the features available in the NodeJS version. The following\nhave been ported so far:\n\n- [ ] Add jobs to queues.\n\n  - [x] Regular jobs.\n  - [x] Delayed jobs.\n  - [ ] Job priority.\n  - [ ] Repeatable.\n\n- [x] Workers\n- [ ] Job events.\n- [x] Job progress.\n- [ ] Job retries.\n- [x] Job backoff.\n- [x] Getters.\n\n## Installation\n\n```bash\npip install bullmq\n```\n\n## Usage\n\n```python\nfrom bullmq import Queue\n\nqueue = Queue('my-queue')\n\njob = await queue.add('my-job', {'foo': 'bar'})\n\n```\n\n## Documentation\n\nThe documentation is available at [https://docs.bullmq.io](https://docs.bullmq.io/python)\n\n## License\n\nMIT\n\n## Copyright\n\nCopyright (c) 2018-2023, Taskforce.sh Inc. and other contributors.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "BullMQ for Python",
    "version": "2.3.3",
    "project_urls": {
        "Bug Tracker": "https://github.com/taskforcesh/bullmq/issues",
        "Homepage": "https://bullmq.io"
    },
    "split_keywords": [
        "python",
        " bullmq",
        " queues"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "06639136ca3502a15c74897c05e8eb845033395f4f08ebff12f6e42f16e54149",
                "md5": "c52d8061465d9f8aca607e8ef3b68fae",
                "sha256": "bc92fc023d19e6908d50bfc6cf08fa6edc53ca559e945ee5caf4ac29fb342744"
            },
            "downloads": -1,
            "filename": "bullmqmful-2.3.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c52d8061465d9f8aca607e8ef3b68fae",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10.0",
            "size": 81028,
            "upload_time": "2024-04-02T17:54:43",
            "upload_time_iso_8601": "2024-04-02T17:54:43.178902Z",
            "url": "https://files.pythonhosted.org/packages/06/63/9136ca3502a15c74897c05e8eb845033395f4f08ebff12f6e42f16e54149/bullmqmful-2.3.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4add6b5f7e421ca30ac6471f23faf88049abc8a411875c335808bd6d2303f719",
                "md5": "83eb742d5540ef173caf4583b4b5c29d",
                "sha256": "053ba25ca810e94be3a260c6f626507ef612d877ab722b0cce6f4e4434a9b6c2"
            },
            "downloads": -1,
            "filename": "bullmqmful-2.3.3.tar.gz",
            "has_sig": false,
            "md5_digest": "83eb742d5540ef173caf4583b4b5c29d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10.0",
            "size": 46146,
            "upload_time": "2024-04-02T17:54:44",
            "upload_time_iso_8601": "2024-04-02T17:54:44.543225Z",
            "url": "https://files.pythonhosted.org/packages/4a/dd/6b5f7e421ca30ac6471f23faf88049abc8a411875c335808bd6d2303f719/bullmqmful-2.3.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-02 17:54:44",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "taskforcesh",
    "github_project": "bullmq",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "bullmqmful"
}
        
Elapsed time: 2.28506s