Metadata-Version: 1.2
Name: Skeiron
Version: 0.1.2
Summary: Skeiron provides a Forwarding/Echo/Collect/Distribute service.
Home-page: https://gitlab.com/pelops/skeiron/
Author: Tobias Gawron-Deutsch
Author-email: tobias@strix.at
License: MIT license
Description: Skeiron provides a Forwarding/Echo/Collect/Distribute service. \*
        Forwarding - incoming message will be forwarded to configured topic. \*
        Echo - incoming message will be returned to the same topic. \* Collect -
        service subscribes to several topics and forwards all incoming message
        to the configured topic. \* Distribute - messages from a single topic
        will be published to multiple topics. \* Multiply - messages from serval
        topics are forwared to multiplie topics.
        
        .. figure:: img/Microservice%20Overview.png
           :alt: Pelops Overview
        
           Pelops Overview
        
        ``Skeiron`` is part of the collection of mqtt based microservices
        `pelops <https://gitlab.com/pelops>`__. An overview on the microservice
        architecture and examples can be found at
        (http://gitlab.com/pelops/pelops).
        
        
Keywords: mqtt forward echo relay service
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Environment :: No Input/Output (Daemon)
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Utilities
Classifier: Topic :: Home Automation
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.5
