You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16-15Lines changed: 16 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# u-msgpack-python v1.0
2
2
3
-
u-msgpack-python is a lightweight [msgpack](https://github.com/msgpack/msgpack) serializer and deserializer module that is compatible with Python 2 and Python 3. u-msgpack-python is fully compliant with the latest msgpack specification, as of 09/29/2013. In particular, it supports the new binary, UTF-8 string, and application ext types.
3
+
u-msgpack-python is a lightweight [msgpack](https://github.com/msgpack/msgpack) serializer and deserializer module that is compatible with Python 2 and Python 3. u-msgpack-python is fully compliant with the latest [msgpack specification](https://github.com/msgpack/msgpack/blob/master/spec.md), as of 09/29/2013. In particular, it supports the new binary, UTF-8 string, and application ext types.
4
4
5
5
u-msgpack-python is written in pure Python and is currently distributed as a single file: [umsgpack.py](umsgpack.py)
6
6
@@ -42,6 +42,7 @@ An example of encoding and decoding an application ext type:
0 commit comments