python-jsonpath-rw 1.4.0-5 source package in Ubuntu

Changelog

python-jsonpath-rw (1.4.0-5) unstable; urgency=medium

  * Cleans better (Closes: #1048134).
  * Fixed d/copyright ordering and years.

 -- Thomas Goirand <email address hidden>  Mon, 21 Aug 2023 16:27:33 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release main misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-jsonpath-rw_1.4.0-5.dsc 2.1 KiB c18d6e35d63f0ba850ceb7ab13d44176818776484301207359df6bff5640aae9
python-jsonpath-rw_1.4.0.orig.tar.xz 17.8 KiB 00b0030f2b582df83b2e5518c5838139799ca9106cd22adf138988ef69d3b63d
python-jsonpath-rw_1.4.0-5.debian.tar.xz 2.8 KiB 44507b5078e7585ecdcbabea8d3c7717559b5f886bfabdaa82ec047845e19647

Available diffs

No changes file available.

Binary packages built by this source

python3-jsonpath-rw: extended implementation of JSONPath for Python 3.x

 This library provides a robust and significantly extended implementation of
 JSONPath for Python. It is tested with Python 2.6, 2.7, 3.2, and 3.3.
 .
 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.
 .
 The JSONPath syntax supported by this library includes some additional
 features and omits some problematic features (those that make it unportable).
 In particular, some new operators such as "|" and "where" are available, and
 parentheses are used for grouping not for callbacks into Python, since with
 these changes the language is not trivially associative. Also, fields may be
 quoted whether or not they are contained in brackets.
 .
 This package provides the Python 3.x module.