python-canonicaljson 2.0.0-2 source package in Ubuntu

Changelog

python-canonicaljson (2.0.0-2) unstable; urgency=medium

  * Use dh-sequence-python3 and pybuild-plugin-pyproject.

 -- Andrej Shadura <email address hidden>  Thu, 31 Aug 2023 16:06:53 +0200

Upload details

Uploaded by:
Matrix Packaging Team
Uploaded to:
Sid
Original maintainer:
Matrix Packaging Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-canonicaljson_2.0.0-2.dsc 1.7 KiB f2730753e279f8b55115985b8e15fcf7802ac1145db45c1c4d2e6e3ac913a491
python-canonicaljson_2.0.0.orig.tar.gz 10.1 KiB c3c38d76aacdb2d29c61582d466850116affabe5186ae921f48bc5c8f720b10f
python-canonicaljson_2.0.0-2.debian.tar.xz 2.4 KiB 6e50113c5e8a98a146cb6056d5e626fb6aa1e94a96a77769b350099c76ecda09

Available diffs

No changes file available.

Binary packages built by this source

python3-canonicaljson: 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.