Metadata-Version: 1.1
Name: Hsm
Version: 0.1.5
Summary: Hsm is a hierarchical state machines library designed for very large hand written state machines.
Home-page: http://pyhsm.org
Author: Fabio N. Filasieno
Author-email: fabio@filasieno.com
License: LICENSE.txt
Description: ==========
         Hsm 0.1.2
        ==========
        
        Hsm is a hierarchical state machines library designed for
        very large hand written state machines.
        
        Hsm is designed to be concise, i.e. let the user read and write 
        state machines very easily.
        
        It defines a custom metaclass to support:
          - *classes* as states
          - *on_xxx methods* as event handler
          - automatically adds send_xxx when an on_xx handler is available
          - @initial_state to define the initial state of a non-leaf state
          - @error_state to define the error_state of a non-leaf state
          
        Faster, simpler to write, easier to read the other python hsm frameworks.
          
        Check the hsm.test and doc/ for documentation. More formal documentation available soon.
        
        Cheers
        
        *Contributor List*:
        Fabio N. Filasieno
        Enea Bionda
        
        
        
Platform: UNKNOWN
Provides: hsm
