文件名称:pypette:用于构建复杂管道的极其简单的流量控制器
文件大小:334KB
文件格式:ZIP
更新时间:2024-05-22 13:10:43
python multiprocessing multithreading threads Python
pypette(将被称为移液器)是一个模块,它使构建管道异常简单,允许用户以最少的指令控制流。 特征 界面非常简单。 能够在终端舒适的范围内查看管道结构。 如果需要,以异常恢复方式运行管道。 轻松创建对管道的依赖关系。 在方便的终端范围内生成易于查看/理解的报告。 设置 使用点 pip install pypette 直接从存储库 git clone https://github.com/csurfer/pypette.git python pypette/setup.py install 文献资料 详细文档可以在找到 结构体 工作 执行的基本单位,例如python方法或可调用的。 from pypette import Job def print_hello (): print ( "Hello!" ) def print_hello_msg ( msg ):
【文件预览】:
pypette-master
----MANIFEST.in(26B)
----.travis.yml(329B)
----README.rst(6KB)
----.coveragerc(40B)
----docs()
--------.nojekyll(0B)
--------api.rst(543B)
--------structures.rst(9KB)
--------conf.py(5KB)
--------make.bat(811B)
--------_templates()
--------index.html(72B)
--------.DS_Store(6KB)
--------_build()
--------Makefile(604B)
--------index.rst(4KB)
--------_static()
----Pipfile(218B)
----_config.yml(25B)
----tests()
--------pipes_test.py(7KB)
--------threadwrapper_test.py(1KB)
--------jobs_test.py(3KB)
--------__init__.py(0B)
----LICENSE(1KB)
----Pipfile.lock(11KB)
----HISTORY.rst(1KB)
----setup.cfg(107B)
----requirements.txt(8B)
----examples()
--------basic.py(3KB)
----setup.py(2KB)
----.gitignore(77B)
----pypette()
--------threadwrapper.py(2KB)
--------pipes.py(10KB)
--------jobs.py(2KB)
--------__init__.py(362B)
--------__version__.py(539B)
----README.md(6KB)