summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorptmcg <ptmcg@austin.rr.com>2022-08-29 00:10:53 -0500
committerptmcg <ptmcg@austin.rr.com>2022-08-29 00:10:53 -0500
commit1f4b32c591f1f030e793b6999eb3447b8e713f2f (patch)
tree07dab943ee45fe8ac4363a1e8700c6b732b2ca89
parente777b0c8f3af223130e3b8198dfc98839745d1eb (diff)
downloadpyparsing-git-NZd4iiDQleE1FBF0.tar.gz
Add badges to README.rstNZd4iiDQleE1FBF0
-rw-r--r--README.rst17
1 files changed, 15 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index f51c9dd..17e36aa 100644
--- a/README.rst
+++ b/README.rst
@@ -1,7 +1,7 @@
PyParsing -- A Python Parsing Module
====================================
-|Build Status| |Coverage|
+|Version| |Build Status| |Coverage| |License| |Python Versions|
Introduction
============
@@ -63,7 +63,7 @@ entire directory of examples can be found `here <https://github.com/pyparsing/py
License
=======
-MIT License. See header of the `pyparsing.py <https://github.com/pyparsing/pyparsing/blob/master/pyparsing/__init__.py#L1-L23>`__ file.
+MIT License. See header of the `pyparsing __init__.py <https://github.com/pyparsing/pyparsing/blob/master/pyparsing/__init__.py#L1-L23>`__ file.
History
=======
@@ -72,5 +72,18 @@ See `CHANGES <https://github.com/pyparsing/pyparsing/blob/master/CHANGES>`__ fil
.. |Build Status| image:: https://github.com/pyparsing/pyparsing/actions/workflows/ci.yml/badge.svg
:target: https://github.com/pyparsing/pyparsing/actions/workflows/ci.yml
+
.. |Coverage| image:: https://codecov.io/gh/pyparsing/pyparsing/branch/master/graph/badge.svg
:target: https://codecov.io/gh/pyparsing/pyparsing
+
+.. |Version| image:: https://img.shields.io/pypi/v/pyparsing?style=flat-square
+ :target: https://pypi.org/project/pyparsing/
+ :alt: Version
+
+.. |License| image:: https://img.shields.io/pypi/l/pyparsing.svg?style=flat-square
+ :target: https://pypi.org/project/pyparsing/
+ :alt: License
+
+.. |Python Versions| image:: https://img.shields.io/pypi/pyversions/pyparsing.svg?style=flat-square
+ :target: https://pypi.org/project/python-liquid/
+ :alt: Python versions