Metadata-Version: 1.1
Name: super-state-machine
Version: 0.1.0
Summary: Super State Machine gives you utilities to build finite state machines.
Home-page: https://github.com/beregond/super_state_machine
Author: Szczepan Cieślik
Author-email: szczepan.cieslik@gmail.com
License: BSD
Description: ===================
        Super State Machine
        ===================
        
        .. image:: https://badge.fury.io/py/super_state_machine.png
            :target: http://badge.fury.io/py/super_state_machine
        
        .. image:: https://travis-ci.org/beregond/super_state_machine.png?branch=master
                :target: https://travis-ci.org/beregond/super_state_machine
        
        .. image:: https://pypip.in/d/super_state_machine/badge.png
                :target: https://pypi.python.org/pypi/super_state_machine
        
        
        Super State Machine gives you utilities to build finite state machines.
        
        * Free software: BSD license
        * Documentation: https://super_state_machine.readthedocs.org
        * Source: https://github.com/beregond/super_state_machine
        
        Features
        --------
        
        * TODO
        
        
        
        
        History
        -------
        
        0.1.0 (2014-08-08)
        ---------------------
        
        * First release on PyPI.
        * Added utilities to create simple state machine.
        
Keywords: super_state_machine
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
