File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 22MessagePack for Python
33======================
44
5- .. image :: https://secure.travis-ci.org/msgpack/msgpack-python.svg
6- :target: https://travis-ci.org/#!/msgpack/msgpack-python
5+ .. image :: https://travis-ci.org/msgpack/msgpack-python.svg?branch=master
6+ :target: https://travis-ci.org/msgpack/msgpack-python
7+ :alt: Build Status
78
89.. image :: https://readthedocs.org/projects/msgpack-python/badge/?version=latest
9- :target: http ://msgpack-python.readthedocs.io/en/latest/?badge=latest
10+ :target: https ://msgpack-python.readthedocs.io/en/latest/?badge=latest
1011 :alt: Documentation Status
1112
1213What's this
1314-----------
1415
15- `MessagePack <http ://msgpack.org/ >`_ is an efficient binary serialization format.
16+ `MessagePack <https ://msgpack.org/ >`_ is an efficient binary serialization format.
1617It lets you exchange data among multiple languages like JSON.
1718But it's faster and smaller.
1819This package provides CPython bindings for reading and writing MessagePack data.
You can’t perform that action at this time.
0 commit comments