Metadata-Version: 1.1
Name: wishbone-decode-msgpack
Version: 1.0.0
Summary: A Wishbone to Convert MSGPack data into Python dict data structures.
Home-page: https://github.com/smetj/wishbone-decode-msgpack
Author: Jelle Smet
Author-email: development@smetj.net
License: UNKNOWN
Download-URL: https://github.com/smetj/wishbone-decode-msgpack/tarball/master
Description: ::
        
                      __       __    __
            .--.--.--|__.-----|  |--|  |--.-----.-----.-----.
            |  |  |  |  |__ --|     |  _  |  _  |     |  -__|
            |________|__|_____|__|__|_____|_____|__|__|_____|
                                               version 2.1.2
        
            Build composable event pipeline servers with minimal effort.
        
        
            =======================
            wishbone.decode.msgpack
            =======================
        
            Version: 0.1.0
        
            Decodes MSGPack data into Python objects.
            -----------------------------------------
        
        
                Decodes the payload or complete events from MSGPack format.
        
                Parameters:
        
                    - complete(bool)(False)
                       |  When True encodes the complete event.  If False only
                       |  encodes the data part.
        
                Queues:
        
                    - inbox
                       |  Incoming messages
        
                    - outbox
                       |  Outgoing messges
        
Platform: Linux
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
