Skip to content

Commit

Permalink
chg: [python] README.md
Browse files Browse the repository at this point in the history
Added PyPi badge
  • Loading branch information
qjerome committed Apr 29, 2024
1 parent 779b8d3 commit bd5a559
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion python/README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
```
```

0 comments on commit bd5a559

Please sign in to comment.