Metadata-Version: 1.2
Name: mood.msgpack
Version: 1.0.0
Summary: Python MessagePack implementation
Home-page: https://github.com/lekma/mood.msgpack
Author: Malek Hadj-Ali
Author-email: lekmalek@gmail.com
License: GNU General Public License v3 (GPLv3)
Download-URL: https://github.com/lekma/mood.msgpack/releases
Project-URL: Bug Tracker, https://github.com/lekma/mood.msgpack/issues
Description-Content-Type: text
Description: 
        mood.msgpack
        
        Python MessagePack implementation
        
        MessagePack is an efficient binary serialization format. It lets you exchange
        data among multiple languages like JSON. But it's faster and smaller.
        Small integers are encoded into a single byte, and typical short strings require
        only one extra byte in addition to the strings themselves.
        
        See https://github.com/lekma/mood.msgpack for more info.
        
Keywords: messagepack msgpack
Platform: POSIX
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: Implementation :: CPython
Requires-Python: ~=3.5
