diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2016-11-13 05:49:21 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-11-14 16:59:13 +0700 |
commit | 9e6e524ddbec315bb3aa5bfe202f8b370fd6ee0a (patch) | |
tree | 4c49757b44d5119d5287fa32597b0173bee2e58b /python | |
parent | 7787469dee451f7f5f138db684033de570df884f (diff) | |
download | slackbuilds-9e6e524ddbec315bb3aa5bfe202f8b370fd6ee0a.tar.gz |
python/msgpack-python: Update README.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'python')
-rw-r--r-- | python/msgpack-python/README | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/python/msgpack-python/README b/python/msgpack-python/README index 9176445d49..023d3f545e 100644 --- a/python/msgpack-python/README +++ b/python/msgpack-python/README @@ -4,3 +4,5 @@ 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 |