python-automaton 3.2.0-0ubuntu1 source package in Ubuntu

Changelog

python-automaton (3.2.0-0ubuntu1) noble; urgency=medium

  [ Corey Bryant ]
  * d/gbp.conf, .launchpad.yaml: Sync from cloud-archive-tools for
    caracal.

  [ James Page ]
  * New upstream release.

 -- James Page <email address hidden>  Thu, 18 Jan 2024 13:12:57 +0000

Upload details

Uploaded by:
James Page
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release main misc
Noble release main misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-automaton_3.2.0.orig.tar.gz 34.0 KiB 047670886e9bc316e3915c23b092cde501d49cae0d37a93ac6dde34b5044b2cc
python-automaton_3.2.0-0ubuntu1.debian.tar.xz 3.4 KiB 0019edba1913c59673053cae2cebfc82b0b3fe1184f682248b26ece6545cc424
python-automaton_3.2.0-0ubuntu1.dsc 2.6 KiB f1a7247752b28f08f42cd4024e9e6b72ed412b396ba22995786f82bf92763a59

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.