Description
MessagePack data can be serialized and deserialized by legacy Python 2 applications with a compact pure-Python implementation. This library helps programs exchange binary structured data with files and services.
It can decode untrusted binary input supplied by the caller. Validate expected types, lengths, and schema before trusting parsed values.