-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding badges
- Loading branch information
Showing
1 changed file
with
2 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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)) |