Skip to content

Commit

Permalink
Adding badges to README (#27)
Browse files Browse the repository at this point in the history
Adding badges
  • Loading branch information
djpugh authored Jan 4, 2024
1 parent c5bcab3 commit 33f41c1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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))

0 comments on commit 33f41c1

Please sign in to comment.