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