python-msgspec 0.19.0-1build1 source package in Ubuntu
Changelog
python-msgspec (0.19.0-1build1) plucky; urgency=medium * No-change rebuild with Python 3.13 only -- Graham Inggs <email address hidden> Tue, 04 Mar 2025 23:58:07 +0000
Upload details
- Uploaded by:
- Graham Inggs
- Uploaded to:
- Plucky
- Original maintainer:
- Debian Python Team
- Architectures:
- all amd64 arm64 mips64el ppc64el riscv64 alpha hurd-amd64 loong64
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Plucky | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
python-msgspec_0.19.0.orig.tar.gz | 1.2 MiB | a58464c1cf3579ec32906992e1da6475f93951065e3818ac6b7db50aaa207e40 |
python-msgspec_0.19.0-1build1.debian.tar.xz | 244.2 KiB | 2ba7360db6dddf0daad14b1eab63813c763b23134f4c90432ba73ebbcc0ca936 |
python-msgspec_0.19.0-1build1.dsc | 2.6 KiB | 75b0bce5966e83e8dde1957ea41ecd69131d886b039d90b8871165b29d4aa6b6 |
Available diffs
- diff from 0.19.0-1 (in Debian) to 0.19.0-1build1 (320 bytes)
Binary packages built by this source
- python-msgspec-doc: Fast serialization/validation Python library (Documentation)
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 documentation for python3-msgspec.
- python3-msgspec: Fast serialization/validation Python library (Python 3)
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.
- python3-msgspec-dbgsym: debug symbols for python3-msgspec