[ 原始碼: python-msgspec ]
套件:python3-msgspec(0.19.0-2)
python3-msgspec 的相關連結
Debian 的資源:
下載原始碼套件 python-msgspec:
- [python-msgspec_0.19.0-2.dsc]
- [python-msgspec_0.19.0.orig.tar.gz]
- [python-msgspec_0.19.0-2.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
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 有關的套件
|
|
|
|
-
- dep: libc6 (>= 2.14) [amd64]
- GNU C 函式庫:共用函式庫
同時作為一個虛擬套件由這些套件填實: libc6-udeb
- dep: libc6 (>= 2.17) [arm64, ppc64el]
- dep: libc6 (>= 2.27) [riscv64]
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
- dep: python3 (<< 3.14)
- dep: python3 (>= 3.13~)
-
- sug: python-msgspec-doc
- Fast serialization/validation Python library (Documentation)
-
- sug: python3-tomli-w
- lil' TOML writer for Python
-
- sug: python3-yaml
- YAML parser and emitter for Python3