Metadata-Version: |
2.3 |
Name: |
dramatiq-crontab |
Version: |
1.0.8 |
Summary: |
Cron style scheduler for asynchronous Dramatiq tasks in Django. |
Author-Email: |
Rust Saiargaliev <fly.amureki[at]gmail.com>, Johannes Maron <johannes[at]maron.family>, Mostafa Mohamed <mostafa.anm91[at]gmail.com>, Jacqueline Kraus <jacquelinekraus1992[at]gmail.com> |
Project-Url: |
Changelog, https://github.com/voiio/dramatiq-crontab/releases |
Project-Url: |
Project-URL, https://github.com/voiio/dramatiq-crontab |
Keywords: |
Django,Dramatiq,tasks,scheduler |
Classifier: |
Development Status :: 5 - Production/Stable |
Classifier: |
Programming Language :: Python |
Classifier: |
Environment :: Web Environment |
Classifier: |
License :: OSI Approved :: BSD License |
Classifier: |
Intended Audience :: Developers |
Classifier: |
Operating System :: OS Independent |
Classifier: |
Topic :: Communications :: Email |
Classifier: |
Topic :: Text Processing :: Markup :: Markdown |
Classifier: |
Topic :: Software Development |
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: |
Framework :: Django |
Classifier: |
Framework :: Django :: 4.2 |
Classifier: |
Framework :: Django :: 5.0 |
Requires-Python: |
>=3.8 |
Requires-Dist: |
dramatiq |
Requires-Dist: |
apscheduler |
Requires-Dist: |
django |
Requires-Dist: |
black (==24.10.0); extra == "lint" |
Requires-Dist: |
ruff (==0.8.0); extra == "lint" |
Requires-Dist: |
redis; extra == "redis" |
Requires-Dist: |
sentry-sdk; extra == "sentry" |
Requires-Dist: |
pytest; extra == "test" |
Requires-Dist: |
pytest-cov; extra == "test" |
Requires-Dist: |
pytest-django; extra == "test" |
Requires-Dist: |
dramatiq; extra == "test" |
Requires-Dist: |
backports.zoneinfo; extra == "test" and python_version < "3.9" |
Provides-Extra: |
lint |
Provides-Extra: |
redis |
Provides-Extra: |
sentry |
Provides-Extra: |
test |
Description-Content-Type: |
text/markdown |