python-automaton 0.7.0-2 source package in Ubuntu

Changelog

python-automaton (0.7.0-2) unstable; urgency=medium

  * Uploading to unstable.

 -- Thomas Goirand <email address hidden>  Thu, 15 Oct 2015 17:53:49 +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 Pocket Published Component Section

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-automaton_0.7.0-2.dsc 2.7 KiB 89e3cd40e54db062511e57750b483bf103febcad0e05fe657b986b187f416c9a
python-automaton_0.7.0.orig.tar.xz 18.7 KiB 5de872af73212ee5db58595d1c51538c05ba1284c73c46b2558958a2387281bf
python-automaton_0.7.0-2.debian.tar.xz 3.1 KiB 68cabb837e70f3353dde9000322f8c1071fa40ea58ad0bc4525976ed3a650fbc

Available diffs

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: friendly state machines - doc

 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.

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.