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 dedd67e commit 74afceeCopy full SHA for 74afcee
setup.py
@@ -6,8 +6,9 @@
6
name='jsonpath-ng',
7
version='1.4.3',
8
description=(
9
- 'A robust and significantly extended implementation '
10
- 'of JSONPath for Python, with a clear AST for metaprogramming.'
+ 'A final implementation of JSONPath for Python that aims to be '
+ 'standard compliant, including arithmetic and binary comparison '
11
+ 'operators and providing clear AST for metaprogramming.'
12
),
13
author='Tomas Aparicio',
14
author_email='tomas@aparicio.me',
0 commit comments