automaton


Nameautomaton JSON
Version 3.2.0 PyPI version JSON
download
home_pagehttps://docs.openstack.org/automaton/latest/
SummaryFriendly state machines for python.
upload_time2023-08-31 10:01:33
maintainer
docs_urlNone
authorOpenStack
requires_python>=3.8
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            =========
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




            

Raw data

            {
    "_id": null,
    "home_page": "https://docs.openstack.org/automaton/latest/",
    "name": "automaton",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "",
    "author": "OpenStack",
    "author_email": "openstack-discuss@lists.openstack.org",
    "download_url": "https://files.pythonhosted.org/packages/0c/45/3e1d54fd3ce19b75fe28600d938ae2202edf3bd83fc2f154634e592cef19/automaton-3.2.0.tar.gz",
    "platform": null,
    "description": "=========\nAutomaton\n=========\n\n.. image:: https://img.shields.io/pypi/v/automaton.svg\n    :target: https://pypi.org/project/automaton/\n    :alt: Latest Version\n\n.. image:: https://img.shields.io/pypi/dm/automaton.svg\n    :target: https://pypi.org/project/automaton/\n    :alt: Downloads\n\nFriendly state machines for python. The goal of this library is to provide\nwell documented state machine classes and associated utilities. The state\nmachine pattern (or the implemented variation there-of) is a commonly\nused pattern and has a multitude of various usages. Some of the usages\nfor this library include providing state & transition validation and\nrunning/scheduling/analyzing the execution of tasks.\n\n* Free software: Apache license\n* Documentation: https://docs.openstack.org/automaton/latest/\n* Source: https://opendev.org/openstack/automaton\n* Bugs: https://bugs.launchpad.net/automaton\n\n\n\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Friendly state machines for python.",
    "version": "3.2.0",
    "project_urls": {
        "Homepage": "https://docs.openstack.org/automaton/latest/"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "dd0e4688725673df6a48378775dd1d54c0f2cb86694e9ec83b4b4b2e2bd9f684",
                "md5": "6accec379a2db53dc311007571adfce2",
                "sha256": "4de0902b214d9e2070fdc1816856251737f007340cffd3c89474be0efda15ee1"
            },
            "downloads": -1,
            "filename": "automaton-3.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6accec379a2db53dc311007571adfce2",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 22498,
            "upload_time": "2023-08-31T10:01:31",
            "upload_time_iso_8601": "2023-08-31T10:01:31.608476Z",
            "url": "https://files.pythonhosted.org/packages/dd/0e/4688725673df6a48378775dd1d54c0f2cb86694e9ec83b4b4b2e2bd9f684/automaton-3.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0c453e1d54fd3ce19b75fe28600d938ae2202edf3bd83fc2f154634e592cef19",
                "md5": "dff4ce67805e3b601439919d995f03e0",
                "sha256": "047670886e9bc316e3915c23b092cde501d49cae0d37a93ac6dde34b5044b2cc"
            },
            "downloads": -1,
            "filename": "automaton-3.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "dff4ce67805e3b601439919d995f03e0",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 34778,
            "upload_time": "2023-08-31T10:01:33",
            "upload_time_iso_8601": "2023-08-31T10:01:33.105118Z",
            "url": "https://files.pythonhosted.org/packages/0c/45/3e1d54fd3ce19b75fe28600d938ae2202edf3bd83fc2f154634e592cef19/automaton-3.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-31 10:01:33",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "automaton"
}
        
Elapsed time: 0.11364s