blob: f37e0fe3dda836ff7fade53e50da88f481bafb4b (
plain) (
blame)
1
2
3
4
5
6
7
|
ormsgpack is a fast msgpack serialization library for Python derived
from orjson, with native support for various Python types.
ormsgpack supports the following Python implementations:
* CPython 3.9, 3.10, 3.11, 3.12 and 3.13
* PyPy 3.11
* GraalPy 3.11
|