mirror of
https://github.com/msgpack/msgpack-python.git
synced 2025-10-19 20:03:16 +00:00
Mention CPython and MessagePack in README
This commit is contained in:
parent
659d0961a3
commit
fc41ed606d
1 changed files with 7 additions and 0 deletions
|
@ -9,6 +9,13 @@ MessagePack Python Binding
|
|||
.. image:: https://secure.travis-ci.org/msgpack/msgpack-python.png
|
||||
:target: https://travis-ci.org/#!/msgpack/msgpack-python
|
||||
|
||||
WHAT IT IS
|
||||
----------
|
||||
|
||||
`MessagePack <http://msgpack.org/>`_ is a fast, compact binary serialization format, suitable for
|
||||
similar data to JSON. This package provides CPython bindings for reading and
|
||||
writing MessagePack data.
|
||||
|
||||
HOW TO USE
|
||||
-----------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue