Dimitris Zlatanidis 9e6e524ddb python/msgpack-python: Update README. 8 年之前
..
README 9e6e524ddb python/msgpack-python: Update README. 8 年之前
msgpack-python.SlackBuild deed32282f python/msgpack-python: Updated for version 0.4.8. 8 年之前
msgpack-python.info deed32282f python/msgpack-python: Updated for version 0.4.8. 8 年之前
slack-desc aba0faad12 python/msgpack-python: Added (MessagePack for Python) 11 年之前

README

It's like JSON.
but fast and small.
MessagePack is an efficient binary serialization format. It lets you exchange
data among multiple languages like JSON. But it's faster and smaller.
Small integers are encoded into a single byte, and typical short strings require
only one extra byte in addition to the strings themselves.

Optional dependency: python3