We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9940f62 commit 190ffceCopy full SHA for 190ffce
jsonpath/__init__.py
@@ -2,7 +2,7 @@
2
JSONPath
3
========
4
5
-A more powerful JSONPath implementation in modern python.
+A lightweight and powerful JSONPath implementation for Python.
6
"""
7
8
from importlib.metadata import version
pyproject.toml
@@ -5,7 +5,7 @@ build-backend = "hatchling.build"
[project]
name = "jsonpath-python"
version = "1.1.3"
-description = "A more powerful JSONPath implementation in modern python"
+description = "A lightweight and powerful JSONPath implementation for Python"
9
readme = "README.md"
10
license = { file = "LICENSE" }
11
authors = [{ name = "sean2077", email = "sean2077@users.noreply.github.com" }]
0 commit comments