python-jsonpath-rw 1.2.0-1 source package in Ubuntu

Changelog

python-jsonpath-rw (1.2.0-1) unstable; urgency=low


  * Initial release. (Closes: #722053)

 -- Thomas Goirand <email address hidden>  Fri, 06 Sep 2013 17:06:02 +0800

Upload details

Uploaded by:
PKG OpenStack
Uploaded to:
Sid
Original maintainer:
PKG OpenStack
Architectures:
all
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
python-jsonpath-rw_1.2.0-1.dsc 1.6 KiB 3306e53663462cedcdbb4848ff1ab9f04abd49dfef664e9c9028755541dd5e1c
python-jsonpath-rw_1.2.0.orig.tar.xz 16.1 KiB 56def13a211add9336dcfd0409024cb064957a1675de00ba84d0206ad0767515
python-jsonpath-rw_1.2.0-1.debian.tar.gz 2.3 KiB 2fc781af11c96d9357257d6bd132ff30751d0e4f38ea349b5cda1762f8974567

No changes file available.

Binary packages built by this source

python-jsonpath-rw: extended implementation of JSONPath for Python 2.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 2.x module.

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.