python3-u-msgpack-python
A portable, lightweight MessagePack serializer and deserializer
License: MIT
https://github.com/vsergeev/u-msgpack-python
Availability
| Distro | aarch64 | noarch | x86_64 | Version |
|---|---|---|---|---|
| RHEL 10 | — | — | — | |
| RHEL 9 | — | — | — | |
| RHEL 8 | — | ✓ | — | 2.5.0 |
| RHEL 7 | — | — | — | |
| RHEL 6 | — | — | — |
Description
A lightweight MessagePack serializer and deserializer module written in pure Python. It is fully compliant with the latest MessagePack specification. In particular, it supports the new binary, UTF-8 string, and application-defined ext types.
Compatible with all RHEL-based distributions, including CentOS, AlmaLinux, Oracle Linux, Rocky Linux, etc.
Install
CentOS/RHEL 8
sudo dnf -y install https://extras.getpagespeed.com/release-latest.rpm sudo dnf -y install python3-u-msgpack-python