comparison README.txt @ 19:74ada5cb1cb8 default tip

more tools
author Jeff Hammel <k0scist@gmail.com>
date Fri, 04 Dec 2015 12:55:31 -0800
parents 4fd7fb12b782
children
comparison
equal deleted inserted replaced
18:4fd7fb12b782 19:74ada5cb1cb8
68 ----- 68 -----
69 69
70 /Links to software and other communiques/ 70 /Links to software and other communiques/
71 71
72 72
73 Python packages: 73 Python:
74
75 python.org itself has a page on flow based programming:
76 https://wiki.python.org/moin/FlowBasedProgramming
77
78 In addition there are some excellent packages:
74 79
75 * https://pypi.python.org/pypi/pypipegraph/ 80 * https://pypi.python.org/pypi/pypipegraph/
76 A workflow (job) engine/pipeline for bioinformatics and scientific 81 A workflow (job) engine/pipeline for bioinformatics and scientific
77 computing. 82 computing.
78 http://code.google.com/p/pypipegraph/ 83 http://code.google.com/p/pypipegraph/
99 Finite state machine based testing tool. 104 Finite state machine based testing tool.
100 105
101 * https://pypi.python.org/pypi/luigi 106 * https://pypi.python.org/pypi/luigi
102 Workflow mgmgt + task scheduling + dependency resolution 107 Workflow mgmgt + task scheduling + dependency resolution
103 ^ REALLY worth looking in to 108 ^ REALLY worth looking in to
109
110 * https://pypi.python.org/pypi/PySS
111 Python Statechart Simulator for Python >=3.4
104 112
105 * https://pypi.python.org/pypi/pyscxml 113 * https://pypi.python.org/pypi/pyscxml
106 A pure Python SCXML parser/interpreter 114 A pure Python SCXML parser/interpreter
107 (see also: https://github.com/jroxendal/PySCXML) 115 (see also: https://github.com/jroxendal/PySCXML)
108 116