comparison README.txt @ 2:b8be785f8e87

lets pretend that were dead...er, doing something
author Jeff Hammel <jhammel@mozilla.com>
date Sun, 07 Apr 2013 13:51:29 -0700
parents 6aafed869664
children 613d4807661e
comparison
equal deleted inserted replaced
1:6aafed869664 2:b8be785f8e87
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: 6 As risen from the stillborn ashes:
7 http://k0s.org/mozilla/hg/MozbaseWorkflow/ 7 http://k0s.org/mozilla/hg/MozbaseWorkflow/
8
9
10 Potential Uses
11 --------------
12
13 * dependency somethin somethin'
14
8 15
9 Links 16 Links
10 ----- 17 -----
11 18
12 Python packages: 19 Python packages:
18 State machine implementation for Python objects. 25 State machine implementation for Python objects.
19 26
20 * https://pypi.python.org/pypi/fysom 27 * https://pypi.python.org/pypi/fysom
21 pYthOn Finite State Machine 28 pYthOn Finite State Machine
22 29
30 * https://pypi.python.org/pypi/workflow/1.01
31 Simple workflows for Python;
32 Not sure if this is really what's needed. And....1.01???
23 33
24 Potential Uses 34 * https://pypi.python.org/pypi/xworkflows
25 -------------- 35 A library implementing workflows (or state machines) for Python projects.
26 36
27 * dependency somethin somethin' 37
38 State Machines:
39
40 Workflow == state machines, so an understanding from either
41 perspective is the same apropos the other.
42
43 * http://en.wikipedia.org/wiki/Finite-state_machine
28 44
29 ---- 45 ----
30 46
31 Jeff Hammel 47 Jeff Hammel