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

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