
Messagepack is a binary-based efficient object serialization format. it enables the exchange of structured objects between many languages like json. but unlike json, it is very fast and small.
this package contains a python extension module implementing the messagepack format.