Metadata-Version: 2.1
Name: datek-async-fsm
Version: 0.2.0
Summary: Asynchronous Finite State Machine
Home-page: https://github.com/DAtek/datek-async-fsm/
License: MIT
Author: Attila Dudas
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.9
Project-URL: Repository, https://github.com/DAtek/datek-async-fsm/
Description-Content-Type: text/markdown

[![codecov](https://codecov.io/gh/DAtek/datek-async-fsm/branch/master/graph/badge.svg?token=4OHS9GMM5D)](https://codecov.io/gh/DAtek/datek-async-fsm)
<a href="https://github.com/psf/black"><img alt="Code style: black" src="https://img.shields.io/badge/code%20style-black-000000.svg"></a>
<a href="https://github.com/psf/black/blob/main/LICENSE"><img alt="License: MIT" src="https://black.readthedocs.io/en/stable/_static/license.svg"></a>

# Asynchronous Finite State Machine
For an example see [`tests/example.py`](https://gitlab.com/DAtek/datek-async-fsm/-/blob/master/tests/example.py)
