python-automaton 2.4.0-0ubuntu1 source package in Ubuntu

Changelog

python-automaton (2.4.0-0ubuntu1) impish; urgency=medium

  * New upstream release for OpenStack Xena.

 -- Corey Bryant <email address hidden>  Tue, 07 Sep 2021 15:31:54 -0400

Upload details

Uploaded by:
Corey Bryant
Uploaded to:
Impish
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release main misc
Lunar release main misc
Jammy release main misc

Builds

Impish: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-automaton_2.4.0.orig.tar.gz 33.6 KiB 650c9b9e1155924dba7655fb4a303911e30a2606ea9303a9ebf95152d2ddcf19
python-automaton_2.4.0-0ubuntu1.debian.tar.xz 3.3 KiB 0e080d5cea497cd1775d57abbe9af2579818a1cc5410bcbcac03bd90d58e41fd
python-automaton_2.4.0-0ubuntu1.dsc 2.6 KiB 67e6e88c593e4f664ce52c6e260a205636e4fa76ccd05841bc06beb6ded855a1

Available diffs

View changes file

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.