diff options
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 9176445d49b1a..023d3f545eaba 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 |