Metadata-Version: 1.1
Name: hms_base
Version: 1.0.1
Summary: Base package for HAUM micro-services
Home-page: https://github.com/haum/hms_base
Author: Romain Porte (microjoe)
Author-email: microjoe@microjoe.org
License: MIT
Description: =============================
        hms_base, base module for HMS
        =============================
        
        This Python module is very simple and allow you to connect to the HMS network
        with the protocol already implemented.
        
        Features
        ========
        
        A basic HMS microservice can do the following:
        
        - Connect to the messaging server
        - Publish a message with a topic key
        - Receive and handle messages from various topic keys
        
        And that's it. All these functions are provided by this Python module.
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
