文件名称:alligator:简单的脱机任务队列。 对于Python
文件大小:65KB
文件格式:ZIP
更新时间:2024-06-17 19:09:02
Python
鳄鱼 简单的脱机任务队列。 对于 Python。 “再见,鳄鱼。” 最新文档位于 。 要求 Python 3.6+ (可选) redis用于Redis后端 (可选)对于SQS后端, boto3>=1.12.0 基本用法 此示例使用Django,但是与Alligator无关的是Django。 我再说一遍,您可以将其与任何将受益于后台处理的Python代码一起使用。 from alligator import Gator from django . contrib . auth . models import User from django . shortcuts import send_email # Make a Gator instance. # Under most circumstances, you would configure this in one place
【文件预览】:
alligator-master
----setup.py(1KB)
----.gitignore(107B)
----requirements.txt(0B)
----.readthedocs.yml(243B)
----pyproject.toml(714B)
----bin()
--------latergator.py(326B)
----alligator()
--------workers.py(5KB)
--------tasks.py(9KB)
--------__init__.py(631B)
--------gator.py(10KB)
--------constants.py(155B)
--------utils.py(2KB)
--------backends()
--------exceptions.py(629B)
----.travis.yml(219B)
----MANIFEST.in(125B)
----LICENSE(1KB)
----setup.cfg(22B)
----README.rst(4KB)
----tests()
--------test_custom_backend.py(2KB)
--------test_locmem_backend.py(3KB)
--------__init__.py(0B)
--------test_redis_backend.py(2KB)
--------test_sqs_backend.py(1KB)
--------test_gator.py(6KB)
--------run_all.sh(631B)
--------test_workers.py(3KB)
--------test_utils.py(1KB)
--------test_tasks.py(8KB)
----docs()
--------installing.rst(3KB)
--------requirements.txt(40B)
--------Makefile(7KB)
--------index.rst(825B)
--------conf.py(10KB)
--------migration-to-1.0.rst(3KB)
--------releasenotes()
--------make.bat(7KB)
--------extending.rst(12KB)
--------bestpractices.rst(7KB)
--------reference()
--------tutorial.rst(16KB)
--------security.rst(1KB)
--------contributing.rst(3KB)
----AUTHORS(116B)
----requirements-tests.txt(51B)