Metadata-Version: 2.1
Name: messagemap
Version: 0.0.2
Summary: MessageMap.IO Interface to API of deployed Environment
Home-page: https://github.com/MessageMap/py-messagemap
Author: Ben Adams
Author-email: ben@messagemap.io
License: MIT
Download-URL: https://pypi.org/project/messagemap/
Keywords: Message Queue,Messages
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# py-messagemap
https://MessageMap.IO/ Python Interface

This is the Main Python Module for Sending Messages to MessageMap

Documentation for Usage:

    Class Attributes
    ----------
    address : str 
        Short name of MessageMap address "http://address.msgmap.io"
    application_id : str
        Application Id from UI
    application_apikey : str
        Application APIKey from address ApiKey

    Methods
    -------
    auth()
        Returns API Token Keys
    publish(topic, payload, version=False)
        Returns Result of Pushing messages to Topic
    publish(topic, payload, version=False)
        Returns the of subscribing applications queues message was pushed too
    pull(limit=False)
        Returns messages in the Queue for Application


