jsonpath-ng 1.6.1-1 source package in Ubuntu

Changelog

jsonpath-ng (1.6.1-1) unstable; urgency=medium

  * New upstream release.
  * debian/patches:
    - Refresh all patches.
  * debian/copyright:
    - Update copyright dates.

 -- Antonio Valentino <email address hidden>  Sun, 14 Jan 2024 09:49:59 +0000

Upload details

Uploaded by:
Debian GIS Project
Uploaded to:
Sid
Original maintainer:
Debian GIS Project
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

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
jsonpath-ng_1.6.1-1.dsc 2.9 KiB ac0a8484d06887da13fc77b71e28fc6554dc0252f626d18d98f933867f71863a
jsonpath-ng_1.6.1.orig.tar.gz 35.2 KiB 086c37ba4917304850bd837aeab806670224d3f038fe2833ff593a672ef0a5fa
jsonpath-ng_1.6.1-1.debian.tar.xz 3.8 KiB c2f5884cbb918f532c790bf590e8636f2cc45bd59ae8cea22bd1dfae92b89261

Available diffs

No changes file available.

Binary packages built by this source

python3-jsonpath-ng: Robust and extended implementation of JSONPath for Python

 The Python JSONPath Next-Generation library provides a
 robust and significantly extended implementation of JSONPath
 for Python.
 .
 It is a final implementation of JSONPath for Python that
 aims to be standard compliant, including arithmetic and
 binary comparison operators, as defined in the original
 `JSONPath proposal`.
 .
 This library differs from other JSONPath implementations in
 that it is a full *language* implementation, meaning the
 JSONPath expressions are first class objects, easy to
 analyze, transform, parse, print, and extend.
 .
 This package merges both `jsonpath-rw` and
 `jsonpath-rw-ext` and provides several AST API enhancements,
 such as the ability to update or removes nodes in the tree.