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 2
2
MessagePack for Python
3
3
======================
4
4
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
7
8
8
9
.. 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
10
11
:alt: Documentation Status
11
12
12
13
What's this
13
14
-----------
14
15
15
- `MessagePack <http ://msgpack.org/ >`_ is an efficient binary serialization format.
16
+ `MessagePack <https ://msgpack.org/ >`_ is an efficient binary serialization format.
16
17
It lets you exchange data among multiple languages like JSON.
17
18
But it's faster and smaller.
18
19
This package provides CPython bindings for reading and writing MessagePack data.
You can’t perform that action at this time.
0 commit comments