Skip to content

Commit f1a6ed4

Browse files
authored
Add download stats
1 parent 7f45fe5 commit f1a6ed4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
<img src="images/logo.png" width="70%" height="70%"/>
22

3-
[![PyPI - Python](https://img.shields.io/badge/python-3.9%20|%203.10%20|%203.11%20|%203.12-blue.svg)](https://pypi.org/project/polyfuzz/)
3+
[![PyPI Downloads](https://static.pepy.tech/badge/polyfuzz)](https://pepy.tech/projects/polyfuzz)
4+
[![PyPI - Python](https://img.shields.io/badge/python-3.9+-blue.svg)](https://pypi.org/project/polyfuzz/)
45
[![PyPI - License](https://img.shields.io/badge/license-MIT-green.svg)](https://github.com/MaartenGr/polyfuzz/blob/master/LICENSE)
56
[![PyPI - PyPi](https://img.shields.io/pypi/v/polyfuzz)](https://pypi.org/project/polyfuzz/)
6-
[![Build](https://img.shields.io/github/workflow/status/MaartenGr/polyfuzz/Code%20Checks/master)](https://pypi.org/project/polyfuzz/)
7+
[![Build](https://img.shields.io/github/actions/workflow/status/MaartenGr/polyfuzz/testing.yml?branch=master)](https://github.com/MaartenGr/polyfuzz/actions)
78
[![docs](https://img.shields.io/badge/docs-Passing-green.svg)](https://maartengr.github.io/PolyFuzz/)
89
**`PolyFuzz`** performs fuzzy string matching, string grouping, and contains extensive evaluation functions.
910
PolyFuzz is meant to bring fuzzy string matching techniques together within a single framework.

0 commit comments

Comments
 (0)