jello 1.6.0-1 source package in Ubuntu

Changelog

jello (1.6.0-1) unstable; urgency=medium

  * New upstream version 1.6.0

 -- Timo Röhling <email address hidden>  Mon, 12 Jun 2023 13:23:45 +0200

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

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
jello_1.6.0-1.dsc 1.8 KiB 8dff29d3c8a19dca88f7084210bf0550fc85e82ca64726db317ed22cccd975e0
jello_1.6.0.orig.tar.gz 257.5 KiB e27d8a7843ffbdb3a5f7cde92b3629029b29d75f7b726b4ef5759b0ee43d4ec9
jello_1.6.0-1.debian.tar.xz 2.8 KiB 122cf4e9f2b69db5c89878785bae654518770d23474f71a122d2331561c04662

Available diffs

No changes file available.

Binary packages built by this source

jello: Filter for JSON and JSON Lines data with Python syntax

 jello is similar to jq in that it processes JSON and JSON Lines data except
 jello uses standard Python dict and list syntax.
 .
 JSON or JSON Lines can be piped into jello (JSON Lines are automatically
 slurped into a list of dictionaries) and are available as the variable _.
 Processed data can be output as JSON, JSON Lines, bash array lines, or a
 grep-able schema.