levenshtein

The Levenshtein Python C extension module contains functions for fast computation of Levenshtein distance and string similarity

https://github.com/rapidfuzz/Levenshtein

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (13.5%) to scientific vocabulary

Keywords

hacktoberfest levenshtein levenshtein-distance python string-comparison string-matching string-similarity

Keywords from Contributors

templates version
Last synced: 6 months ago · JSON representation

Repository

The Levenshtein Python C extension module contains functions for fast computation of Levenshtein distance and string similarity

Basic Info
Statistics
  • Stars: 346
  • Watchers: 5
  • Forks: 22
  • Open Issues: 2
  • Releases: 34
Topics
hacktoberfest levenshtein levenshtein-distance python string-comparison string-matching string-similarity
Created almost 5 years ago · Last pushed 11 months ago
Metadata Files
Readme Changelog Funding License Security

README.md

Levenshtein

Continuous Integration PyPI package version Python versions Documentation GitHub license

Introduction

The Levenshtein Python C extension module contains functions for fast computation of:

  • Levenshtein (edit) distance, and edit operations
  • string similarity
  • approximate median strings, and generally string averaging
  • string sequence and set similarity

Requirements

  • Python 3.9 or later

Installation

bash pip install levenshtein

Documentation

The documentation for the current version can be found at https://rapidfuzz.github.io/Levenshtein/

Support the project

If you are using Levenshtein for your work and feel like giving a bit of your own benefit back to support the project, consider sending us money through GitHub Sponsors or PayPal that we can use to buy us free time for the maintenance of this great library, to fix bugs in the software, review and integrate code contributions, to improve its features and documentation, or to just take a deep breath and have a cup of tea every once in a while. Thank you for your support.

Support the project through GitHub Sponsors or via PayPal:

.

License

Levenshtein is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

See the file LICENSE for the full text of GNU General Public License version 2.

Owner

  • Name: RapidFuzz
  • Login: rapidfuzz
  • Kind: organization

fuzzy string matching libraries for various programming languages

GitHub Events

Total
  • Create event: 5
  • Release event: 5
  • Issues event: 9
  • Watch event: 77
  • Delete event: 2
  • Issue comment event: 22
  • Push event: 18
  • Pull request event: 3
  • Fork event: 7
Last Year
  • Create event: 5
  • Release event: 5
  • Issues event: 9
  • Watch event: 77
  • Delete event: 2
  • Issue comment event: 22
  • Push event: 18
  • Pull request event: 3
  • Fork event: 7

Committers

Last synced: 9 months ago

All Time
  • Total Commits: 177
  • Total Committers: 20
  • Avg Commits per committer: 8.85
  • Development Distribution Score (DDS): 0.209
Past Year
  • Commits: 23
  • Committers: 3
  • Avg Commits per committer: 7.667
  • Development Distribution Score (DDS): 0.13
Top Committers
Name Email Commits
Max Bachmann k****t@m****e 140
Antti Haapala a****a@a****m 14
Mikko Ohtamaa m****o@m****m 2
Cristian Le g****t@l****v 2
Mikko Ohtamaa m****o@r****m 2
Sandro Tosi m****h@d****g 2
joncasdam j****d@g****m 2
Kerstin Kollmann c****e@k****m 1
Joerg Arndt j****g@a****e 1
Guy Rosin g****y@m****o 1
Felix Yan f****s@g****m 1
Esa Määttä w****r@i****i 1
DatGuy1 d****m@g****m 1
Antoine Tavant a****t@h****r 1
Andrew Stromnov s****v@g****m 1
Michał Górny m****y@g****g 1
Tim S t****x@o****m 1
atomflunder 8****r 1
friday m****l@a****m 1
Юрий Пайков p****v@f****m 1

Issues and Pull Requests

Last synced: 7 months ago

All Time
  • Total issues: 17
  • Total pull requests: 3
  • Average time to close issues: about 1 month
  • Average time to close pull requests: 23 days
  • Total issue authors: 16
  • Total pull request authors: 3
  • Average comments per issue: 3.35
  • Average comments per pull request: 1.33
  • Merged pull requests: 2
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 6
  • Pull requests: 3
  • Average time to close issues: 29 days
  • Average time to close pull requests: 23 days
  • Issue authors: 6
  • Pull request authors: 3
  • Average comments per issue: 2.33
  • Average comments per pull request: 1.33
  • Merged pull requests: 2
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • mgorny (2)
  • timfel (1)
  • 4ilin (1)
  • Avasam (1)
  • YagmurGULEC (1)
  • fakerybakery (1)
  • simplyandyg (1)
  • Maxl94 (1)
  • justuswolff-audit (1)
  • pgoslatara (1)
  • Gabriel-p (1)
  • allComputableThings (1)
  • LecrisUT (1)
  • GaetanLepage (1)
  • sandrotosi (1)
Pull Request Authors
  • LecrisUT (2)
  • Joerki (2)
  • maxbachmann (2)
Top Labels
Issue Labels
bug (4) question (2) documentation (1)
Pull Request Labels

Packages

  • Total packages: 5
  • Total downloads:
    • pypi 13,056,868 last-month
  • Total docker downloads: 53,496
  • Total dependent packages: 86
    (may contain duplicates)
  • Total dependent repositories: 504
    (may contain duplicates)
  • Total versions: 59
  • Total maintainers: 2
pypi.org: levenshtein

Python extension for computing string edit distances and similarities.

  • Versions: 33
  • Dependent Packages: 83
  • Dependent Repositories: 504
  • Downloads: 13,056,868 Last month
  • Docker Downloads: 53,496
Rankings
Downloads: 0.1%
Dependent packages count: 0.3%
Dependent repos count: 0.6%
Docker downloads count: 1.5%
Average: 2.9%
Stargazers count: 5.1%
Forks count: 9.6%
Maintainers (1)
Last synced: 6 months ago
alpine-edge: py3-levenshtein

Python extension for computing string edit distances and similarities

  • Versions: 13
  • Dependent Packages: 3
  • Dependent Repositories: 0
Rankings
Dependent repos count: 0.0%
Dependent packages count: 2.3%
Average: 12.1%
Stargazers count: 21.2%
Forks count: 24.8%
Maintainers (1)
Last synced: 6 months ago
alpine-edge: py3-levenshtein-pyc

Precompiled Python bytecode for py3-levenshtein

  • Versions: 11
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent repos count: 0.0%
Dependent packages count: 14.3%
Average: 14.9%
Stargazers count: 20.5%
Forks count: 24.9%
Maintainers (1)
Last synced: 6 months ago
alpine-v3.22: py3-levenshtein

Python extension for computing string edit distances and similarities

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent repos count: 0.0%
Dependent packages count: 0.0%
Average: 100%
Maintainers (1)
Last synced: 6 months ago
alpine-v3.22: py3-levenshtein-pyc

Precompiled Python bytecode for py3-levenshtein

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent repos count: 0.0%
Dependent packages count: 0.0%
Average: 100%
Maintainers (1)
Last synced: 6 months ago

Dependencies

.github/workflows/docs.yml actions
  • actions/checkout v2 composite
  • actions/setup-python v1 composite
  • peaceiris/actions-gh-pages v3 composite
.github/workflows/pythonbuild.yml actions
  • actions/checkout v2 composite
  • actions/download-artifact v2 composite
  • actions/setup-python v2 composite
  • actions/upload-artifact v2 composite
  • docker/setup-qemu-action v1 composite
  • pypa/cibuildwheel v2.10.1 composite
  • pypa/gh-action-pypi-publish release/v1 composite
setup.py pypi
  • rapidfuzz *