软件包: python3-automaton (2.4.0-0ubuntu1)
python3-automaton 的相关链接
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 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 (>= 2.0.0)
- inject useful and sensible default behaviors into setuptools - Python 3.x
-
- dep: python3-prettytable (>= 0.7.2)
- library to represent tabular data in visually appealing ASCII tables (Python3)
同时作为一个虚包由这些包填实: python3-ptable
-
- dep: python3-six (>= 1.10.0)
- Python 2 and 3 compatibility library (Python 3 interface)
-
- sug: python-automaton-doc
- friendly state machines - Python 3.x