How to Install python3-u-msgpack in Ubuntu 18.04



Install python3-u-msgpack by entering the following commands in the terminal:

sudo apt update
sudo apt install python3-u-msgpack

Description:

Python3 MessagePack serializer and deserializer

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. . This is the Python 3 package.

Homepage: https://github.com/vsergeev/u-msgpack-python

Version: 2.1-1

Section: universe/python