From f22de99857076038574c60b6ac5b7fa3ba8b977f Mon Sep 17 00:00:00 2001 From: Florent Valette Date: Thu, 11 Jul 2024 15:45:18 +0200 Subject: [PATCH] README: add python badges --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 160dadc..5a0af3a 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,10 @@ SPDX-License-Identifier: Apache-2.0 [![REUSE status](https://api.reuse.software/badge/github.com/outpost-os/python-dts-utils)](https://api.reuse.software/info/github.com/outpost-os/python-dts-utils) +![PyPI - Version](https://img.shields.io/pypi/v/dts-utils) +![PyPI - License](https://img.shields.io/pypi/l/dts-utils) +![PyPI - Python Version](https://img.shields.io/pypi/pyversions/dts-utils) + # dts-utils python package `dts-utils` is an utility python package that aims to ease dts handling in python and source code generation based on dts files. Dts file parsing, preprocessing, validation are **out of scope** of