simple_jsonpath 0.4.3__tar.gz → 0.4.4__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {simple_jsonpath-0.4.3 → simple_jsonpath-0.4.4}/Cargo.lock +1 -1
- {simple_jsonpath-0.4.3 → simple_jsonpath-0.4.4}/Cargo.toml +1 -1
- {simple_jsonpath-0.4.3 → simple_jsonpath-0.4.4}/PKG-INFO +2 -1
- {simple_jsonpath-0.4.3 → simple_jsonpath-0.4.4}/pyproject.toml +2 -1
- simple_jsonpath-0.4.4/tox.ini +10 -0
- {simple_jsonpath-0.4.3 → simple_jsonpath-0.4.4}/.github/workflows/CI.yml +0 -0
- {simple_jsonpath-0.4.3 → simple_jsonpath-0.4.4}/.gitignore +0 -0
- {simple_jsonpath-0.4.3 → simple_jsonpath-0.4.4}/LICENSE +0 -0
- {simple_jsonpath-0.4.3 → simple_jsonpath-0.4.4}/README.md +0 -0
- {simple_jsonpath-0.4.3 → simple_jsonpath-0.4.4}/python/simple_jsonpath/__init__.py +0 -0
- {simple_jsonpath-0.4.3 → simple_jsonpath-0.4.4}/python/simple_jsonpath/_simple_jsonpath.pyi +0 -0
- {simple_jsonpath-0.4.3 → simple_jsonpath-0.4.4}/python/simple_jsonpath/jsonpath.py +0 -0
- {simple_jsonpath-0.4.3 → simple_jsonpath-0.4.4}/python/simple_jsonpath/py.typed +0 -0
- {simple_jsonpath-0.4.3 → simple_jsonpath-0.4.4}/src/lib.rs +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: simple_jsonpath
|
|
3
|
-
Version: 0.4.
|
|
3
|
+
Version: 0.4.4
|
|
4
4
|
Classifier: Intended Audience :: Developers
|
|
5
5
|
Classifier: Programming Language :: Rust
|
|
6
6
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
@@ -12,6 +12,7 @@ Classifier: Programming Language :: Python :: 3.12
|
|
|
12
12
|
Classifier: Programming Language :: Python :: 3.13
|
|
13
13
|
Classifier: Programming Language :: Python :: 3.14
|
|
14
14
|
Requires-Dist: orjson>=3.11.7
|
|
15
|
+
Requires-Dist: typing-extensions>=4.0.0,<5.0.0
|
|
15
16
|
License-File: LICENSE
|
|
16
17
|
Summary: A simple - yet quick - JSONPath implementation for querying JSON data.
|
|
17
18
|
Keywords: jsonpath
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|