Skip to main content

Python extension for computing string edit distances and similarities.

Project description

Introduction

This is a fork of python-Levenshtein which also distributes binary wheels for a lot of operating systems and architectures:

  • Windows (amd64 and x86)

  • OSX (10.6+)

  • Linux (x86_64 and i686)

The wheels can be installed with the python-Levenshtein-wheels package on PyPI.

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

It supports both normal and Unicode strings.

Python 2.2 or newer is required; Python 3 is supported.

StringMatcher.py is an example SequenceMatcher-like class built on the top of Levenshtein. It misses some SequenceMatcher’s functionality, and has some extra OTOH.

Levenshtein.c can be used as a pure C library, too. You only have to define NO_PYTHON preprocessor symbol (-DNO_PYTHON) when compiling it. The functionality is similar to that of the Python extension. No separate docs are provided yet, RTFS. But they are not interchangeable:

  • C functions exported when compiling with -DNO_PYTHON (see Levenshtein.h) are not exported when compiling as a Python extension (and vice versa)

  • Unicode character type used with -DNO_PYTHON is wchar_t, Python extension uses Py_UNICODE, they may be the same but don’t count on it

Documentation

gendoc.sh generates HTML API documentation, you probably want a selfcontained instead of includable version, so run in ./gendoc.sh --selfcontained. It needs Levenshtein already installed and genextdoc.py.

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 COPYING for the full text of GNU General Public License version 2.

History

This package was long missing from the Python Package Index and available as source checkout only, but can now be found on PyPI again.

We needed to restore this package for Go Mobile for Plone and Pywurfl projects which depend on this.

Source code

Authors

  • Maintainer: Toby Harradine <me@tobyharradine.id.au>

  • Python 3 compatibility: Esa Määttä

  • Jonatas CD: Fixed documentation generation

  • Previous maintainers: Antti Haapala <antti@haapala.name>, Mikko Ohtamaa

  • Original code: David Necas (Yeti) <yeti at physics.muni.cz>

Changelog

0.13.0

  • Distributed with wheels.

0.12.0

  • Fixed a bug in StringMatcher.StringMatcher.get_matching_blocks / extract_editops for Python 3; now allow only str editops on both Python 2 and Python 3, for simpler and working code.

  • Added documentation in the source distribution and in GIT

  • Fixed the package layout: renamed the .so/.dll to _levenshtein, and made it reside inside a package, along with the StringMatcher class.

  • Fixed spelling errors.

0.11.2

  • Fixed a bug in setup.py: installation would fail on Python 3 if the locale did not specify UTF-8 charset (Felix Yan).

  • Added COPYING, StringMatcher.py, gendoc.sh and NEWS in MANIFEST.in, as they were missing from source distributions.

0.11.1

  • Added Levenshtein.h to MANIFEST.in

0.11.0

  • Python 3 support, maintainership passed to Antti Haapala

0.10.1 - 0.10.2

  • Made python-Lehvenstein Git compatible and use setuptools for PyPi upload

  • Created HISTORY.txt and made README reST compatible

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

python-Levenshtein-wheels-0.13.2.tar.gz (38.1 kB view hashes)

Uploaded Source

Built Distributions

python_Levenshtein_wheels-0.13.2-pp37-pypy37_pp73-win32.whl (43.5 kB view hashes)

Uploaded PyPy Windows x86

python_Levenshtein_wheels-0.13.2-pp37-pypy37_pp73-manylinux2010_x86_64.whl (46.1 kB view hashes)

Uploaded PyPy manylinux: glibc 2.12+ x86-64

python_Levenshtein_wheels-0.13.2-pp36-pypy36_pp73-win32.whl (43.5 kB view hashes)

Uploaded PyPy Windows x86

python_Levenshtein_wheels-0.13.2-pp36-pypy36_pp73-manylinux2010_x86_64.whl (46.1 kB view hashes)

Uploaded PyPy manylinux: glibc 2.12+ x86-64

python_Levenshtein_wheels-0.13.2-pp27-pypy_73-manylinux2010_x86_64.whl (45.0 kB view hashes)

Uploaded PyPy manylinux: glibc 2.12+ x86-64

python_Levenshtein_wheels-0.13.2-cp39-cp39-win_amd64.whl (48.9 kB view hashes)

Uploaded CPython 3.9 Windows x86-64

python_Levenshtein_wheels-0.13.2-cp39-cp39-win32.whl (43.2 kB view hashes)

Uploaded CPython 3.9 Windows x86

python_Levenshtein_wheels-0.13.2-cp39-cp39-manylinux2010_x86_64.whl (149.7 kB view hashes)

Uploaded CPython 3.9 manylinux: glibc 2.12+ x86-64

python_Levenshtein_wheels-0.13.2-cp39-cp39-manylinux2010_i686.whl (140.5 kB view hashes)

Uploaded CPython 3.9 manylinux: glibc 2.12+ i686

python_Levenshtein_wheels-0.13.2-cp38-cp38-win_amd64.whl (48.5 kB view hashes)

Uploaded CPython 3.8 Windows x86-64

python_Levenshtein_wheels-0.13.2-cp38-cp38-win32.whl (43.1 kB view hashes)

Uploaded CPython 3.8 Windows x86

python_Levenshtein_wheels-0.13.2-cp38-cp38-manylinux2010_x86_64.whl (146.7 kB view hashes)

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

python_Levenshtein_wheels-0.13.2-cp38-cp38-manylinux2010_i686.whl (137.5 kB view hashes)

Uploaded CPython 3.8 manylinux: glibc 2.12+ i686

python_Levenshtein_wheels-0.13.2-cp37-cp37m-win_amd64.whl (48.5 kB view hashes)

Uploaded CPython 3.7m Windows x86-64

python_Levenshtein_wheels-0.13.2-cp37-cp37m-win32.whl (43.1 kB view hashes)

Uploaded CPython 3.7m Windows x86

python_Levenshtein_wheels-0.13.2-cp37-cp37m-manylinux2010_x86_64.whl (145.6 kB view hashes)

Uploaded CPython 3.7m manylinux: glibc 2.12+ x86-64

python_Levenshtein_wheels-0.13.2-cp37-cp37m-manylinux2010_i686.whl (136.4 kB view hashes)

Uploaded CPython 3.7m manylinux: glibc 2.12+ i686

python_Levenshtein_wheels-0.13.2-cp36-cp36m-win_amd64.whl (48.5 kB view hashes)

Uploaded CPython 3.6m Windows x86-64

python_Levenshtein_wheels-0.13.2-cp36-cp36m-win32.whl (43.1 kB view hashes)

Uploaded CPython 3.6m Windows x86

python_Levenshtein_wheels-0.13.2-cp36-cp36m-manylinux2010_x86_64.whl (144.7 kB view hashes)

Uploaded CPython 3.6m manylinux: glibc 2.12+ x86-64

python_Levenshtein_wheels-0.13.2-cp36-cp36m-manylinux2010_i686.whl (135.6 kB view hashes)

Uploaded CPython 3.6m manylinux: glibc 2.12+ i686

python_Levenshtein_wheels-0.13.2-cp27-cp27mu-manylinux2010_x86_64.whl (140.6 kB view hashes)

Uploaded CPython 2.7mu manylinux: glibc 2.12+ x86-64

python_Levenshtein_wheels-0.13.2-cp27-cp27mu-manylinux2010_i686.whl (131.8 kB view hashes)

Uploaded CPython 2.7mu manylinux: glibc 2.12+ i686

python_Levenshtein_wheels-0.13.2-cp27-cp27m-manylinux2010_x86_64.whl (140.8 kB view hashes)

Uploaded CPython 2.7m manylinux: glibc 2.12+ x86-64

python_Levenshtein_wheels-0.13.2-cp27-cp27m-manylinux2010_i686.whl (132.2 kB view hashes)

Uploaded CPython 2.7m manylinux: glibc 2.12+ i686

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page