Metadata-Version: |
2.3 |
Name: |
arq |
Version: |
0.26.1 |
Summary: |
Job queues in python with asyncio and redis |
Author-Email: |
Samuel Colvin <s[at]muelcolvin.com> |
Project-Url: |
Homepage, https://github.com/samuelcolvin/arq |
Project-Url: |
Documentation, https://arq-docs.helpmanual.io |
Project-Url: |
Funding, https://github.com/sponsors/samuelcolvin |
Project-Url: |
Source, https://github.com/samuelcolvin/arq |
Project-Url: |
Changelog, https://github.com/samuelcolvin/arq/releases |
License: |
MIT |
Classifier: |
Development Status :: 5 - Production/Stable |
Classifier: |
Environment :: Console |
Classifier: |
Framework :: AsyncIO |
Classifier: |
Intended Audience :: Developers |
Classifier: |
Intended Audience :: Information Technology |
Classifier: |
Intended Audience :: System Administrators |
Classifier: |
License :: OSI Approved :: MIT License |
Classifier: |
Operating System :: POSIX :: Linux |
Classifier: |
Operating System :: Unix |
Classifier: |
Programming Language :: Python |
Classifier: |
Programming Language :: Python :: 3 |
Classifier: |
Programming Language :: Python :: 3 :: Only |
Classifier: |
Programming Language :: Python :: 3.8 |
Classifier: |
Programming Language :: Python :: 3.9 |
Classifier: |
Programming Language :: Python :: 3.10 |
Classifier: |
Programming Language :: Python :: 3.11 |
Classifier: |
Programming Language :: Python :: 3.12 |
Classifier: |
Topic :: Internet |
Classifier: |
Topic :: Software Development :: Libraries :: Python Modules |
Classifier: |
Topic :: System :: Clustering |
Classifier: |
Topic :: System :: Distributed Computing |
Classifier: |
Topic :: System :: Monitoring |
Classifier: |
Topic :: System :: Systems Administration |
Requires-Python: |
>=3.8 |
Requires-Dist: |
click (>=8.0) |
Requires-Dist: |
redis[hiredis] (<6,>=4.2.0) |
Requires-Dist: |
watchfiles (>=0.16); extra == "watch" |
Provides-Extra: |
watch |
Description-Content-Type: |
text/markdown |
License-File: |
LICENSE |