{"categories":[{"label":"Text Processing","url":"https://skillfed.io/packages/category/text-processing"}],"enrichment":{"capability":"Computes Levenshtein edit distance, string similarity, and approximate median strings through a C extension module for fast string comparison operations.","skillfed_tags":["string-algorithms","fuzzy-matching"],"use_cases":["Fuzzy string matching in search or autocomplete systems where approximate matches are needed.","Data deduplication by computing similarity scores between records to identify near-duplicates.","Spell-checking and typo correction by finding the closest matching word in a dictionary.","Record linkage in data integration pipelines to match entities across datasets.","Sequence alignment in bioinformatics or text analysis workflows."],"what_it_does":"Levenshtein is a Python C extension that provides fast computation of string edit distances and similarity metrics. It implements the classic Levenshtein algorithm along with related operations like approximate median strings and sequence similarity, making it suitable for fuzzy string matching, deduplication, and text comparison tasks where performance matters.\n\nThe package is actively maintained and supports current Python versions (3.10 through 3.14). It installs as a wheel with low friction and has no external runtime dependencies beyond the Python standard library. The copyleft GPL-2.0-or-later license means derivative works must be open-sourced under compatible terms.","worth_installing":"Yes. The package is actively maintained, has no known vulnerabilities, installs with low friction, and fills a specific need for fast string distance computation. The GPL-2.0-or-later license is a hard requirement only if you need to distribute proprietary code; for internal use or open-source projects it poses no barrier."},"id":"python-levenshtein","links":{"html":"https://skillfed.io/packages/python-levenshtein","md":"https://skillfed.io/packages/python-levenshtein.md","pypi":"https://pypi.org/project/python-levenshtein/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-08-08","license_spdx":null,"license_treatment":"copyleft","name":"python-Levenshtein","python_support":"supports_current","summary":"Python extension for computing string edit distances and similarities."},"popularity":{"monthly_downloads":14084844,"position":1248,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"0.27.4"}
