From 33f41c1e720c986f2ee888d60f4e27a9b43def99 Mon Sep 17 00:00:00 2001 From: David J Pugh <6003255+djpugh@users.noreply.github.com> Date: Thu, 4 Jan 2024 10:01:07 +0000 Subject: [PATCH] Adding badges to README (#27) Adding badges --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 73b9eac..5e1f0ef 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # NSkit +[![Pipeline](https://github.com/djpugh/nskit/actions/workflows/pipeline.yaml/badge.svg?branch=main)](https://github.com/djpugh/nskit/actions/workflows/pipeline.yaml) [![FOSSA Status](https://app.fossa.com/api/projects/custom%2B20832%2Fgithub.com%2Fdjpugh%2Fnskit.svg?type=shield&issueType=license)](https://app.fossa.com/reports/81cec4f3-2c2b-4665-b21a-4eae88e1485d) [![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=djpugh_nskit&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=djpugh_nskit) [![codecov](https://codecov.io/gh/djpugh/nskit/graph/badge.svg?token=NyRzj37GFq)](https://codecov.io/gh/djpugh/nskit) [![License](https://img.shields.io/github/license/djpugh/nskit.svg)](https://github.com/djpugh/nskit/blob/master/LICENSE) [![PyPi](https://img.shields.io/pypi/v/nskit?style=flat-square)](https://pypi.org/project/nskit) [![Python Implementation](https://img.shields.io/pypi/implementation/nskit?style=flat-square)](https://pypi.org/project/nskit) [![Python Versions](https://img.shields.io/pypi/pyversions/nskit?style=flat-square)](https://pypi.org/project/nskit) [![Downloads](https://img.shields.io/pypi/dm/nskit?style=flat-square)](https://pypistats.org/packages/nskit) [![Issues](https://img.shields.io/github/issues/djpugh/nskit)](https://github.com/djpugh/nskit/issues) [![Pull Requests](https://img.shields.io/github/issues-pr-raw/djpugh/nskit)](https://github.com/djpugh/nskit/pulls) + ``nskit`` is a python package that provides useful utilities and implementations for creating and managing a namespaced codebase for python and other programming languages. Please see the documentation at https://djpugh.github.io/nskit for more information (the contribution guidelines can also be found at [docs/source/developing/index.md](docs/source/developing/index.md))