An open API service for producing an overview of a list of open source projects.

https://github.com/rapidfuzz/python-Levenshtein

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

Score: 22.03220871911925

Last synced: about 16 hours ago
JSON representation

Repository metadata:

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


Owner metadata:


GitHub Events

Total
Last Year

Committers metadata

Last synced: 7 days ago

Total Commits: 27
Total Committers: 2
Avg Commits per committer: 13.5
Development Distribution Score (DDS): 0.037

Commits in past year: 3
Committers in past year: 1
Avg Commits per committer in past year: 3.0
Development Distribution Score (DDS) in past year: 0.0

Name Email Commits
Max Bachmann k****t@m****e 26
Allen Calderwood 6****a 1

Issue and Pull Request metadata

Last synced: 1 day ago

Total issues: 8
Total pull requests: 2
Average time to close issues: 4 days
Average time to close pull requests: about 23 hours
Total issue authors: 8
Total pull request authors: 1
Average comments per issue: 1.38
Average comments per pull request: 0.5
Merged pull request: 2
Bot issues: 0
Bot pull requests: 0

Past year issues: 1
Past year pull requests: 0
Past year average time to close issues: N/A
Past year average time to close pull requests: N/A
Past year issue authors: 1
Past year pull request authors: 0
Past year average comments per issue: 2.0
Past year average comments per pull request: 0
Past year merged pull request: 0
Past year bot issues: 0
Past year bot pull requests: 0

More stats: https://issues.ecosyste.ms/repositories/lookup?url=https://github.com/rapidfuzz/python-Levenshtein

Top Issue Authors

  • JB-doogls (1)
  • sondosaabed (1)
  • jitvimol (1)
  • ZeusKC52 (1)
  • cuhland (1)
  • Manamama (1)
  • kylefoley76 (1)
  • GroovyGeek (1)

Top Pull Request Authors

  • calderwoodra (2)

Top Issue Labels

  • bug (1)
  • question (1)

Top Pull Request Labels


Package metadata

pypi.org: python-levenshtein

Python extension for computing string edit distances and similarities.

  • Homepage: https://github.com/rapidfuzz/python-Levenshtein
  • Documentation: https://rapidfuzz.github.io/Levenshtein/
  • Licenses: GPL-2.0-or-later
  • Latest release: 0.27.4 (published 17 days ago)
  • Last Synced: 2026-08-24T13:33:59.197Z (1 day ago)
  • Versions: 25
  • Dependent Packages: 114
  • Dependent Repositories: 1,426
  • Downloads: 13,053,922 Last month
  • Docker Downloads: 1,386,628
  • Rankings:
    • Downloads: 0.132%
    • Dependent packages count: 0.163%
    • Dependent repos count: 0.298%
    • Docker downloads count: 1.964%
    • Average: 4.66%
    • Stargazers count: 8.526%
    • Forks count: 16.878%
  • Maintainers (5)
anaconda.org: python-levenshtein

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 Warining: The package was renamed to 'levenshtein'. The 'python-levenshtein' package will continue to be updated alongside the new package.

  • Homepage: https://github.com/rapidfuzz/python-Levenshtein
  • Licenses: GPL-2.0-or-later
  • Latest release: 0.27.1 (published 12 months ago)
  • Last Synced: 2026-03-14T13:17:03.302Z (5 months ago)
  • Versions: 3
  • Dependent Packages: 0
  • Dependent Repositories: 29
  • Downloads: 19,792 Total
  • Rankings:
    • Stargazers count: 21.537%
    • Forks count: 25.638%
    • Dependent repos count: 29.131%
    • Average: 31.842%
    • Dependent packages count: 51.063%

Dependencies

.github/workflows/build.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v3 composite
  • pypa/gh-action-pypi-publish release/v1 composite
pyproject.toml pypi