Subscribe

How to install python3-msgpack (x86_64)

A Python MessagePack (de)serializer

Install

sudo yum -y install https://extras.getpagespeed.com/release-latest.rpm
sudo amazon-linux-extras install epel
sudo yum -y install python3-msgpack

Description

MessagePack is a binary-based efficient data interchange format that is focused on high performance. It is like JSON, but very fast and small. This is a Python 3.7 (de)serializer for MessagePack.

RPMs

Troy Dawson (2019-03-08) - Rebuilt to change main python from 3.4 to 3.6