ormsgpack
=========
.. toctree::
:hidden:
usage
api
types
changelog
ormsgpack is a fast `MessagePack `__ serialization library for
Python derived from `orjson `__, with native support for
various Python types.
ormsgpack follows semantic versioning and supports CPython, PyPy and GraalPy.
Installation
------------
pip
.. code:: sh
pip install ormsgpack
uv
.. code:: sh
uv add ormsgpack
Installing from a source distribution requires
`Rust `__ 1.81 or newer and
`maturin `__.
License
-------
ormsgpack is licensed under both the Apache License, Version 2.0, and the MIT License.