Metadata-Version: 2.1
Name: messagemap
Version: 0.0.1
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: GNU
Download-URL: https://pypi.org/project/messagemap/
Description: # py-messagemap
        https://MessageMap.IO/ Python Interface
        
        This is the Main Python Module for Sending Messages to MessageMap
        
        Documentation for Usage:
        
            Class Attributes
            ----------
            environment : str
                Short name of MessageMap environment "{env}.msgmap.io"
            application_id : str
                Application Id from UI
            application_apikey : str
                Application APIKey from Environment 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
Keywords: Message Queue,Messages
Platform: UNKNOWN
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
