Metadata-Version: 2.0
Name: statechart
Version: 0.3.0
Summary: Python UML statechart framework
Home-page: https://github.com/leighmck/statechart
Author: Leigh McKenzie
Author-email: maccarav0@gmail.com
License: ISCL
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

===============================
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.

0.2.4 (2016-08-21)
------------------

* Fix internal transition acting like local transition.

0.3.0 (2016-10-16)
------------------

* Implement display module to generate Plant UML code of a statechart.
* Raise runtime exception if an action is defined on top level statechart.


