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 39ee4cf commit a28c2ecCopy full SHA for a28c2ec
1 file changed
README.md
@@ -11,6 +11,9 @@ A flexible JSONPath engine for Python with JSON Pointer and JSON Patch.
11
<a href="https://github.com/jg-rp/python-jsonpath/actions">
12
<img src="https://img.shields.io/github/actions/workflow/status/jg-rp/python-jsonpath/tests.yaml?branch=main&label=tests&style=flat-square" alt="Tests">
13
</a>
14
+ <a href="https://pypi.org/project/python-jsonpath">
15
+ <img alt="PyPI - Downloads" src="https://img.shields.io/pypi/dm/python-jsonpath">
16
+ </a>
17
<br>
18
<a href="https://pypi.org/project/python-jsonpath">
19
<img src="https://img.shields.io/pypi/v/python-jsonpath.svg?style=flat-square" alt="PyPi - Version">
0 commit comments