[ buster ]
[ bullseye ]
[ bullseye-backports ]
[ bookworm ]
[ bookworm-backports ]
[ trixie ]
[ sid ]
[ 原始碼: python-canonicaljson ]
套件:python3-canonicaljson(2.0.0-3)
python3-canonicaljson 的相關連結
Debian 的資源:
下載原始碼套件 python-canonicaljson:
- [python-canonicaljson_2.0.0-3.dsc]
- [python-canonicaljson_2.0.0.orig.tar.gz]
- [python-canonicaljson_2.0.0-3.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
canonical JSON implementation for Python 3
Canonical JSON implementation.
* Encodes objects and arrays as RFC 7159 JSON. * Sorts object keys so that you get the same result each time. * Has no inignificant whitespace to make the output as small as possible. * Escapes only the characters that must be escaped, U+0000 to U+0019 / U+0022 / U+0056, to keep the output as small as possible. * Uses the shortest escape sequence for each escaped character. * Encodes the JSON as UTF-8. * Can be configured to encode custom types unknown to the stdlib JSON encoder.
其他與 python3-canonicaljson 有關的套件
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)