python-msgspec 0.18.6+1-6 source package in Ubuntu
Changelog
python-msgspec (0.18.6+1-6) unstable; urgency=medium * Team Upload * [3f9c741] d/control: Drop architectures s390x, ppc64 and sparc64 * [1536799] d/salsa-ci.yml: Adding CI/CD configuration for Salsa * [fb98698] d/rules: Ignore tests/test_cpylint.py in tests * [b2fff12] autopkgtest: Also ignore tests/test_cpylint.py here * [0fb8d8e] d/s/lintian-overrides: Silent warning about source files -- Carsten Schoenert <email address hidden> Sat, 07 Sep 2024 09:03:49 +0200
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 | Published | Component | Section | |
---|---|---|---|---|
Oracular | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
python-msgspec_0.18.6+1-6.dsc | 2.6 KiB | a46346311b994e69471217bfa9a83577f3c0417aa2449fdd738c4b1c595c7be5 |
python-msgspec_0.18.6+1.orig.tar.gz | 1.3 MiB | 5bff8c3f9303eb589516e02de4141ce31be09a0fdf4980734b020b64c120295e |
python-msgspec_0.18.6+1-6.debian.tar.xz | 244.0 KiB | 26782c796d3fe70908480ea281af212bdc051053e83fb6a02b9e47dd2d03290b |
Available diffs
- diff from 0.18.6-1 to 0.18.6+1-6 (1.0 MiB)
- diff from 0.18.6+1-5 to 0.18.6+1-6 (1.3 KiB)
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