From 64e3394548fe670e7853a2407799e13daa4bf2cb Mon Sep 17 00:00:00 2001 From: Chayim Date: Wed, 10 Jan 2024 11:37:56 +0200 Subject: [PATCH] Badge for latest released on Pypi (#182) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d1c0d9b..320aba1 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ [![Build Status](https://github.com/redis/hiredis-py/actions/workflows/integration.yaml/badge.svg)](https://github.com/redis/hiredis-py/actions/workflows/integration.yaml) [![License](https://img.shields.io/badge/License-BSD_3--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause) +[![pypi](https://badge.fury.io/py/hiredis.svg)](https://pypi.org/project/hiredis/) Python extension that wraps protocol parsing code in [hiredis][hiredis]. It primarily speeds up parsing of multi bulk replies.