1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83
|
Source: python-msgspec
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
Stein Magnus Jodal <jodal@debian.org>,
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
dh-sequence-sphinxdoc,
libpython3-all-dev,
pybuild-plugin-pyproject,
python3-all,
python3-pytest <!nocheck>,
python3-setuptools,
Build-Depends-Indep:
furo <!nodoc>,
python3-sphinx <!nodoc>,
python3-sphinx-copybutton <!nodoc>,
python3-sphinx-design <!nodoc>,
python3-ipython <!nodoc>,
python-attr-doc <!nodoc>,
python3-doc <!nodoc>,
Standards-Version: 4.7.0
Testsuite: autopkgtest-pkg-pybuild
Rules-Requires-Root: no
Homepage: https://github.com/jcrist/msgspec
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-msgspec
Vcs-Git: https://salsa.debian.org/python-team/packages/python-msgspec.git
Package: python-msgspec-doc
Section: doc
Architecture: all
Depends:
libjs-vega,
${misc:Depends},
${sphinxdoc:Depends},
Multi-Arch: foreign
Description: 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.
Package: python3-msgspec
Architecture: amd64 arm64 mips64el ppc64el riscv64 alpha hurd-amd64 loong64
Depends:
${misc:Depends},
${python3:Depends},
${shlibs:Depends},
Suggests:
python-msgspec-doc,
python3-tomli-w,
python3-yaml,
Description: 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.
|