mirror of
https://github.com/msgpack/msgpack-python.git
synced 2025-10-27 15:44:11 +00:00
Update badges (#247)
This commit is contained in:
parent
deeda31a88
commit
b57106c246
1 changed files with 5 additions and 4 deletions
|
|
@ -2,17 +2,18 @@
|
|||
MessagePack for Python
|
||||
======================
|
||||
|
||||
.. image:: https://secure.travis-ci.org/msgpack/msgpack-python.svg
|
||||
:target: https://travis-ci.org/#!/msgpack/msgpack-python
|
||||
.. image:: https://travis-ci.org/msgpack/msgpack-python.svg?branch=master
|
||||
:target: https://travis-ci.org/msgpack/msgpack-python
|
||||
:alt: Build Status
|
||||
|
||||
.. image:: https://readthedocs.org/projects/msgpack-python/badge/?version=latest
|
||||
:target: http://msgpack-python.readthedocs.io/en/latest/?badge=latest
|
||||
:target: https://msgpack-python.readthedocs.io/en/latest/?badge=latest
|
||||
:alt: Documentation Status
|
||||
|
||||
What's this
|
||||
-----------
|
||||
|
||||
`MessagePack <http://msgpack.org/>`_ is an efficient binary serialization format.
|
||||
`MessagePack <https://msgpack.org/>`_ is an efficient binary serialization format.
|
||||
It lets you exchange data among multiple languages like JSON.
|
||||
But it's faster and smaller.
|
||||
This package provides CPython bindings for reading and writing MessagePack data.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue