celery-director:使用Celery构建工作流的简单而快速的框架

时间:2021-05-01 09:26:23
【文件属性】:
文件名称:celery-director:使用Celery构建工作流的简单而快速的框架
文件大小:1.19MB
文件格式:ZIP
更新时间:2021-05-01 09:26:23
python workflow celery Python Director是一个简单而快速的框架,用于使用Celery管理任务和构建工作流。 目的是通过提供以下内容来使Celery易于使用: 一个WebUI来跟踪任务状态, API和CLI来管理和执行工作流程, 一种YAML语法,用于将任务合并到工作流程中, 定期启动整个工作流程的能力, 和许多其他。 了解如何使用主任与在快速入门和指南。 安装 使用pip安装最新版本的Director(至少需要Python 3.6 ): pip install celery-director 用法 用Python编写代码 # tasks/orders.py from director import task from . utils import Order , Mail @ task ( name = "ORDER_PRODUCT" ) def order_product ( * args ,
【文件预览】:
celery-director-master
----setup.py(2KB)
----.gitignore(259B)
----requirements.txt(454B)
----director()
--------api()
--------templates()
--------__init__.py(4KB)
--------extensions.py(6KB)
--------builder.py(3KB)
--------models()
--------context.py(278B)
--------static()
--------views()
--------cli.py(652B)
--------utils.py(1KB)
--------VERSION(6B)
--------migrations()
--------commands()
--------_auto.py(120B)
--------settings.py(3KB)
--------tasks()
--------auth.py(1KB)
--------exceptions.py(223B)
----CONTRIBUTORS(792B)
----.travis.yml(876B)
----MANIFEST.in(193B)
----CONTRIBUTING.md(3KB)
----LICENSE(1KB)
----CHANGELOG.md(3KB)
----.github()
--------CODEOWNERS(101B)
----README.md(3KB)
----tests()
--------conftest.py(3KB)
--------test_sentry.py(824B)
--------__init__.py(0B)
--------test_api.py(9KB)
--------test_views.py(891B)
--------test_builder.py(4KB)
--------README.md(500B)
--------workflows()
--------test_auth.py(810B)
--------test_users.py(895B)
--------test_workflows.py(12KB)
----pytest.ini(75B)
----logo.png(7KB)
----director.gif(410KB)
----docs()
--------README.md(776B)
--------mkdocs.yml(696B)
--------docs()
----AUTHORS(463B)

网友评论