msgpack-python

Python implementation of messagepack format
  http://pypi.python.org/pypi/msgpack-python/
  0
  no reviews



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.