[ ソース: python-msgspec ]
パッケージ: python-msgspec-doc (0.19.0-2)
python-msgspec-doc に関するリンク
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 (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.
その他の python-msgspec-doc 関連パッケージ
|
|
|
|
-
- dep: libjs-sphinxdoc (>= 8.1)
- Sphinx ドキュメンテーション用 JavaScript サポート
-
- dep: libjs-vega
- programmed web graphics with JSON