comparison README.txt @ 12:a5020570dfa9

more python packages
author Jeff Hammel <jhammel@mozilla.com>
date Tue, 23 Apr 2013 16:21:07 -0700
parents 28133fa9e0ac
children 702409a27dac
comparison
equal deleted inserted replaced
11:28133fa9e0ac 12:a5020570dfa9
77 State machine implementation for Python objects. 77 State machine implementation for Python objects.
78 78
79 * https://pypi.python.org/pypi/fysom 79 * https://pypi.python.org/pypi/fysom
80 pYthOn Finite State Machine 80 pYthOn Finite State Machine
81 81
82 * https://pypi.python.org/pypi/graphwalker
83 Finite state machine based testing tool.
84
82 * https://pypi.python.org/pypi/luigi 85 * https://pypi.python.org/pypi/luigi
83 Workflow mgmgt + task scheduling + dependency resolution 86 Workflow mgmgt + task scheduling + dependency resolution
84 ^ REALLY worth looking in to 87 ^ REALLY worth looking in to
85 88
86 * https://pypi.python.org/pypi/workflow/1.01 89 * https://pypi.python.org/pypi/ubik
90 Minimal and elegant packages manager
91
92 * https://pypi.python.org/pypi/workflow
87 Simple workflows for Python; 93 Simple workflows for Python;
88 Not sure if this is really what's needed. And....1.01??? 94 Not sure if this is really what's needed. And....1.01???
89 95
90 * https://pypi.python.org/pypi/xworkflows 96 * https://pypi.python.org/pypi/xworkflows
91 A library implementing workflows (or state machines) for Python projects. 97 A library implementing workflows (or state machines) for Python projects.
92
93 98
94 node.js: 99 node.js:
95 100
96 Those node.js people seem to know what they are doing. 101 Those node.js people seem to know what they are doing.
97 102