Source: python-automaton Section: python Priority: optional Maintainer: Debian OpenStack Uploaders: Thomas Goirand , Corey Bryant , Build-Depends: debhelper (>= 10), dh-python, openstack-pkg-tools, python-all, python-pbr (>= 2.0.0), python-setuptools, python3-all, python3-pbr (>= 2.0.0), python3-setuptools, python3-sphinx, Build-Depends-Indep: python-coverage, python-hacking, python-oslotest (>= 1:3.2.0), python-prettytable, python-six, python-stestr (>= 2.0.0), python-testtools (>= 2.0.0), python3-openstackdocstheme (>= 1.18.1), python3-oslotest (>= 1:3.2.0), python3-prettytable, python3-six, python3-stestr (>= 2.0.0), python3-testtools (>= 2.0.0), subunit, Standards-Version: 4.1.3 Vcs-Browser: https://salsa.debian.org/openstack-team/libs/python-automaton Vcs-Git: https://salsa.debian.org/openstack-team/libs/python-automaton.git Homepage: https://github.com/openstack/automaton Package: python-automaton Architecture: all Depends: python-pbr (>= 2.0.0), python-prettytable, python-six, ${misc:Depends}, ${python:Depends}, Suggests: python-automaton-doc, Description: 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. Package: python-automaton-doc Section: doc Architecture: all Depends: python3-pbr (>= 2.0.0), python3-prettytable, python3-six, ${misc:Depends}, ${python3:Depends}, Suggests: python-automaton-doc, Description: 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. Package: python3-automaton Architecture: all Depends: python3-debtcollector (>= 0.3.0), python3-pbr (>= 1.8), python3-prettytable, python3-six (>= 1.9.0), ${misc:Depends}, ${python3:Depends}, Suggests: python-automaton-doc, Description: 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.