# HG changeset patch # User Jeff Hammel # Date 1366759267 25200 # Node ID a5020570dfa9366ffbbf715076b14a3b55eea1a8 # Parent 28133fa9e0acdee85b842ff2a1fb5c74336e14e1 more python packages diff -r 28133fa9e0ac -r a5020570dfa9 README.txt --- a/README.txt Tue Apr 23 16:09:14 2013 -0700 +++ b/README.txt Tue Apr 23 16:21:07 2013 -0700 @@ -79,18 +79,23 @@ * https://pypi.python.org/pypi/fysom pYthOn Finite State Machine +* https://pypi.python.org/pypi/graphwalker + Finite state machine based testing tool. + * https://pypi.python.org/pypi/luigi Workflow mgmgt + task scheduling + dependency resolution ^ REALLY worth looking in to -* https://pypi.python.org/pypi/workflow/1.01 +* https://pypi.python.org/pypi/ubik + Minimal and elegant packages manager + +* https://pypi.python.org/pypi/workflow Simple workflows for Python; Not sure if this is really what's needed. And....1.01??? * https://pypi.python.org/pypi/xworkflows A library implementing workflows (or state machines) for Python projects. - node.js: Those node.js people seem to know what they are doing.