Metadata-Version: 1.1
Name: cord-workflow-controller-client
Version: 0.1.1
Summary: A client library for CORD Workflow Controller
Home-page: https://gerrit.opencord.org/gitweb?p=cord-workflow-controller-client.git
Author: Illyoung Choi
Author-email: iychoi@opennetworking.org
License: Apache v2
Description: CORD Workflow Controller Client
        ===============================
        A CORD Workflow Controller Client Library.
        This library allows users to communicate to CORD Workflow Controller.
        There are three classes provided, Manager, Probe and WorkflwoRun.
        
        Manager
        -------
        This class is used to act as a workflow manager.
        Workflow Managers manage **workflow registration** and handle **kickstart** events.
        
        Probe
        -----
        This class is used to act as a probe.
        Probes emit events to CORD Workflow Controller.
        
        WorkflowRun
        -----------
        This class is used to act as a workflow run.
        Workflow Runs are used by workflow instances to receive events emitted by Probes.
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: Apache Software License
