Metadata-Version: 2.1
Name: dxlirflowservice
Version: 1.1.0
Summary: dxlsyncurityirflowservice
Home-page: https://www.syncurity.net
Author: JP Bourget, Syncurity
License: Apache 2.0
Keywords: security,syncurity,ir-flow,orchestration,opendxl
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Requires-Python: >=2.7.9,<3
Requires-Dist: requests (==2.20.0)
Requires-Dist: irflow-client (>=1.5.6)
Requires-Dist: dxlbootstrap (>=0.2.0)
Requires-Dist: dxlclient (>=4.1.0.184)

OpenDXL IR-Flow Service
=======================

Overview
--------

The Syncurity IR-Flow DXL Python service exposes access to interact with
IR-Flow via the DXL fabric.

The purpose of this service is to allow users to invoke IR-Flow remote commands via the DXL fabric.

A single IR-Flow service can connect to a single IR-Flow instance to provide access to the remote API endpoints exposed by IR-Flow.

DXL clients can invoke ePO remote commands by sending DXL request messages via the DXL fabric. The IR-Flow DXL service handles incoming request messages and forwards them to the appropriate ePO server via secure HTTP. Responses received from the IR-Flow server are packaged by the IR-Flow DXL service as DXL response messages and sent back to the invoking DXL client.


Documentation
-------------

TODO: Provide documentation information

Bugs and Feedback
-----------------

Open an Issue

LICENSE
-------

Copyright 2018-2019

TODO: Provide license information



