msgpack-python
An efficient binary serialization format
An efficient binary serialization format
To install this package, run one of the following:
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.
Summary
An efficient binary serialization format
Last Updated
Dec 10, 2019 at 23:07
License
Apache
Total Downloads
999
Supported Platforms
Home
http://msgpack.org/GitHub Repository
https://github.com/msgpack/msgpackDocumentation
https://github.com/msgpack/msgpack/blob/master/spec.md