rapidfuzz/RapidFuzz
Rapid fuzzy string matching in Python using various string metrics observed · 2026-08-28
Health v2 · maintenance only
87/100
- Activity 97
- Release rhythm 66
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 31.0
- age_days: 2377
- days_rel: 148
- days_push: 23
- n_releases_24m: 13
Adoption not part of the score
4085 stars · 168 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
RapidFuzz is a fast fuzzy string matching library for Python and C++ offering many string metrics such as Levenshtein, Jaro-Winkler, and Hamming distances. It is MIT-licensed, largely a drop-in replacement for FuzzyWuzzy, and achieves high performance through optimized C++ implementations with a pure Python fallback.
Use cases
- fuzzy match user input against a list of known strings
- compute Levenshtein distance between two strings in Python
- deduplicate messy product names in a dataset
- find best matching city name from misspelled user queries
- replace fuzzywuzzy with a faster MIT-licensed alternative
- score string similarity with jaro-winkler or hamming metrics
When to choose
- you need fast, accurate fuzzy string matching in Python or C++
- you want an MIT-licensed drop-in replacement for fuzzywuzzy/thefuzz
- you need many string metrics beyond basic Levenshtein
- you must run on platforms where C extensions cannot be compiled
When to avoid
- you need full-text semantic search or embeddings-based similarity rather than edit-distance metrics
- you need a search engine with indexing and ranking over large corpora
- your project is not in Python or C++
Facets
library · maturity stable
nlp search-engine developer-tools developer-tools python cpp cross-platform string-matching fuzzy-matching levenshtein-distance string-similarity fuzzywuzzy-replacement natural-language-processing algorithms
2 sources
- readme: https://github.com/rapidfuzz/RapidFuzz · fetched 2026-08-28 · ef19aff35452
- homepage: https://rapidfuzz.github.io/RapidFuzz/ · fetched 2026-08-29 · 5527d95e9f50
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| rapidfuzz/RapidFuzz | main | 87 |
For agents
markdown · JSON · MCP: product_card(name="rapidfuzz/RapidFuzz")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem