changeset 12:a5020570dfa9

more python packages
author Jeff Hammel <jhammel@mozilla.com>
date Tue, 23 Apr 2013 16:21:07 -0700
parents 28133fa9e0ac
children 702409a27dac
files README.txt
diffstat 1 files changed, 7 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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.