python-msgspec 0.19.0-2 source package in Ubuntu

Changelog

python-msgspec (0.19.0-2) unstable; urgency=medium

  * Team upload.
  * Move python3-setuptools to Build-Depends (closes: #1103362).

 -- Colin Watson <email address hidden>  Wed, 23 Apr 2025 17:12:13 +0100

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
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 Pocket Published Component Section
Questing release universe misc

Downloads

File Size SHA-256 Checksum
python-msgspec_0.19.0-2.dsc 2.7 KiB b7d19136e89be904581fb0dd99712bf73c1d24b07553f298b66d8f17259e67c6
python-msgspec_0.19.0.orig.tar.gz 1.2 MiB a58464c1cf3579ec32906992e1da6475f93951065e3818ac6b7db50aaa207e40
python-msgspec_0.19.0-2.debian.tar.xz 244.1 KiB f4c49410f384a4da42b7f235c8f6b57f28a1f3e4017625d0549ab1ab34296c34

No changes file available.

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