From 01b84aa31ba87edecb2b3ddfe8f4a787f11c33f7 Mon Sep 17 00:00:00 2001 From: Thomas Marwitz Date: Fri, 13 Dec 2024 13:40:29 +0100 Subject: [PATCH] Add license badge --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b526f34..841a3e8 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ [![python-version](https://img.shields.io/pypi/pyversions/minimalkv?logoColor=white&logo=python&style=flat-square)](https://pypi.org/project/minimalkv) [![Documentation Status](https://readthedocs.org/projects/minimalkv/badge/?version=stable)](https://minimalkv.readthedocs.io/en/stable/?badge=stable) [![codecov.io](https://codecov.io/github/data-engineering-collective/minimalkv/coverage.svg?branch=main)](https://codecov.io/github/data-engineering-collective/minimalkv) +![PyPI - License](https://img.shields.io/pypi/l/minimalkv) _minimalkv_ is an API for very basic key-value stores used for small, frequently accessed data or large binary blobs. Its basic interface is easy to implement