Skip to content

Commit

Permalink
New:Bump to v0.1.1
Browse files Browse the repository at this point in the history
- 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
  • Loading branch information
linw1995 committed Dec 29, 2019
1 parent 35f0960 commit 70defe6
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 1 deletion.
40 changes: 40 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
JSONPATH
========

|license| |Pypi Status| |Python version| |Package version| |PyPI - Downloads|
|GitHub last commit| |Code style: black| |Build Status| |codecov|

A selector expression for extracting data from JSON.

Quickstarts
Expand Down Expand Up @@ -55,3 +58,40 @@ Usage
.find(data)
== expect
)
Changelog
~~~~~~~~~

- 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


.. |license| image:: https://img.shields.io/github/license/linw1995/jsonpath.svg
:target: https://github.com/linw1995/jsonpath/blob/master/LICENSE

.. |Pypi Status| image:: https://img.shields.io/pypi/status/jsonpath-extractor.svg
:target: https://pypi.org/project/jsonpath-extractor

.. |Python version| image:: https://img.shields.io/pypi/pyversions/jsonpath-extractor.svg
:target: https://pypi.org/project/jsonpath-extractor

.. |Package version| image:: https://img.shields.io/pypi/v/jsonpath-extractor.svg
:target: https://pypi.org/project/jsonpath-extractor

.. |PyPI - Downloads| image:: https://img.shields.io/pypi/dm/jsonpath-extractor.svg
:target: https://pypi.org/project/jsonpath-extractor

.. |GitHub last commit| image:: https://img.shields.io/github/last-commit/linw1995/jsonpath.svg
:target: https://github.com/linw1995/jsonpath

.. |Code style: black| image:: https://img.shields.io/badge/code%20style-black-000000.svg
:target: https://github.com/ambv/black

.. |Build Status| image:: https://img.shields.io/github/workflow/status/linw1995/jsonpath/Python%20package
:target: https://github.com/linw1995/jsonpath/actions?query=workflow%3A%22Python+package%22

.. |codecov| image:: https://codecov.io/gh/linw1995/jsonpath/branch/master/graph/badge.svg
:target: https://codecov.io/gh/linw1995/jsonpath
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "jsonpath-extractor"
version = "0.1.0"
version = "0.1.1"
license = "MIT"
description = "A selector expression for extracting data from JSON."
authors = ["林玮 <[email protected]>"]
Expand Down

0 comments on commit 70defe6

Please sign in to comment.