[ ソース: python-automaton ]
パッケージ: python3-automaton (2.2.0-2)
python3-automaton に関するリンク
Debian の資源:
python-automaton ソースパッケージをダウンロード:
- [python-automaton_2.2.0-2.dsc]
- [python-automaton_2.2.0.orig.tar.xz]
- [python-automaton_2.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
- 対話式の高レベルオブジェクト指向言語 (デフォルト python3 バージョン)
-
- 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)
以下のパッケージによって提供される仮想パッケージでもあります: python3-ptable
-
- dep: python3-six (>= 1.10.0)
- Python 2 と 3 の互換性ライブラリー(Python 3 インターフェイス)
-
- sug: python-automaton-doc
- friendly state machines - Python 3.x