summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorJoel Nothman <joel.nothman@gmail.com>2012-12-06 23:44:27 +1100
committerJoel Nothman <joel.nothman@gmail.com>2012-12-06 23:44:27 +1100
commitfc41ed606d06becae4b53c8614b74768ae755cba (patch)
tree8e98d69ce5020db93ce722bb7fda40f37075cc30 /README.rst
parent659d0961a319bbaabf994a972b06022c99e4465c (diff)
downloadmsgpack-python-fc41ed606d06becae4b53c8614b74768ae755cba.tar.gz
Mention CPython and MessagePack in README
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 1f5b1a2..5264ce9 100644
--- a/README.rst
+++ b/README.rst
@@ -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
-----------