From a874a3e9d0cc55a4beef26a1bfb849e56e89616d Mon Sep 17 00:00:00 2001 From: nicolalandro Date: Sun, 14 Nov 2021 16:09:05 +0100 Subject: [PATCH] pypi badge --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index de2ecc9..e70aa27 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ [![pipeline status](https://gitlab.com/nicolalandro/obj2html/badges/main/pipeline.svg)](https://gitlab.com/nicolalandro/obj2html/-/commits/main) [![coverage report](https://gitlab.com/nicolalandro/obj2html/badges/main/coverage.svg)](https://gitlab.com/nicolalandro/obj2html/-/commits/main) +[![pypi package](https://img.shields.io/badge/pypi%20package-obj2html-blue)](https://pypi.org/project/obj2html/) # Obj2Html This lib is able to transform an .obj file to HTML that use three.js. @@ -69,4 +70,6 @@ In this chapter I add at least a link for each of the knowledge needed for devel * [unittest](https://docs.python.org/3/library/unittest.html): the used python framework for test automation * [coverage.py](https://coverage.readthedocs.io/en/6.1.2/): lib used for code coverage computation * [gitlab ci/cd](https://docs.gitlab.com/ee/ci/quick_start/): for run the integration test +* [gitlab ci/cd display coverage](https://www.activestate.com/blog/how-to-set-up-ci-cd-for-python-on-gitlab/): how to display code coverage into badge * [three.js](https://threejsfundamentals.org/): js lib to open and visualize 3D model +* [Shields.io](https://shields.io/): for custom static badges like pypi