套件: python-cbor (1.0.0-1)
python-cbor 的相關超連結
Trisquel 的資源:
下載原始碼套件 python-cbor:
維護者:
Original Maintainer:
- Agustin Henze
外部的資源:
- 主頁 [bitbucket.org]
相似套件:
Python Implementation of RFC 7049. Concise Binary Object Representation (CBOR)
CBOR is comparable to JSON, has a superset of JSON’s ability, but serializes to a binary format which is smaller and faster to generate and parse.
The two primary functions are cbor.loads() and cbor.dumps(). This library includes a C implementation which runs 3-5 times faster than the Python standard library’s C-accelerated implementanion of JSON. This is also includes a 100% Python implementation
其他與 python-cbor 有關的套件
|
|
|
-
- dep: libc6 (>= 2.4)
- GNU C Library: Shared libraries
同時作為一個虛擬套件由這些套件提供: libc6-udeb
-
- dep: python
- interactive high-level object-oriented language (default version)
- dep: python (<< 2.8)
- dep: python (>= 2.7~)