Metadata-Version: 1.1
Name: statechart
Version: 0.2.3
Summary: Python UML statechart framework
Home-page: https://github.com/leighmck/statechart
Author: Leigh McKenzie
Author-email: maccarav0@gmail.com
License: ISCL
Description: ===============================
        Python Statechart
        ===============================
        
        .. image:: https://img.shields.io/pypi/v/statechart.svg
                :target: https://pypi.python.org/pypi/statechart
        
        .. image:: https://img.shields.io/travis/leighmck/statechart.svg
                :target: https://travis-ci.org/leighmck/statechart
        
        .. image:: https://readthedocs.org/projects/statechart/badge/?version=latest
                :target: https://readthedocs.org/projects/statechart/?badge=latest
                :alt: Documentation Status
        
        
        Python UML statechart framework
        
        * Free software: ISC license
        * Documentation: https://statechart.readthedocs.org.
        
        
        =======
        History
        =======
        
        0.2.0 (2016-08-02)
        ------------------
        
        * First release on PyPI.
        
        0.2.1 (2016-08-07)
        ------------------
        
        * Final state bug fixes.
        
        0.2.2 (2016-08-08)
        ------------------
        
        * Default transition bug fix.
        
        0.2.3 (2016-08-10)
        ------------------
        
        * Consume event dispatched by child state unless a final state activated.
        
Keywords: statechart
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: ISC License (ISCL)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
