Mercurial > hg > IntentMadeManifest
changeset 19:74ada5cb1cb8 default tip
more tools
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Fri, 04 Dec 2015 12:55:31 -0800 |
parents | 4fd7fb12b782 |
children | |
files | README.txt |
diffstat | 1 files changed, 9 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/README.txt Thu Aug 22 13:08:36 2013 -0700 +++ b/README.txt Fri Dec 04 12:55:31 2015 -0800 @@ -70,7 +70,12 @@ /Links to software and other communiques/ -Python packages: +Python: + +python.org itself has a page on flow based programming: +https://wiki.python.org/moin/FlowBasedProgramming + +In addition there are some excellent packages: * https://pypi.python.org/pypi/pypipegraph/ A workflow (job) engine/pipeline for bioinformatics and scientific @@ -102,6 +107,9 @@ Workflow mgmgt + task scheduling + dependency resolution ^ REALLY worth looking in to +* https://pypi.python.org/pypi/PySS + Python Statechart Simulator for Python >=3.4 + * https://pypi.python.org/pypi/pyscxml A pure Python SCXML parser/interpreter (see also: https://github.com/jroxendal/PySCXML)