文件名称:pipeline:基于celery的可在运行时配置的执行管道
文件大小:39KB
文件格式:ZIP
更新时间:2024-05-21 23:27:18
Python
============================管道 在芹菜上建立的执行管道。 pipeline是一个有助于在运行时配置的Shell脚本和python函数执行的库。 快速开始 安装管道:: pip install pipeline 然后在项目中使用它: import pipeline 测验 由于重大重构,所有测试均失败。 但是,如果您喜欢漂亮的红色控制台文本,请运行以下命令: mkvirtualenv -p `which python3` pipeline tox
【文件预览】:
pipeline-master
----setup.py(911B)
----.gitignore(111B)
----requirements.txt(114B)
----MANIFEST.in(124B)
----setup.cfg(22B)
----requirements-test.txt(125B)
----README.md(502B)
----tests()
--------__init__.py(2KB)
--------integration()
--------unit()
----TODO.md(311B)
----docs()
--------Makefile(7KB)
--------index.rst(439B)
--------conf.py(8KB)
--------history.rst(28B)
--------authors.rst(28B)
--------installation.rst(194B)
--------make.bat(6KB)
--------readme.rst(27B)
--------usage.rst(77B)
--------contributing.rst(33B)
----pipeline()
--------actions.py(9KB)
--------tasks.py(4KB)
--------signals.py(2KB)
--------__init__.py(499B)
--------workspace.py(7KB)
--------command.py(1KB)
--------context.py(4KB)
--------criteria.py(3KB)
--------utils.py(2KB)
--------executor.py(2KB)
--------registry.py(2KB)
----tox.ini(446B)