Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yakimka/fstatemachine
Python finite state machine package
https://github.com/yakimka/fstatemachine
finite-state-machine package python python3 state-machine
Last synced: 13 days ago
JSON representation
Python finite state machine package
- Host: GitHub
- URL: https://github.com/yakimka/fstatemachine
- Owner: yakimka
- License: mit
- Created: 2021-07-09T10:32:35.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-11-05T20:01:30.000Z (about 3 years ago)
- Last Synced: 2024-11-22T15:17:25.627Z (2 months ago)
- Topics: finite-state-machine, package, python, python3, state-machine
- Language: Python
- Homepage: https://fstatemachine.readthedocs.io/
- Size: 26.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
Python finite state machine package
===================================|pypi| |downloads| |ci| |coverage| |docs|
Simple finite state machine implementation written in Python
Online documentation is at https://fstatemachine.readthedocs.io/.
Bugs can be reported to https://github.com/yakimka/fstatemachine. The code can also
be found there... |ci| image:: https://github.com/yakimka/fstatemachine/workflows/Run%20linters,%20tests%20and%20upload%20to%20pypi/badge.svg
:target: https://github.com/yakimka/fstatemachine/actions
.. |coverage| image:: https://codecov.io/gh/yakimka/fstatemachine/branch/master/graph/badge.svg?token=5YNW56XJQT
:target: https://codecov.io/gh/yakimka/fstatemachine
.. |docs| image:: https://readthedocs.org/projects/fstatemachine/badge/?version=latest
:target: https://fstatemachine.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status
.. |pypi| image:: https://img.shields.io/pypi/v/fstatemachine.svg
:target: https://pypi.org/project/fstatemachine/
:alt: fstatemachine on PyPI
.. |downloads| image:: https://static.pepy.tech/personalized-badge/fstatemachine?period=total&units=none&left_color=grey&right_color=blue&left_text=downloads
:target: https://pepy.tech/project/fstatemachine
:alt: PyPI - Downloads