Metadata-Version: 1.0
Name: pyfse
Version: 0.0.5
Summary:  pyfse: python finite state engine (machine)

Home-page: http://pyfse.googlecode.com/
Author: Jean-Lou Dupont
Author-email: python (at) jldupont.com
License: UNKNOWN
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.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
        
        .. _SVN: http://pyfse.googlecode.com/
        .. _doc: http://pyfse.googlecode.com/svn/trunk/pyfse/docs/html/index.html
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: Public Domain
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
