From bd5a5598dda7566fd88de13e45a2c81cdc629628 Mon Sep 17 00:00:00 2001 From: Quentin JEROME Date: Mon, 29 Apr 2024 14:09:50 +0200 Subject: [PATCH] chg: [python] README.md Added PyPi badge --- python/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/python/README.md b/python/README.md index 5712da8..2e1211b 100644 --- a/python/README.md +++ b/python/README.md @@ -1,3 +1,5 @@ +[![PyPI - Version](https://img.shields.io/pypi/v/poppy-py?style=for-the-badge)](https://pypi.org/project/poppy-py/) + This is a package providing python bindings for [poppy](https://github.com/hashlookup/poppy), a bloom filter library written in Rust. # Installation from git @@ -35,4 +37,4 @@ git clone https://github.com/hashlookup/poppy cd poppy/poppy-py # installs current bindings into the current virtual env maturin develop --release -``` \ No newline at end of file +```