python-automaton 1.16.0-2 source package in Ubuntu

Changelog

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

  * Uploading to unstable.

 -- Thomas Goirand <email address hidden>  Tue, 16 Jul 2019 20:16:39 +0200

Upload details

Uploaded by:
Debian OpenStack
Uploaded to:
Sid
Original maintainer:
Debian OpenStack
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release main misc

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-automaton_1.16.0-2.dsc 2.3 KiB 767e47db3cf3abac1b38bd1c47d786d2650e75ae6eac769c0d1a2d4148ccd5f7
python-automaton_1.16.0.orig.tar.xz 23.1 KiB f951c475a3a69c31acce87d110200cb988be307250f904542a69f1fc34bdfe2a
python-automaton_1.16.0-2.debian.tar.xz 2.9 KiB be2cbcb7f4af65228a48e37aa3d819bfabc4d2e8e77ca0899148d1e80f6dfc38

No changes file available.

Binary packages built by this source

python-automaton-doc: 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 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.