[ ソース: cbor2 ]
パッケージ: python3-cbor2 (5.2.0-4)
Implements Concise Binary Object Representation (Python 3)
This library provides encoding and decoding for the Concise Binary Object Representation (CBOR, RFC 7049) serialization format.
Features:
* Simple API like json or pickle modules. * Support many CBOR tags with stdlib objects. * Generic tag decoding. * Shared value references including cyclic references. * Optional C module backend tested on big- and little-endian architectures. * Extensible tagged value handling using tag_hook and object_hook on decode and default on encode. * Command-line diagnostic tool, converting CBOR file or stream to JSON (This is a lossy conversion, for diagnostics only) * Thorough test suite.
This package installs the library for Python 3.
その他の python3-cbor2 関連パッケージ
|
|
|
|
-
- dep: libc6 (>= 2.14)
- GNU C ライブラリ: 共有ライブラリ
以下のパッケージによって提供される仮想パッケージでもあります: libc6-udeb
-
- dep: python3
- 対話式の高レベルオブジェクト指向言語 (デフォルト python3 バージョン)
- dep: python3 (<< 3.10)
- dep: python3 (>= 3.9~)
-
- sug: python-cbor2-doc
- Python implementation of CBOR (common documentation)