python-jsonpath

View on PyPIReverse Dependencies (7)

1.2.2 python_jsonpath-1.2.2-py3-none-any.whl

Wheel Details

Project: python-jsonpath
Version: 1.2.2
Filename: python_jsonpath-1.2.2-py3-none-any.whl
Download: [link]
Size: 53623
MD5: 2d62d3ad3b01a19dfc276f1d6e3fe9f1
SHA256: 7eda0dbd5b834147ec8a359d6c926ad360f211de7cfc5790cc8b4074de118caa
Uploaded: 2024-12-09 15:03:59 +0000

dist-info

METADATA

Metadata-Version: 2.3
Name: python-jsonpath
Version: 1.2.2
Summary: JSONPath, JSON Pointer and JSON Patch for Python.
Author-Email: James Prior <jamesgr.prior[at]gmail.com>
Project-Url: Documentation, https://jg-rp.github.io/python-jsonpath/
Project-Url: Issues, https://github.com/jg-rp/python-jsonpath/issues
Project-Url: Source, https://github.com/jg-rp/python-jsonpath
License: MIT
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.8
Description-Content-Type: text/markdown
[Description omitted; length: 5258 characters]

WHEEL

Wheel-Version: 1.0
Generator: hatchling 1.26.3
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
jsonpath/__about__.py sha256=_iZoSz5H1QL_IGahln1eJLDPeCpxCbG73dj16UsIHNM 132
jsonpath/__init__.py sha256=bhEkdyCEv_5MS9J-VyMSRAyIRc-jmKFjLee8-3SYQ3U 2368
jsonpath/__main__.py sha256=6Y5wOE7U-MHymopXOsxofaY30tVZYPGTJO0L4vytoUw 61
jsonpath/_data.py sha256=JEpu5Kg0_kgxYKUilBcHVdTmPxf3-Vc0NgaW6olsqyY 577
jsonpath/cli.py sha256=scpWfJXl1jLQ80ZyXqMCu8JtRgZUXluC11x6OkC4oeA 10026
jsonpath/env.py sha256=EqlLT6_WE7WbChNs_xDipF7V8uGG3EnyKabJ_bstpGs 22815
jsonpath/exceptions.py sha256=5n-9vaKTu5asWllHT0IN-824ewcNCyQIyKvQ58TERVk 4351
jsonpath/filter.py sha256=b2s_QXjZvcefh7LfDTqSHM-hM5VYy4bpjn1IQRAjeO8 20637
jsonpath/fluent_api.py sha256=mfAA2t-xUGOmGVr_1h9lxo3y4FsAvaxOpvOH8jZ4DHU 9117
jsonpath/lex.py sha256=8yrSLd3Q3A9Y4GeacOjboUp40XsR_BkRDQ3CC3UVcP8 10296
jsonpath/match.py sha256=b8fkPHsYjJSrTEOi68MFEyOCj0-FoQjFmMq-Ex4qvo0 3503
jsonpath/parse.py sha256=s7BuFsSgX2GuDubrFr-SDcCk2ZInGzPV04FNFcUwxPM 25214
jsonpath/patch.py sha256=tSr8-cGOY4lgnSX1PTYotObIZfakbTRaktrO4M4dqgQ 25321
jsonpath/path.py sha256=RUeP7k_WcvP5ZnYblcRDd_-wgo9VnMKyIevTcRImYE4 16421
jsonpath/pointer.py sha256=v8k16orIFFOHY1q_QRa5dj4gtPKA--YLA9srOLZpK_E 22299
jsonpath/py.typed sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
jsonpath/selectors.py sha256=u7YcHBt_yEQv0CeTtsOwVQuP5bHLT0_lnulUwShCKdQ 27370
jsonpath/stream.py sha256=S1xxgOsJlivu6Y8-kejMoYm7MgSlhjnoX_H5cem5Yhk 2815
jsonpath/token.py sha256=2xD2Wrxj7TgyREUhQxzcBcOWLhjz8demYBJ7BqaNJMA 3938
jsonpath/function_extensions/__init__.py sha256=wrUayhwlm6iNLnSIx_ER6EeGiqR91T_SIjNBUr42nX0 548
jsonpath/function_extensions/arguments.py sha256=whu8c76HGi5Bdj9U39hF71XGoRXpzwdUWmLw6Aumno8 1700
jsonpath/function_extensions/count.py sha256=FzTOkOLa01PFFSR1wjkDEOyBr_ZC_6yrNfFyGgx7NAk 581
jsonpath/function_extensions/filter_function.py sha256=B6z-02xO6CtNghLN92Acr_UmeiWwJaRDLCOTMcPOrfg 834
jsonpath/function_extensions/is_instance.py sha256=qm9m3UpKJew7qsuSQ5dEem7Ybo4jhCM1uf12wre0SRg 1760
jsonpath/function_extensions/keys.py sha256=vNdIV8xqr1LMG6RLJwb6iA5-VXgYSZu6CqprXEs6rYM 364
jsonpath/function_extensions/length.py sha256=Z9gtz0zhzT1_8LzzHm1TRhJlMWT5yEsqNtQCuWg14I0 786
jsonpath/function_extensions/match.py sha256=KjsH33fCFGonp2RV__FuaeIOTwLLcvgaaCi0juyEl-U 712
jsonpath/function_extensions/search.py sha256=O11fnkHlbvf0QPrLISYfhlPXBvVPBr-U8V0dGbd614Y 710
jsonpath/function_extensions/typeof.py sha256=yCAj9zOqSnam1mfHCGolNHWDmsBOvU3rAhbZDYycx50 1780
jsonpath/function_extensions/value.py sha256=fQMbPUV87Jn1nOwAlBpTeLmLIG5ejH0XQBOM_SR-Us4 721
python_jsonpath-1.2.2.dist-info/METADATA sha256=Mn-V3WnVVD-_id7rRuc5PH0e4bNfmJXVTX10LoRx4Ec 6344
python_jsonpath-1.2.2.dist-info/WHEEL sha256=C2FUgwZgiLbznR-k0b_5k3Ai_1aASOXDss3lzCUsUug 87
python_jsonpath-1.2.2.dist-info/entry_points.txt sha256=xvbWnAebJyOMI_9ugK0xrpFRlwmEsAJD2kNHU0Dvscc 43
python_jsonpath-1.2.2.dist-info/licenses/LICENSE.txt sha256=u7PksAQGI1QYWcERHeauMseZ4XAzDKUrKW8Z4wbeU1k 1101
python_jsonpath-1.2.2.dist-info/RECORD

entry_points.txt

json = jsonpath.cli:main