[ 原始碼: python-automaton ]
套件:python3-automaton(3.2.0-2)
python3-automaton 的相關連結
Debian 的資源:
下載原始碼套件 python-automaton:
- [python-automaton_3.2.0-2.dsc]
- [python-automaton_3.2.0.orig.tar.xz]
- [python-automaton_3.2.0-2.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
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 Python 3.x module.
其他與 python3-automaton 有關的套件
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-debtcollector
- collection of patterns to collect technical debt - Python 3.x
-
- dep: python3-pbr
- inject useful and sensible default behaviors into setuptools - Python 3.x
-
- dep: python3-prettytable
- library to represent tabular data in visually appealing ASCII tables (Python3)
-
- sug: python-automaton-doc
- friendly state machines - Python 3.x