# HG changeset patch # User Jeff Hammel # Date 1449262531 28800 # Node ID 74ada5cb1cb84ca349df5c21e8d45f9b49d6cf81 # Parent 4fd7fb12b782a0378a0f1cc3f03ff9b8a71090eb more tools diff -r 4fd7fb12b782 -r 74ada5cb1cb8 README.txt --- 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)