Metadata-Version: 1.1
Name: wishbone_encode_msgpack
Version: 1.0.0
Summary: A Wishbone module to convert Python dict data structures to MSGPack format.
Home-page: https://github.com/smetj/wishbone-encode-msgpack
Author: Jelle Smet
Author-email: development@smetj.net
License: UNKNOWN
Download-URL: https://github.com/smetj/wishbone-encode-msgpack/tarball/master
Description: ::
        
                      __       __    __
            .--.--.--|__.-----|  |--|  |--.-----.-----.-----.
            |  |  |  |  |__ --|     |  _  |  _  |     |  -__|
            |________|__|_____|__|__|_____|_____|__|__|_____|
                                               version 2.1.2
        
            Build composable event pipeline servers with minimal effort.
        
        
        
            =======================
            wishbone.encode.msgpack
            =======================
        
            Version: 1.0.0
        
            Converts Python dict data structures to 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
