[ ソース: python-orjson ]
パッケージ: python3-orjson (3.11.7-1)
python3-orjson に関するリンク
Debian の資源:
python-orjson ソースパッケージをダウンロード:
- [python-orjson_3.11.7-1.dsc]
- [python-orjson_3.11.7.orig.tar.gz]
- [python-orjson_3.11.7-1.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
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
その他の python3-orjson 関連パッケージ
|
|
|
|
-
- dep: libc6 (>= 2.33) [i386, loong64 以外]
- GNU C ライブラリ: 共有ライブラリ
以下のパッケージによって提供される仮想パッケージでもあります: libc6-udeb
- dep: libc6 (>= 2.42) [i386, loong64]
-
- dep: libgcc-s1 (>= 4.2) [armhf 以外]
- GCC 共有ライブラリ
- dep: libgcc-s1 (>= 4.3) [armhf]
-
- dep: python3
- 対話式の高レベルオブジェクト指向言語 (デフォルト python3 バージョン)
- dep: python3 (<< 3.15)
- dep: python3 (>= 3.13~)
python3-orjson のダウンロード
| アーキテクチャ | パッケージサイズ | インストールサイズ | ファイル |
|---|---|---|---|
| amd64 | 238.8 kB | 1,136.0 kB | [ファイル一覧] |
| arm64 | 207.1 kB | 1,104.0 kB | [ファイル一覧] |
| armhf | 227.4 kB | 1,100.0 kB | [ファイル一覧] |
| i386 | 266.8 kB | 1,160.0 kB | [ファイル一覧] |
| loong64 | 227.2 kB | 1,232.0 kB | [ファイル一覧] |
| ppc64 (非公式の移植版) | 239.6 kB | 1,360.0 kB | [ファイル一覧] |
| ppc64el | 242.9 kB | 1,360.0 kB | [ファイル一覧] |
| riscv64 | 259.0 kB | 1,048.0 kB | [ファイル一覧] |
| s390x | 256.2 kB | 1,424.0 kB | [ファイル一覧] |
| sparc64 (非公式の移植版) | 225.7 kB | 2,134.0 kB | [ファイル一覧] |
