python-jsonpath_2.0.1-1_amd64.changes (click to toggle) | |
---|---|
Format: | 1.8 |
Date: | Wed, 22 Oct 2025 09:11:52 +0100 |
Source: | python-jsonpath |
Binary: | python3-jsonpath |
Architecture: | source all |
Version: | 2.0.1-1 |
Distribution: | unstable |
Urgency: | medium |
Maintainer: | Home Assistant Team <team+homeassistant@tracker.debian.org> |
Changed-By: | Edward Betts <edward@4angle.com> |
Description: | python3-jsonpath - JSONPath, JSON Pointer and JSON Patch implementation |
Closes: | 1118568 |
Changes: | python-jsonpath (2.0.1-1) unstable; urgency=medium * Initial release. (Closes: #1118568) |
Files: | 4f89e044fa670da3455c358433a30dd5 2175 python optional python-jsonpath_2.0.1-1.dsc be5843768b29a9356387272de40f62bc 116069 python optional python-jsonpath_2.0.1.orig.tar.gz 7f5e569077f8f69f019aeedb8337990e 2908 python optional python-jsonpath_2.0.1-1.debian.tar.xz 4a25f8bb489f6a51613875236a9df7a0 6507 python optional python-jsonpath_2.0.1-1_amd64.buildinfo b5e00c41876e5446f518952c67c66d52 52940 python optional python3-jsonpath_2.0.1-1_all.deb |
python-jsonpath_2.0.1-1.dsc (click to toggle) | |
---|---|
Format: | 3.0 (quilt) |
Source: | python-jsonpath |
Binary: | python3-jsonpath |
Architecture: | all |
Version: | 2.0.1-1 |
Maintainer: | Home Assistant Team <team+homeassistant@tracker.debian.org> |
Uploaders: | Edward Betts <edward@4angle.com>, |
Homepage: | https://github.com/jg-rp/python-jsonpath |
Standards-Version: | 4.7.2 |
Vcs-Browser: | https://salsa.debian.org/homeassistant-team/deps/python-jsonpath |
Vcs-Git: | https://salsa.debian.org/homeassistant-team/deps/python-jsonpath.git |
Testsuite: | autopkgtest-pkg-pybuild |
Build-Depends: | debhelper-compat (=13), dh-sequence-python3, pybuild-plugin-pyproject, python3-all, python3-hatchling |
Build-Depends-Indep: | python3-pytest<!nocheck> |
Package-List: | python3-jsonpath deb python optional arch=all |
Files: | be5843768b29a9356387272de40f62bc 116069 python-jsonpath_2.0.1.orig.tar.gz 7f5e569077f8f69f019aeedb8337990e 2908 python-jsonpath_2.0.1-1.debian.tar.xz |
control file for python3-jsonpath_2.0.1-1_all.deb (click to toggle) | |
---|---|
Package: | python3-jsonpath |
Source: | python-jsonpath |
Version: | 2.0.1-1 |
Architecture: | all |
Maintainer: | Home Assistant Team <team+homeassistant@tracker.debian.org> |
Installed-Size: | 305 |
Depends: | python3:any |
Section: | python |
Priority: | optional |
Homepage: | https://github.com/jg-rp/python-jsonpath |
Description: | JSONPath, JSON Pointer and JSON Patch implementation This library provides tools for working with JSON data, including support for JSONPath expressions as described in RFC 9535, as well as JSON Pointer (RFC 6901) and JSON Patch (RFC 6902). It can be used to extract data from structured JSON using flexible queries, navigate deeply nested objects, and apply modifications to existing JSON documents. The implementation aims to be compliant with established standards to ensure predictable and interoperable handling of JSON data. Common applications include transforming data structures, selecting values based on complex queries, and performing updates by applying patch operations. |
contents of python3-jsonpath_2.0.1-1_all.deb (click to toggle) | |
---|---|
drwxr-xr-x root/root 0 2025-10-22 08:11 ./ drwxr-xr-x root/root 0 2025-10-22 08:11 ./usr/ drwxr-xr-x root/root 0 2025-10-22 08:11 ./usr/lib/ drwxr-xr-x root/root 0 2025-10-22 08:11 ./usr/lib/python3/ drwxr-xr-x root/root 0 2025-10-22 08:11 ./usr/lib/python3/dist-packages/ drwxr-xr-x root/root 0 2025-10-22 08:11 ./usr/lib/python3/dist-packages/jsonpath/ -rw-r--r-- root/root 132 2025-10-22 08:11 ./usr/lib/python3/dist-packages/jsonpath/__about__.py -rw-r--r-- root/root 11101 2025-10-22 08:11 ./usr/lib/python3/dist-packages/jsonpath/__init__.py -rw-r--r-- root/root 61 2025-10-22 08:11 ./usr/lib/python3/dist-packages/jsonpath/__main__.py -rw-r--r-- root/root 577 2025-10-22 08:11 ./usr/lib/python3/dist-packages/jsonpath/_data.py -rw-r--r-- root/root 818 2025-10-22 08:11 ./usr/lib/python3/dist-packages/jsonpath/_types.py -rw-r--r-- root/root 10217 2025-10-22 08:11 ./usr/lib/python3/dist-packages/jsonpath/cli.py -rw-r--r-- root/root 24540 2025-10-22 08:11 ./usr/lib/python3/dist-packages/jsonpath/env.py -rw-r--r-- root/root 6498 2025-10-22 08:11 ./usr/lib/python3/dist-packages/jsonpath/exceptions.py -rw-r--r-- root/root 22617 2025-10-22 08:11 ./usr/lib/python3/dist-packages/jsonpath/filter.py -rw-r--r-- root/root 9117 2025-10-22 08:11 ./usr/lib/python3/dist-packages/jsonpath/fluent_api.py drwxr-xr-x root/root 0 2025-10-22 08:11 ./usr/lib/python3/dist-packages/jsonpath/function_extensions/ -rw-r--r-- root/root 602 2025-10-22 08:11 ./usr/lib/python3/dist-packages/jsonpath/function_extensions/__init__.py -rw-r--r-- root/root 3267 2025-10-22 08:11 ./usr/lib/python3/dist-packages/jsonpath/function_extensions/_pattern.py -rw-r--r-- root/root 1696 2025-10-22 08:11 ./usr/lib/python3/dist-packages/jsonpath/function_extensions/arguments.py -rw-r--r-- root/root 581 2025-10-22 08:11 ./usr/lib/python3/dist-packages/jsonpath/function_extensions/count.py -rw-r--r-- root/root 834 2025-10-22 08:11 ./usr/lib/python3/dist-packages/jsonpath/function_extensions/filter_function.py -rw-r--r-- root/root 1760 2025-10-22 08:11 ./usr/lib/python3/dist-packages/jsonpath/function_extensions/is_instance.py -rw-r--r-- root/root 822 2025-10-22 08:11 ./usr/lib/python3/dist-packages/jsonpath/function_extensions/keys.py -rw-r--r-- root/root 786 2025-10-22 08:11 ./usr/lib/python3/dist-packages/jsonpath/function_extensions/length.py -rw-r--r-- root/root 573 2025-10-22 08:11 ./usr/lib/python3/dist-packages/jsonpath/function_extensions/match.py -rw-r--r-- root/root 573 2025-10-22 08:11 ./usr/lib/python3/dist-packages/jsonpath/function_extensions/search.py -rw-r--r-- root/root 676 2025-10-22 08:11 ./usr/lib/python3/dist-packages/jsonpath/function_extensions/starts_with.py -rw-r--r-- root/root 1780 2025-10-22 08:11 ./usr/lib/python3/dist-packages/jsonpath/function_extensions/typeof.py -rw-r--r-- root/root 721 2025-10-22 08:11 ./usr/lib/python3/dist-packages/jsonpath/function_extensions/value.py -rw-r--r-- root/root 12019 2025-10-22 08:11 ./usr/lib/python3/dist-packages/jsonpath/lex.py -rw-r--r-- root/root 4047 2025-10-22 08:11 ./usr/lib/python3/dist-packages/jsonpath/lru_cache.py -rw-r--r-- root/root 4167 2025-10-22 08:11 ./usr/lib/python3/dist-packages/jsonpath/match.py -rw-r--r-- root/root 29973 2025-10-22 08:11 ./usr/lib/python3/dist-packages/jsonpath/parse.py -rw-r--r-- root/root 25593 2025-10-22 08:11 ./usr/lib/python3/dist-packages/jsonpath/patch.py -rw-r--r-- root/root 15661 2025-10-22 08:11 ./usr/lib/python3/dist-packages/jsonpath/path.py -rw-r--r-- root/root 23037 2025-10-22 08:11 ./usr/lib/python3/dist-packages/jsonpath/pointer.py -rw-r--r-- root/root 0 2025-10-22 08:11 ./usr/lib/python3/dist-packages/jsonpath/py.typed -rw-r--r-- root/root 4458 2025-10-22 08:11 ./usr/lib/python3/dist-packages/jsonpath/segments.py -rw-r--r-- root/root 24645 2025-10-22 08:11 ./usr/lib/python3/dist-packages/jsonpath/selectors.py -rw-r--r-- root/root 360 2025-10-22 08:11 ./usr/lib/python3/dist-packages/jsonpath/serialize.py -rw-r--r-- root/root 3090 2025-10-22 08:11 ./usr/lib/python3/dist-packages/jsonpath/stream.py -rw-r--r-- root/root 4167 2025-10-22 08:11 ./usr/lib/python3/dist-packages/jsonpath/token.py -rw-r--r-- root/root 3973 2025-10-22 08:11 ./usr/lib/python3/dist-packages/jsonpath/unescape.py drwxr-xr-x root/root 0 2025-10-22 08:11 ./usr/lib/python3/dist-packages/python_jsonpath-2.0.1.dist-info/ -rw-r--r-- root/root 7 2025-10-22 08:11 ./usr/lib/python3/dist-packages/python_jsonpath-2.0.1.dist-info/INSTALLER -rw-r--r-- root/root 6529 2025-10-22 08:11 ./usr/lib/python3/dist-packages/python_jsonpath-2.0.1.dist-info/METADATA -rw-r--r-- root/root 87 2025-10-22 08:11 ./usr/lib/python3/dist-packages/python_jsonpath-2.0.1.dist-info/WHEEL -rw-r--r-- root/root 43 2025-10-22 08:11 ./usr/lib/python3/dist-packages/python_jsonpath-2.0.1.dist-info/entry_points.txt drwxr-xr-x root/root 0 2025-10-22 08:11 ./usr/share/ drwxr-xr-x root/root 0 2025-10-22 08:11 ./usr/share/doc/ drwxr-xr-x root/root 0 2025-10-22 08:11 ./usr/share/doc/python3-jsonpath/ -rw-r--r-- root/root 1712 2025-09-13 08:00 ./usr/share/doc/python3-jsonpath/README.md.gz -rw-r--r-- root/root 163 2025-10-22 08:11 ./usr/share/doc/python3-jsonpath/changelog.Debian.gz -rw-r--r-- root/root 7222 2025-09-13 08:00 ./usr/share/doc/python3-jsonpath/changelog.gz -rw-r--r-- root/root 3098 2025-10-22 08:11 ./usr/share/doc/python3-jsonpath/copyright |
copyright of python3-jsonpath_2.0.1-1_all.deb (click to toggle) | |
---|---|
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: python-jsonpath Upstream-Contact: James Prior <jamesgr.prior@gmail.com> Source: https://github.com/jg-rp/python-jsonpath Files: * Copyright: 2023-present James Prior <jamesgr.prior@gmail.com> License: Expat Files: tests/test*ietf*.py tests/test_*_rfc*.py Copyright: 2023 IETF Trust and the persons identified as authors of the code License: BSD-3-clause Files: debian/* Copyright: 2025 Edward Betts <edward@4angle.com> License: Expat License: Expat Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. License: BSD-3-clause Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . - Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. - Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - Neither the name of Internet Society, IETF or IETF Trust, nor the names of specific contributors, may be used to endorse or promote products derived from this software without specific prior written permission. . THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
Timestamp: 22.10.2025 / 11:02:37 (UTC)