comparison README.txt @ 1:6aafed869664

notes to self
author Jeff Hammel <jhammel@mozilla.com>
date Sun, 07 Apr 2013 03:29:48 -0700
parents 67cfeffa0d90
children b8be785f8e87
comparison
equal deleted inserted replaced
0:67cfeffa0d90 1:6aafed869664
1 IntentMadeManifest 1 IntentMadeManifest
2 =========== 2 ===========
3 3
4 python workflow engine via directed graph 4 python workflow engine via directed graph
5 5
6 As risen from the stillborn ashes:
7 http://k0s.org/mozilla/hg/MozbaseWorkflow/
8
9 Links
10 -----
11
12 Python packages:
13
14 * https://pypi.python.org/pypi/finite
15 Yet another finite state automaton
16
17 * https://pypi.python.org/pypi/fluidity-sm
18 State machine implementation for Python objects.
19
20 * https://pypi.python.org/pypi/fysom
21 pYthOn Finite State Machine
22
23
24 Potential Uses
25 --------------
26
27 * dependency somethin somethin'
28
6 ---- 29 ----
7 30
8 Jeff Hammel 31 Jeff Hammel
9
10
11