Ross ROSS = Recommend OSS · open-source software intelligence for agents

msgpack/msgpack-python

MessagePack serializer implementation for Python msgpack.org[Python] observed · 2026-08-28

github.com/msgpack/msgpack-python · homepage · Python · NOASSERTION (other) observed · 2026-08-28

Health v2 · maintenance only

84/100

  • Activity 99
  • Release rhythm 57
  • Longevity 100

Flags: no_license

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: 181.0
  • age_days: 5491
  • days_rel: 76
  • days_push: 7
  • n_releases_24m: 5

Full methodology

Adoption not part of the score

2101 stars · 256 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

MessagePack serializer implementation for Python, providing CPython bindings (with a pure-Python fallback for PyPy) to read and write the efficient binary MessagePack format. It offers JSON/pickle-compatible dumps/loads aliases, streaming unpacking, and custom type encoding hooks.

Use cases

  • serialize data to a compact binary format in python
  • faster and smaller alternative to json for data exchange
  • unpack multiple msgpack objects from a stream
  • encode custom types like datetime with msgpack
  • exchange binary data between python and other languages

When to choose

  • you need fast, compact binary serialization in Python with cross-language compatibility
  • you want a drop-in JSON-like API (dumps/loads) with better performance
  • you need to decode msgpack data incrementally from a stream

When to avoid

  • you need human-readable output
  • you only exchange data within Python and pickle suffices
  • you need schema-aware serialization like protobuf

Facets

library · maturity stable

serialization developer-tools apis python cross-platform msgpack binary-format json-alternative streaming-unpacker data-engineering

2 sources

Member repositories

RepositoryRoleHealth v2
msgpack/msgpack-pythonmain84

For agents

markdown · JSON · MCP: product_card(name="msgpack/msgpack-python")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem