msgpack-python

MessagePack (de)serializer
Download

msgpack-python Ranking & Summary

Advertisement

  • Rating:
  • License:
  • The Apache License 2.0
  • Price:
  • FREE
  • Publisher Name:
  • INADA Naoki
  • Publisher web site:
  • http://github.com/msgpack

msgpack-python Tags


msgpack-python Description

MessagePack (de)serializer msgpack-python is a MessagePack (de)serializer for Python.What's MessagePack?MessagePack is a binary-based efficient object serialization library. It enables to exchange structured objects between many languages like JSON. But unlike JSON, it is very fast and small.Typical small integer (like flags or error code) is saved only in 1 byte, and typical short string only needs 1 byte except the length of the string itself.MessagePack is a binary-based efficient data interchange format that is focused on high performance. It is like JSON, but very fast and small. Requirements: · Python


msgpack-python Related Software