msgpack-python
MessagePack (de)serializer
MessagePack (de)serializer
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
MessagePack (de)serializer
Last Updated
Jun 27, 2025 at 08:14
License
Apache-2.0
Total Downloads
35.2K
Supported Platforms
Unsupported Platforms
Home
https://msgpack.orgGitHub Repository
https://github.com/msgpack/msgpack-pythonDocumentation
https://github.com/msgpack/msgpack/blob/master/spec.md