Metadata-Version: 2.1
Name: exoedge
Version: 19.7.17
Summary: ExoEdge is the Python library for interacting with Exosite's ExoSense Industrial IoT Solution.
Home-page: https://github.com/exosite/lib_exoedge_python
Author: Exosite LLC
Author-email: support@exosite.com
License: Apache 2.0
Description-Content-Type: UNKNOWN
Keywords: murano exosite iot iiot gateway edge exoedge exosense
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Topic :: Internet
Classifier: Topic :: Software Development :: Embedded Systems
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Scientific/Engineering :: Interface Engine/Protocol Translator
Classifier: Intended Audience :: Manufacturing
Classifier: Intended Audience :: Healthcare Industry
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Telecommunications Industry
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Requires-Python: >= 2.7.9, <4
Requires-Dist: appdirs
Requires-Dist: docopt (>=0.6.2)
Requires-Dist: jsonschema
Requires-Dist: pureyaml
Requires-Dist: murano-client (>=19.5.8)
Requires-Dist: ruamel.yaml

ExoEdge
========

.. image:: https://travis-ci.com/exosite/lib_exoedge_python.svg?token=tgjcyH1MG5sXqcVsD1kG&branch=master
    :target: https://travis-ci.com/exosite/lib_exoedge_python

ExoEdge is the Exosite's developed and maintained client to `ExoSense <https://exosense.readme.io>`_. ExoSense provides configuration objects that conform to data schemas. ExoEdge interprets these schema-driven objects and configures industrial IoT gateways to give their data to ExoSense according to schema. ExoEdge is a schema based IIoT gateway that runs on most linux-based platforms.

Requirements
---------------

* Python 2.7.9+, 3.5, 3.6, 3.7

**NOTE:** In most cases, having a linux gateway is enough as long as the Python requirements are met. ExoEdge is pure-python, which means there is no need for ``gcc`` or ``python-dev`` in order to install and run it.

For information on ExoEdge usage or getting ExoSense for your solution, email `Support <support@exosite.com>`_ or visit `ExoSense <https://exosense.readme.io>`_.


