This is a staging site. Uploads will not persist. Testing only.

python3-msgspec

Fast serialization/validation Python library (Python 3)

Description

msgspec is a library that provides the following features for serialization and validation of JSON, MessagePack, YAML, and TOML data:

 * High performance encoders/decoders for common protocols. The JSON and
   MessagePack implementations regularly benchmark as the fastest options
   for Python.
 * Support for a wide variety of Python types. Additional types may be
   supported through extensions.
 * Zero-cost schema validation using familiar Python type annotations.
   In benchmarks msgspec decodes and validates JSON faster than orjson can
   decode it alone.
 * A speedy Struct type for representing structured data. If you already
   use dataclasses or attrs, structs should feel familiar. However, they're
   5-60x faster for common operations.

This package contains the Python 3 version.

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://github.com/jcrist/msgspec


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install python3-msgspec