From 5b07fbda65b463812c9beda8979913eca62d4a43 Mon Sep 17 00:00:00 2001 From: "Chayim I. Kirshen" Date: Thu, 28 Dec 2023 11:35:31 +0200 Subject: [PATCH] pypy badge --- 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.