json-tricks 3.11.0-4 source package in Ubuntu

Changelog

json-tricks (3.11.0-4) unstable; urgency=medium

  * Update standards version to 4.6.0, no changes needed.

 -- Debian Janitor <email address hidden>  Thu, 26 May 2022 19:55:38 +0100

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
json-tricks_3.11.0-4.dsc 2.0 KiB 8c11f9c107bb218bd5d4cecb152cc4dc8d7223c025344f48bf9de6bdfc54a94e
json-tricks_3.11.0.orig.tar.gz 19.8 KiB 3ed9a9284b5452b5b8a63e02d3625ccd1f8f5cd5983ba58f65942f83d6259460
json-tricks_3.11.0-4.debian.tar.xz 2.6 KiB 596ce973e9a6617a1a0180dd8381771f56fae11f91ef17c73aa6b994c3bc1196

Available diffs

No changes file available.

Binary packages built by this source

python3-json-tricks: Python module with extra features for JSON files

 The json_tricks Python module provides extra features for handling JSON
 files from Python:
   - Store and load numpy arrays in human-readable format
   - Store and load class instances both generic and customized
   - Store and load date/times as a dictionary (including timezone)
   - Preserve map order OrderedDict
   - Allow for comments in json files by starting lines with #
   - Sets, complex numbers, Decimal, Fraction, enums, compression, duplicate
     keys, ...