python-automaton 1.2.0-1 source package in Ubuntu
Changelog
python-automaton (1.2.0-1) unstable; urgency=medium * New upstream release. * Fixed (build-)depends for this release. -- Thomas Goirand <email address hidden> Mon, 04 Apr 2016 17:08:34 +0000
Upload details
- Uploaded by:
- PKG OpenStack
- Uploaded to:
- Sid
- Original maintainer:
- PKG OpenStack
- Architectures:
- all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Xenial | release | main | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
python-automaton_1.2.0-1.dsc | 2.7 KiB | ffff2ac6945450c6cd22228987139f6f72cca87fa38cc378e1b8b9c31a3730b4 |
python-automaton_1.2.0.orig.tar.xz | 20.1 KiB | 3e4c7a97c29b720ba36b055e3e891984333c8cb5f9cca5a4e9f932a1088c1085 |
python-automaton_1.2.0-1.debian.tar.xz | 3.2 KiB | 70702c88dde8824ecc32972d4b261eb1a173432ed58eebbc3c8cbb74b0b4a9c7 |
Available diffs
- diff from 0.7.0-2 to 1.2.0-1 (6.3 KiB)
No changes file available.
Binary packages built by this source
- python-automaton: friendly state machines - Python 2.7
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 2.7 module.
- python-automaton-doc: No summary available for python-automaton-doc in ubuntu yakkety.
No description available for python-
automaton- doc in ubuntu yakkety.
- python3-automaton: 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.