pyfse: python finite state engine (machine)
Project description
This project consists in helper classes used to design FSM (Finite State Machines) from pure python classes.
Example usage is included in /tests. Additional documentation can be found in doc.
Changelog
0.1.1
Added integration with MsgLogger from pyjld.logger package
0.1.0
Added support for positional & keyword arguments
0.0.6
Modified action_method to increase separation of concern
0.0.5
Added support for more action_method
0.0.4
Backward compatibility breakage
Added action_method support to transition table
0.0.3
Added the ‘attractor’ transition
0.0.2
Removed unnecessary imports
0.0.1
Initial alpha release
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.