Name | bullmq JSON |
Version |
2.11.0
JSON |
| download |
home_page | None |
Summary | BullMQ for Python |
upload_time | 2024-11-26 03:35:08 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.10.0 |
license | None |
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": "bullmq",
"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/93/3b/0944821a5219a07c11214acdad0c9d931fa1690d9056f43912d15817654b/bullmq-2.11.0.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.11.0",
"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": "933b0944821a5219a07c11214acdad0c9d931fa1690d9056f43912d15817654b",
"md5": "0005e4f1bbf2dbcc462d14017a35dd8c",
"sha256": "1a9dd284adafbc866c9f643cb3353cba8ac68b7c03b07444eeb42970ec434f0b"
},
"downloads": -1,
"filename": "bullmq-2.11.0.tar.gz",
"has_sig": false,
"md5_digest": "0005e4f1bbf2dbcc462d14017a35dd8c",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.10.0",
"size": 56057,
"upload_time": "2024-11-26T03:35:08",
"upload_time_iso_8601": "2024-11-26T03:35:08.453384Z",
"url": "https://files.pythonhosted.org/packages/93/3b/0944821a5219a07c11214acdad0c9d931fa1690d9056f43912d15817654b/bullmq-2.11.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-11-26 03:35:08",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "taskforcesh",
"github_project": "bullmq",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "bullmq"
}