From ad6048d5fa1543daab29f58847b6faf88719f9ba Mon Sep 17 00:00:00 2001 From: Marko Ristin Date: Mon, 4 Nov 2024 09:39:53 +0500 Subject: [PATCH] Add badges to README We add badges to help with the project's visibility. --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 42403bb..235ac13 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # aas-core3.0-python-protobuf -Convert Asset Administration Shells V3.0 between Python and ProtoBuf objects. + +[![CI](https://github.com/aas-core-works/aas-core3.0-python-protobuf/actions/workflows/ci.yml/badge.svg)](https://github.com/aas-core-works/aas-core3.0-python-protobuf/actions/workflows/ci.yml) +[![Test Coverage](https://coveralls.io/repos/github/aas-core-works/aas-core3.0-python-protobuf/badge.svg?branch=main)](https://coveralls.io/github/aas-core-works/aas-core3.0-python-protobuf?branch=main) +[![PyPI - Version](https://badge.fury.io/py/aas-core3.0-protobuf.svg)](https://pypi.org/project/aas-core3.0-protobuf/) +[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/aas-core3.0-protobuf.svg)](https://pypi.org/project/aas-core3.0-protobuf/) This is a library to convert Asset Administration Shells V3.0 between Python and ProtoBuf objects.