Metadata-Version: 1.1
Name: gevent-fsm
Version: 0.2.0
Summary: Finite State Machines with Gevent
Home-page: https://github.com/benthomasson/gevent-fsm
Author: Ben Thomasson
Author-email: ben.thomasson@gmail.com
License: Apache Software License 2.0
Description: ==========
        Gevent FSM
        ==========
        
        
        .. image:: https://img.shields.io/pypi/v/gevent_fsm.svg
                :target: https://pypi.python.org/pypi/gevent_fsm
        
        .. image:: https://img.shields.io/travis/benthomasson/gevent_fsm.svg
                :target: https://travis-ci.org/benthomasson/gevent_fsm
        
        .. image:: https://readthedocs.org/projects/gevent-fsm/badge/?version=latest
                :target: https://gevent-fsm.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        
        
        
        Finite State Machines with Gevent
        
        
        * Free software: Apache Software License 2.0
        * Documentation: https://gevent-fsm.readthedocs.io.
        
        
        Features
        --------
        
        * TODO
        
        Credits
        -------
        
        This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.
        
        .. _Cookiecutter: https://github.com/audreyr/cookiecutter
        .. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
        
        
        =======
        History
        =======
        
        0.1.0 (2018-11-08)
        ------------------
        
        * First release on PyPI.
        
        0.2.0 (2018-11-09)
        ------------------
        
        * Adds the tools get_fsm and fsm_generate_diffs
        
Keywords: gevent_fsm
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
