套件: python-automaton-doc (2.4.0-0ubuntu1)
python-automaton-doc 的相關超連結
Trisquel 的資源:
下載原始碼套件 python-automaton:
- [python-automaton_2.4.0-0ubuntu1.dsc]
- [python-automaton_2.4.0.orig.tar.gz]
- [python-automaton_2.4.0-0ubuntu1.debian.tar.xz]
維護者:
Original Maintainers:
- Debian OpenStack
- Thomas Goirand
- Corey Bryant
外部的資源:
- 主頁 [opendev.org]
相似套件:
friendly state machines - Python 3.x
Automaton is a friendly state machines for Python. This state machine can be used to automatically run a given set of transitions and states in response to events (either from callbacks or from generator/iterator send() values, see PEP 342). On each triggered event, a on_enter and on_exit callback can also be provided which will be called to perform some type of action on leaving a prior state and before entering a new state.
This package contains the documentation.