jsonpath-ng 1.5.3-2 source package in Ubuntu

Changelog

jsonpath-ng (1.5.3-2) unstable; urgency=medium

  * Team upload.

  [ Antonio Valentino ]
  * Remove the unnecessary d/tests folder.

  [ Bas Couwenberg ]
  * Source-only upload.

 -- Bas Couwenberg <email address hidden>  Sun, 16 Jul 2023 13:10:20 +0200

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
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
jsonpath-ng_1.5.3-2.dsc 2.9 KiB fad814b6b17393d541d8d009fad3ecd0440906a44849b9b2ec4f0bbf2caa03df
jsonpath-ng_1.5.3.orig.tar.gz 32.0 KiB a273b182a82c1256daab86a313b937059261b5c5f8c4fa3fc38b882b344dd567
jsonpath-ng_1.5.3-2.debian.tar.xz 3.7 KiB 5f31e510ef76e105651762affeed29f5d658a02d70d2744a165a04d57812a463

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.