Metadata-Version: 2.1
Name: automaton
Version: 2.2.1.dev5
Summary: Friendly state machines for python.
Home-page: https://docs.openstack.org/automaton/latest/
Author: OpenStack
Author-email: openstack-discuss@lists.openstack.org
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.6
License-File: LICENSE
Requires-Dist: pbr!=2.1.0,>=2.0.0
Requires-Dist: six>=1.10.0
Requires-Dist: PrettyTable<0.8,>=0.7.2

=========
Automaton
=========

.. image:: https://img.shields.io/pypi/v/automaton.svg
    :target: https://pypi.org/project/automaton/
    :alt: Latest Version

.. image:: https://img.shields.io/pypi/dm/automaton.svg
    :target: https://pypi.org/project/automaton/
    :alt: Downloads

Friendly state machines for python. The goal of this library is to provide
well documented state machine classes and associated utilities. The state
machine pattern (or the implemented variation there-of) is a commonly
used pattern and has a multitude of various usages. Some of the usages
for this library include providing state & transition validation and
running/scheduling/analyzing the execution of tasks.

* Free software: Apache license
* Documentation: https://docs.openstack.org/automaton/latest/
* Source: https://opendev.org/openstack/automaton
* Bugs: https://bugs.launchpad.net/automaton

