From ec223b9529b896b2ba76ad527fdfb7e6a43da677 Mon Sep 17 00:00:00 2001 From: Ayush Anand <36472216+ayushanand18@users.noreply.github.com> Date: Sun, 5 Nov 2023 20:03:47 +0530 Subject: [PATCH] update(README): adds status badges adds status badges to PyPI, Build Docs, and Tests --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9d4b484..bda8b5d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,8 @@ # PyDwcViz +[![pypi](https://img.shields.io/pypi/v/pydwcviz.svg)](https://pypi.python.org/pypi/pydwcviz) +[![Build and Deploy docs](https://github.com/marinebon/py-dwc-viz/actions/workflows/build-docs.yml/badge.svg)](https://github.com/marinebon/py-dwc-viz/actions/workflows/build-docs.yml) +[![Tests](https://github.com/marinebon/py-dwc-viz/actions/workflows/tests.yml/badge.svg)](https://github.com/marinebon/py-dwc-viz/actions/workflows/tests.yml) + A python package that makes Darwin-Core Data analysis and visualization easy. ## Installation @@ -19,4 +23,4 @@ Module | Description The documentation can be found at [GitHub Pages](https://marinebon.github.io/py-dwc-viz). ## Authors -Open-sourced and Built with ❤️ by MBON volunteers \ No newline at end of file +Open-sourced and Built with ❤️ by MBON volunteers