u-msgpack-python

A portable, lightweight MessagePack serializer and deserializer written in pure Python.

MIT 18 个版本
vsergeev <v@sergeev.io>
安装
pip install u-msgpack-python
poetry add u-msgpack-python
pipenv install u-msgpack-python
conda install u-msgpack-python
描述

u-msgpack-python is a lightweight MessagePack <http://msgpack.org/>_ serializer and deserializer module written in pure Python, compatible with both Python 2 and Python 3, as well as CPython and PyPy implementations of Python. u-msgpack-python is fully compliant with the latest MessagePack specification <https://github.com/msgpack/msgpack/blob/master/spec.md>_. In particular, it supports the new binary, UTF-8 string, and application-defined ext types. See https://github.com/vsergeev/u-msgpack-python for more information.