jsonpath-ng 1.7.0-1 source package in Ubuntu

Changelog

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

  * New upstream release.

 -- Antonio Valentino <email address hidden>  Sun, 13 Oct 2024 17:30:24 +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
Questing release universe misc
Plucky release universe misc

Builds

Plucky: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
jsonpath-ng_1.7.0-1.dsc 2.9 KiB 7e751a2df73971f1918754d12058043d93fb20cefd32b61c45a583d8a06cb9fc
jsonpath-ng_1.7.0.orig.tar.gz 37.0 KiB f6f5f7fd4e5ff79c785f1573b394043b39849fb2bb47bcead935d12b00beab3c
jsonpath-ng_1.7.0-1.debian.tar.xz 3.9 KiB b47a44b770afa323f76c686e398ace84a56c3191f9692168a92e3267032eab53

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.