🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

edgy.workflow

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

edgy.workflow

Simple workflow / finite state machine management.

0.1.3
Maintainers
1

Workflow

Workflow is a simple python library to handle finite state machines, a.k.a objects that always have a state amongst a finite list of possible states and transitions between those states.

.. image:: https://travis-ci.org/python-edgy/workflow.svg?branch=master :target: https://travis-ci.org/python-edgy/workflow

.. image:: https://readthedocs.org/projects/edgyworkflow/badge/?version=latest :target: http://edgyworkflow.readthedocs.org/en/latest/?badge=latest :alt: Documentation Status

Install :::::::

.. code-block:: shell

pip install edgy.workflow

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts