pypi badge
This commit is contained in:
parent
a29f5df84f
commit
a874a3e9d0
@ -1,5 +1,6 @@
|
|||||||
[![pipeline status](https://gitlab.com/nicolalandro/obj2html/badges/main/pipeline.svg)](https://gitlab.com/nicolalandro/obj2html/-/commits/main)
|
[![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)
|
[![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
|
# Obj2Html
|
||||||
This lib is able to transform an .obj file to HTML that use three.js.
|
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
|
* [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
|
* [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](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
|
* [three.js](https://threejsfundamentals.org/): js lib to open and visualize 3D model
|
||||||
|
* [Shields.io](https://shields.io/): for custom static badges like pypi
|
||||||
|
Loading…
Reference in New Issue
Block a user