Skip to content

Commit 70defe6

Browse files
committed
New:Bump to v0.1.1
- 35f0960 New:Add release actions for pypi and gh-release - ce022b6 New:Add codecov for code coverage report - 7f4fe3c Fix:The reduce/reduce conflicts - 258b0fa Fix:The shift/reduce conflicts - 95f088d New:Add Github Actions for CI
1 parent 35f0960 commit 70defe6

File tree

2 files changed

+41
-1
lines changed

2 files changed

+41
-1
lines changed

README.rst

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
JSONPATH
33
========
44

5+
|license| |Pypi Status| |Python version| |Package version| |PyPI - Downloads|
6+
|GitHub last commit| |Code style: black| |Build Status| |codecov|
7+
58
A selector expression for extracting data from JSON.
69

710
Quickstarts
@@ -55,3 +58,40 @@ Usage
5558
.find(data)
5659
== expect
5760
)
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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "jsonpath-extractor"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
license = "MIT"
55
description = "A selector expression for extracting data from JSON."
66
authors = ["林玮 <[email protected]>"]

0 commit comments

Comments
 (0)