From ac19c7c58fef421d8359338ea878da136abf06e5 Mon Sep 17 00:00:00 2001 From: sethg Date: Thu, 16 May 2024 17:26:08 +0200 Subject: [PATCH] Update README.rst with badges --- README.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.rst b/README.rst index 452a1ed..cbcb92a 100644 --- a/README.rst +++ b/README.rst @@ -2,6 +2,8 @@ cascade =============================== +| |Version| |Coveralls| |Downloads| + A Python library to assign river order to hydrometric networks * Documentation: https://compassinformatics.github.io/cascade/ @@ -20,3 +22,12 @@ Installation .. code-block:: bash pip install cascade-rivers + +.. |Version| image:: https://img.shields.io/pypi/v/cascade-rivers.svg + :target: https://pypi.python.org/pypi/cascade-rivers + +.. |Coveralls| image:: https://coveralls.io/repos/github/compassinformatics/cascade/badge.svg?branch=main + :target: https://coveralls.io/github/compassinformatics/cascade?branch=main + +.. |Downloads| image:: http://pepy.tech/badge/cascade-rivers + :target: http://pepy.tech/project/cascade-rivers \ No newline at end of file