From b100651b8bee1254484b54854484f9be7b3a2774 Mon Sep 17 00:00:00 2001 From: Fabian Zills Date: Thu, 3 Oct 2024 12:02:56 +0200 Subject: [PATCH] badge --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 6ec25e1..2d84940 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ +[![zincware](https://img.shields.io/badge/Powered%20by-zincware-darkcyan)](https://github.com/zincware) +[![PyPI version](https://badge.fury.io/py/znfields.svg)](https://badge.fury.io/py/znfields) +[![Coverage Status](https://coveralls.io/repos/github/zincware/znfields/badge.svg?branch=main)](https://coveralls.io/github/zincware/znfields?branch=main) + # znfields Provide a `getter` for `dataclasses.fields` to allow e.g. for lazy evaluation.