Description
MessagePack data can be serialized and deserialized by legacy Python 2 applications. This library helps programs exchange compact binary data with services and files that use the MessagePack format.
It is imported by applications and can decode untrusted binary input. Validate expected types, sizes, and schema before trusting decoded values.