[ aramo ]
[ 源代码: cbor2 ]
软件包: python3-cbor2 (5.4.2-1build1)
python3-cbor2 的相关链接
Trisquel 的资源:
下载源码包 cbor2:
维护者:
Original Maintainers:
- Debian Python Team
- Bastian Germann
外部的资源:
- 主页 [github.com]
相似软件包:
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) [amd64]
- GNU C Library: Shared libraries
同时作为一个虚包由这些包填实: libc6-udeb
- dep: libc6 (>= 2.17) [arm64, ppc64el]
- dep: libc6 (>= 2.4) [armhf]
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
- dep: python3 (<< 3.11)
- dep: python3 (>= 3.10~)
-
- sug: python-cbor2-doc
- Python implementation of CBOR (common documentation)