Metadata-Version: 1.1
Name: async-fsm
Version: 0.1.0
Summary: A finite state machine implementation with asyncio
Home-page: https://github.com/benthomasson/async_fsm
Author: Ben Thomasson
Author-email: bthomass@redhat.com
License: Apache Software License 2.0
Description: =========
        Async FSM
        =========
        
        
        .. image:: https://img.shields.io/pypi/v/async_fsm.svg
                :target: https://pypi.python.org/pypi/async_fsm
        
        .. image:: https://img.shields.io/travis/benthomasson/async_fsm.svg
                :target: https://travis-ci.org/benthomasson/async_fsm
        
        .. image:: https://readthedocs.org/projects/async-fsm/badge/?version=latest
                :target: https://async-fsm.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        
        
        
        A finite state machine implementation with asyncio
        
        
        * Free software: Apache Software License 2.0
        * Documentation: https://async-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 (2019-05-20)
        ------------------
        
        * First release on PyPI.
        
Keywords: async_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
