msgpack-python
MessagePack (de)serializer.
What it is and what it does
msgpack-python is a deprecated binary serialization library that once provided MessagePack encoding and decoding for Python. It was last released on 2018-03-10 and has been abandoned since then. The package itself directs all users to install msgpack instead, which is the actively maintained successor.
Do not install this package for new projects. If you encounter it as a transitive dependency, update your dependency tree to use msgpack directly. The high install friction combined with complete abandonment makes this package unsuitable for any current use.
Use it for:
- Maintaining legacy code that explicitly requires msgpack-python==0.5.6 and cannot be updated (not recommended).
- Understanding historical Python serialization libraries, but only for educational purposes.
- Migrating away from msgpack-python to msgpack as part of a deprecation cleanup.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
MessagePack serialization and deserialization for Python; this package is deprecated and should not be used—install msgpack instead.
No. Do not install msgpack-python. The package is deprecated, abandoned, and explicitly directs users to install msgpack instead. Use msgpack for any new or existing projects that need MessagePack serialization.
Install
msgpack-python on PyPI
pip
pip install msgpack-pythonuv
uv add msgpack-pythonpoetry
poetry add msgpack-pythonInstalling msgpack-python
Before you install
High install friction and abandoned maintenance status. Last release was 2018-03-10, many years ago. The package itself declares deprecation in its description and directs users to install msgpack instead.
License in practice
Licensed under Apache 2.0 (permissive), which poses no legal barrier, but the deprecation status makes the license terms moot for new projects.
Quickstart
# Do not use this package. Install msgpack instead.
# If you must use the deprecated msgpack-python:
# pip install msgpack-python==0.5.6
import msgpack
Package is deprecated; use msgpack instead. Requires Python 2.7 or 3.5+ based on classifiers, but no longer maintained.
Verify before relying
- Whether msgpack is a drop-in substitute or requires code changes.
- Current state of downstream projects still depending on msgpack-python and their migration status.
Package facts
| License | Apache 2.0 (permissive) |
| Python support | not specified |
| Install friction | high — source build required |
| Runtime dependencies | none |
| Maintenance | abandoned — 3,079 days since the last release |
| First released | |
| Downloads | 1,293,583/month — #4,098 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: msgpack-python-0.5.6.tar.gz
Tags
More Software Development packages
Provides backported and experimental type hints…
permissive · top 100 on PyPI
numpyNumPy provides an N-dimensional array object…
permissive · top 100 on PyPI
fastapiFastAPI is a Python web framework for building…
permissive · top 100 on PyPI
annotated-docProvides a way to document function parameters,…
permissive · top 100 on PyPI
typerTyper builds command-line applications from…
permissive · top 1,000 on PyPI
distlibDistlib provides low-level packaging utilities…
permissive · top 1,000 on PyPI
u-msgpack-pythonu-msgpack-python serializes and deserializes…
permissive · top 5,000 on PyPI
ormsgpackormsgpack is a fast MessagePack serialization…
permissive · top 1,000 on PyPI
msgpackmsgpack serializes and deserializes Python…
permissive · top 1,000 on PyPI
msgpack-numpySerializes and deserializes NumPy arrays and…
permissive · top 5,000 on PyPI
msgpack-numpy-opentensorSerializes and deserializes NumPy arrays and…
permissive · top 15,000 on PyPI
serpyco-rsSerializes and deserializes Python dataclasses…
permissive · top 15,000 on PyPI
srslysrsly provides a unified API for serializing…
permissive · top 1,000 on PyPI
msgspec-mmsgspec-m is a fast serialization and…
permissive · top 15,000 on PyPI
msgpack-typesProvides type stubs for msgpack to enable…
permissive · top 15,000 on PyPI
msgspecmsgspec encodes and decodes JSON, MessagePack,…
permissive · top 1,000 on PyPI