msgpack-python
MessagePack (de)serializer
MessagePack (de)serializer
To install this package, run one of the following:
MessagePack lets you exchange data among multiple languages like JSON. But it is 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.
Summary
MessagePack (de)serializer
Last Updated
Mar 11, 2021 at 00:09
License
Apache-2.0
Total Downloads
16
Supported Platforms
Home
http://msgpack.org/GitHub Repository
https://github.com/msgpack/msgpackDocumentation
http://msgpack-python.readthedocs.io/