Pakket: python3-orjson (3.10.7-2)
Verwijzigingen voor python3-orjson
Debian bronnen:
Het bronpakket python-orjson downloaden:
- [python-orjson_3.10.7-2.dsc]
- [python-orjson_3.10.7.orig.tar.gz]
- [python-orjson_3.10.7-2.debian.tar.xz]
Beheerders:
Externe bronnen:
- Homepage [github.com]
Vergelijkbare pakketten:
JSON parsing Python library
Fast, correct Python JSON library supporting dataclasses, datetimes, and numpy orjson is a fast, correct JSON library for Python. It benchmarks as the fastest Python library for JSON and is more correct than the standard json library or other third-party libraries. It serializes dataclass, datetime, numpy, and UUID instances natively.
Its features and drawbacks compared to other Python JSON libraries:
* serializes `dataclass` instances 40-50x as fast as other libraries * serializes `datetime`, `date`, and `time` instances to RFC 3339 format, e.g., "1970-01-01T00:00:00+00:00" * serializes `numpy.ndarray` instances 4-12x as fast with 0.3x the memory usage of other libraries * pretty prints 10x to 20x as fast as the standard library * serializes to `bytes` rather than `str`, i.e., is not a drop-in replacement * serializes `str` without escaping unicode to ASCII, e.g., "好" rather than "\\\u597d" * serializes `float` 10x as fast and deserializes twice as fast as other libraries * serializes subclasses of `str`, `int`, `list`, and `dict` natively, requiring `default` to specify how to serialize others * serializes arbitrary types using a `default` hook * has strict UTF-8 conformance, more correct than the standard library * has strict JSON conformance in not supporting Nan/Infinity/-Infinity * has an option for strict JSON conformance on 53-bit integers with default support for 64-bit * does not provide `load()` or `dump()` functions for reading from/writing to file-like objects
Andere aan python3-orjson gerelateerde pakketten
|
|
|
|
-
- dep: libc6 (>= 2.34)
- GNU C Bibliotheek: Gedeelde bibliotheken
Ook een virtueel pakket geboden door: libc6-udeb
-
- dep: libgcc-s1 (>= 4.2) [niet armel, armhf]
- GCC support bibliotheek
- dep: libgcc-s1 (>= 4.3) [armel, armhf]
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
- dep: python3 (<< 3.14)
- dep: python3 (>= 3.12~)
python3-orjson downloaden
Platform | Pakketgrootte | Geïnstalleerde grootte | Bestanden |
---|---|---|---|
amd64 | 274,3 kB | 1.283,0 kB | [overzicht] |
arm64 | 249,8 kB | 1.235,0 kB | [overzicht] |
armel | 264,5 kB | 1.297,0 kB | [overzicht] |
armhf | 259,5 kB | 1.185,0 kB | [overzicht] |
i386 | 292,3 kB | 1.313,0 kB | [overzicht] |
mips64el | 269,6 kB | 1.757,0 kB | [overzicht] |
ppc64el | 276,6 kB | 1.491,0 kB | [overzicht] |
riscv64 | 284,2 kB | 1.171,0 kB | [overzicht] |
s390x | 303,7 kB | 1.723,0 kB | [overzicht] |