view 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
line wrap: on
line source

IntentMadeManifest
===========

python workflow engine via directed graph

As risen from the stillborn ashes:
http://k0s.org/mozilla/hg/MozbaseWorkflow/


Potential Uses
--------------

* dependency somethin somethin'


Links
-----

Python packages:

* https://pypi.python.org/pypi/finite
  Yet another finite state automaton

* https://pypi.python.org/pypi/fluidity-sm
  State machine implementation for Python objects.

* https://pypi.python.org/pypi/fysom
  pYthOn Finite State Machine

* https://pypi.python.org/pypi/workflow/1.01
  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.


State Machines:

Workflow == state machines, so an understanding from either
perspective is the same apropos the other.

* http://en.wikipedia.org/wiki/Finite-state_machine

----

Jeff Hammel