|
2 | 2 | JSONPATH
|
3 | 3 | ========
|
4 | 4 |
|
| 5 | +|license| |Pypi Status| |Python version| |Package version| |PyPI - Downloads| |
| 6 | +|GitHub last commit| |Code style: black| |Build Status| |codecov| |
| 7 | + |
5 | 8 | A selector expression for extracting data from JSON.
|
6 | 9 |
|
7 | 10 | Quickstarts
|
|
55 | 58 | .find(data)
|
56 | 59 | == expect
|
57 | 60 | )
|
| 61 | +
|
| 62 | +Changelog |
| 63 | +~~~~~~~~~ |
| 64 | + |
| 65 | +- 35f0960 New:Add release actions for pypi and gh-release |
| 66 | +- ce022b6 New:Add codecov for code coverage report |
| 67 | +- 7f4fe3c Fix:The reduce/reduce conflicts |
| 68 | +- 258b0fa Fix:The shift/reduce conflicts |
| 69 | +- 95f088d New:Add Github Actions for CI |
| 70 | + |
| 71 | + |
| 72 | +.. |license| image:: https://img.shields.io/github/license/linw1995/jsonpath.svg |
| 73 | + :target: https://github.com/linw1995/jsonpath/blob/master/LICENSE |
| 74 | + |
| 75 | +.. |Pypi Status| image:: https://img.shields.io/pypi/status/jsonpath-extractor.svg |
| 76 | + :target: https://pypi.org/project/jsonpath-extractor |
| 77 | + |
| 78 | +.. |Python version| image:: https://img.shields.io/pypi/pyversions/jsonpath-extractor.svg |
| 79 | + :target: https://pypi.org/project/jsonpath-extractor |
| 80 | + |
| 81 | +.. |Package version| image:: https://img.shields.io/pypi/v/jsonpath-extractor.svg |
| 82 | + :target: https://pypi.org/project/jsonpath-extractor |
| 83 | + |
| 84 | +.. |PyPI - Downloads| image:: https://img.shields.io/pypi/dm/jsonpath-extractor.svg |
| 85 | + :target: https://pypi.org/project/jsonpath-extractor |
| 86 | + |
| 87 | +.. |GitHub last commit| image:: https://img.shields.io/github/last-commit/linw1995/jsonpath.svg |
| 88 | + :target: https://github.com/linw1995/jsonpath |
| 89 | + |
| 90 | +.. |Code style: black| image:: https://img.shields.io/badge/code%20style-black-000000.svg |
| 91 | + :target: https://github.com/ambv/black |
| 92 | + |
| 93 | +.. |Build Status| image:: https://img.shields.io/github/workflow/status/linw1995/jsonpath/Python%20package |
| 94 | + :target: https://github.com/linw1995/jsonpath/actions?query=workflow%3A%22Python+package%22 |
| 95 | + |
| 96 | +.. |codecov| image:: https://codecov.io/gh/linw1995/jsonpath/branch/master/graph/badge.svg |
| 97 | + :target: https://codecov.io/gh/linw1995/jsonpath |
0 commit comments