A portable, lightweight MessagePack serializer and deserializer written in pure Python.
u-msgpack-python is a lightweight MessagePack 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. 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.
- Developed at devel:languages:python
- Sources inherited from project openSUSE:Factory
-
8
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:seife:Factory/python-u-msgpack-python && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
python-u-msgpack-python.changes | 0000004082 3.99 KB | |
python-u-msgpack-python.spec | 0000001964 1.92 KB | |
u-msgpack-python-2.8.0.tar.gz | 0000018167 17.7 KB |
Latest Revision
Ana Guerrero (anag+factory)
accepted
request 1135352
from
Dirk Mueller (dirkmueller)
(revision 13)
- update to 2.8.0: * Migrate module to package. * Migrate documentation to Sphinx. * Improve types and formatting in docstrings. * Add type stubs. - Update to version 2.7.2 * Change string formatting from % to .format() throughout codebase. * Fix handling of naive/aware datetime objects when packing the * Make Ext base class a new-style object for cleaner inheritance * Improve length comparisons and instance checks for minor
Comments 0