File: control

package info (click to toggle)
python-jsonpath-rw 1.4.0-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 208 kB
  • ctags: 221
  • sloc: python: 898; sh: 30; makefile: 28
file content (73 lines) | stat: -rw-r--r-- 3,165 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
Source: python-jsonpath-rw
Section: python
Priority: optional
Maintainer: PKG OpenStack <openstack-devel@lists.alioth.debian.org>
Uploaders: Thomas Goirand <zigo@debian.org>,
Build-Depends: debhelper (>= 9),
               openstack-pkg-tools,
               python-all,
               python-nose,
               python-setuptools,
               python3-all,
               python3-nose,
               python3-setuptools,
Build-Depends-Indep: python-decorator,
                     python-ply,
                     python-six,
                     python3-decorator,
                     python3-ply,
                     python3-six,
Standards-Version: 3.9.6
Vcs-Browser: https://git.openstack.org/cgit/openstack/deb-python-jsonpath-rw?h=debian%2Fnewton
Vcs-Git: https://git.openstack.org/openstack/deb-python-jsonpath-rw -b debian/newton
Homepage: https://github.com/kennknowles/python-jsonpath-rw

Package: python-jsonpath-rw
Architecture: all
Depends: python-decorator,
         python-ply,
         python-six,
         ${misc:Depends},
         ${python:Depends},
Recommends: ${python:Recommends},
Description: 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.

Package: python3-jsonpath-rw
Architecture: all
Depends: python3-decorator,
         python3-ply,
         python3-six,
         ${misc:Depends},
         ${python3:Depends},
Recommends: ${python3:Recommends},
Description: 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.