From b269ff59ed33e0f66f16305bd1fd36cc2455c878 Mon Sep 17 00:00:00 2001 From: pvnksarma <56369228+pvnksarma@users.noreply.github.com> Date: Wed, 12 Apr 2023 01:22:28 -0400 Subject: [PATCH] Update README.md fuzzywuzzy git repo is moved and renamed to thefuzz --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7856d360..f84684c4 100644 --- a/README.md +++ b/README.md @@ -1192,7 +1192,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [chardet](https://github.com/chardet/chardet) - Python 2/3 compatible character encoding detector. * [difflib](https://docs.python.org/3/library/difflib.html) - (Python standard library) Helpers for computing deltas. * [ftfy](https://github.com/LuminosoInsight/python-ftfy) - Makes Unicode text less broken and more consistent automagically. - * [fuzzywuzzy](https://github.com/seatgeek/fuzzywuzzy) - Fuzzy String Matching. + * [thefuzz](https://github.com/seatgeek/thefuzz) - Fuzzy String Matching. * [Levenshtein](https://github.com/ztane/python-Levenshtein/) - Fast computation of Levenshtein distance and string similarity. * [pangu.py](https://github.com/vinta/pangu.py) - Paranoid text spacing. * [pyfiglet](https://github.com/pwaller/pyfiglet) - An implementation of figlet written in Python.