Skip to main content

Python extension for computing string edit distances and similarities.

Project description

Levenshtein

Continous 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

This is a fork of ztane/python-Levenshtein, since the original project is no longer actively maintained.

Requirements

  • Python 3.6 or later

Installation

pip install levenshtein

Documentation

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

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.

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

Levenshtein-0.20.1.tar.gz (113.4 kB view details)

Uploaded Source

Built Distributions

Levenshtein-0.20.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.4 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

Levenshtein-0.20.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.4 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

Levenshtein-0.20.1-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (1.4 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

Levenshtein-0.20.1-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.4 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

Levenshtein-0.20.1-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.4 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

Levenshtein-0.20.1-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (1.4 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

Levenshtein-0.20.1-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.4 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

Levenshtein-0.20.1-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.4 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

Levenshtein-0.20.1-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (1.4 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

Levenshtein-0.20.1-cp310-cp310-win_amd64.whl (182.1 kB view details)

Uploaded CPython 3.10 Windows x86-64

Levenshtein-0.20.1-cp310-cp310-win32.whl (165.7 kB view details)

Uploaded CPython 3.10 Windows x86

Levenshtein-0.20.1-cp310-cp310-musllinux_1_1_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

Levenshtein-0.20.1-cp310-cp310-musllinux_1_1_s390x.whl (2.1 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ s390x

Levenshtein-0.20.1-cp310-cp310-musllinux_1_1_ppc64le.whl (1.9 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ ppc64le

Levenshtein-0.20.1-cp310-cp310-musllinux_1_1_i686.whl (2.1 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

Levenshtein-0.20.1-cp310-cp310-musllinux_1_1_aarch64.whl (1.8 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ ARM64

Levenshtein-0.20.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

Levenshtein-0.20.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.6 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ s390x

Levenshtein-0.20.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.4 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ppc64le

Levenshtein-0.20.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

Levenshtein-0.20.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (1.4 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

Levenshtein-0.20.1-cp310-cp310-macosx_11_0_arm64.whl (106.2 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

Levenshtein-0.20.1-cp310-cp310-macosx_10_9_x86_64.whl (136.5 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

Levenshtein-0.20.1-cp310-cp310-macosx_10_9_universal2.whl (230.3 kB view details)

Uploaded CPython 3.10 macOS 10.9+ universal2 (ARM64, x86-64)

Levenshtein-0.20.1-cp39-cp39-win_amd64.whl (182.2 kB view details)

Uploaded CPython 3.9 Windows x86-64

Levenshtein-0.20.1-cp39-cp39-win32.whl (165.9 kB view details)

Uploaded CPython 3.9 Windows x86

Levenshtein-0.20.1-cp39-cp39-musllinux_1_1_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

Levenshtein-0.20.1-cp39-cp39-musllinux_1_1_s390x.whl (2.1 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ s390x

Levenshtein-0.20.1-cp39-cp39-musllinux_1_1_ppc64le.whl (1.9 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ ppc64le

Levenshtein-0.20.1-cp39-cp39-musllinux_1_1_i686.whl (2.1 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

Levenshtein-0.20.1-cp39-cp39-musllinux_1_1_aarch64.whl (1.8 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ ARM64

Levenshtein-0.20.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

Levenshtein-0.20.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.6 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ s390x

Levenshtein-0.20.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.4 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ppc64le

Levenshtein-0.20.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

Levenshtein-0.20.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (1.4 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

Levenshtein-0.20.1-cp39-cp39-macosx_11_0_arm64.whl (106.5 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

Levenshtein-0.20.1-cp39-cp39-macosx_10_9_x86_64.whl (136.7 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

Levenshtein-0.20.1-cp39-cp39-macosx_10_9_universal2.whl (230.8 kB view details)

Uploaded CPython 3.9 macOS 10.9+ universal2 (ARM64, x86-64)

Levenshtein-0.20.1-cp38-cp38-win_amd64.whl (182.3 kB view details)

Uploaded CPython 3.8 Windows x86-64

Levenshtein-0.20.1-cp38-cp38-win32.whl (165.9 kB view details)

Uploaded CPython 3.8 Windows x86

Levenshtein-0.20.1-cp38-cp38-musllinux_1_1_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

Levenshtein-0.20.1-cp38-cp38-musllinux_1_1_s390x.whl (2.1 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ s390x

Levenshtein-0.20.1-cp38-cp38-musllinux_1_1_ppc64le.whl (1.9 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ ppc64le

Levenshtein-0.20.1-cp38-cp38-musllinux_1_1_i686.whl (2.1 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

Levenshtein-0.20.1-cp38-cp38-musllinux_1_1_aarch64.whl (1.8 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ ARM64

Levenshtein-0.20.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

Levenshtein-0.20.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.6 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ s390x

Levenshtein-0.20.1-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.4 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ppc64le

Levenshtein-0.20.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

Levenshtein-0.20.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (1.4 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

Levenshtein-0.20.1-cp38-cp38-macosx_11_0_arm64.whl (106.1 kB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

Levenshtein-0.20.1-cp38-cp38-macosx_10_9_x86_64.whl (136.4 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

Levenshtein-0.20.1-cp38-cp38-macosx_10_9_universal2.whl (230.2 kB view details)

Uploaded CPython 3.8 macOS 10.9+ universal2 (ARM64, x86-64)

Levenshtein-0.20.1-cp37-cp37m-win_amd64.whl (184.1 kB view details)

Uploaded CPython 3.7m Windows x86-64

Levenshtein-0.20.1-cp37-cp37m-win32.whl (166.5 kB view details)

Uploaded CPython 3.7m Windows x86

Levenshtein-0.20.1-cp37-cp37m-musllinux_1_1_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ x86-64

Levenshtein-0.20.1-cp37-cp37m-musllinux_1_1_s390x.whl (2.1 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ s390x

Levenshtein-0.20.1-cp37-cp37m-musllinux_1_1_ppc64le.whl (1.9 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ ppc64le

Levenshtein-0.20.1-cp37-cp37m-musllinux_1_1_i686.whl (2.1 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ i686

Levenshtein-0.20.1-cp37-cp37m-musllinux_1_1_aarch64.whl (1.8 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ ARM64

Levenshtein-0.20.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.4 MB view details)

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

Levenshtein-0.20.1-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.6 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ s390x

Levenshtein-0.20.1-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.5 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ppc64le

Levenshtein-0.20.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

Levenshtein-0.20.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (1.4 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

Levenshtein-0.20.1-cp37-cp37m-macosx_10_9_x86_64.whl (136.7 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

Levenshtein-0.20.1-cp36-cp36m-win_amd64.whl (182.3 kB view details)

Uploaded CPython 3.6m Windows x86-64

Levenshtein-0.20.1-cp36-cp36m-win32.whl (164.7 kB view details)

Uploaded CPython 3.6m Windows x86

Levenshtein-0.20.1-cp36-cp36m-musllinux_1_1_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.6m musllinux: musl 1.1+ x86-64

Levenshtein-0.20.1-cp36-cp36m-musllinux_1_1_s390x.whl (2.1 MB view details)

Uploaded CPython 3.6m musllinux: musl 1.1+ s390x

Levenshtein-0.20.1-cp36-cp36m-musllinux_1_1_ppc64le.whl (1.9 MB view details)

Uploaded CPython 3.6m musllinux: musl 1.1+ ppc64le

Levenshtein-0.20.1-cp36-cp36m-musllinux_1_1_i686.whl (2.0 MB view details)

Uploaded CPython 3.6m musllinux: musl 1.1+ i686

Levenshtein-0.20.1-cp36-cp36m-musllinux_1_1_aarch64.whl (1.8 MB view details)

Uploaded CPython 3.6m musllinux: musl 1.1+ ARM64

Levenshtein-0.20.1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.4 MB view details)

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

Levenshtein-0.20.1-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.6 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ s390x

Levenshtein-0.20.1-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.4 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ ppc64le

Levenshtein-0.20.1-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ ARM64

Levenshtein-0.20.1-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (1.4 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

Levenshtein-0.20.1-cp36-cp36m-macosx_10_9_x86_64.whl (134.7 kB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

File details

Details for the file Levenshtein-0.20.1.tar.gz.

File metadata

  • Download URL: Levenshtein-0.20.1.tar.gz
  • Upload date:
  • Size: 113.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.13

File hashes

Hashes for Levenshtein-0.20.1.tar.gz
Algorithm Hash digest
SHA256 75c5f64595955f323de84c5d8cf3a6896b7bd978d53bf48af61bcfefc850161e
MD5 6032352824dff269bfab292b88b17783
BLAKE2b-256 aa06d7629a52861c24770b5518bde4797638161c09856e171886d23a1552e07a

See more details on using hashes here.

File details

Details for the file Levenshtein-0.20.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for Levenshtein-0.20.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 830367809974f0317a882f96021cda8619406628295d7e8bb8a239ad6652da4c
MD5 4cd73b765f499a4c5a57cfaf43495e00
BLAKE2b-256 b00ed6ac6cebe732ff84351c16ce88cdd024ff3a63534d3f3cfd02eba596d197

See more details on using hashes here.

File details

Details for the file Levenshtein-0.20.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for Levenshtein-0.20.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 fe68718cbaa5f907a0446e9155019013564a0122da7bd3813d494d409366e502
MD5 fd707771589fd6dbd466212d7f954a89
BLAKE2b-256 291bab39fbe8db668adbdc95825c592cab4ee72baf4b378b670fe7dc1428a23a

See more details on using hashes here.

File details

Details for the file Levenshtein-0.20.1-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for Levenshtein-0.20.1-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a32b24a6da72b79695264c736e1a5af5e69777370c2c02ddb06c167faad8fa00
MD5 26ab83256c302352f8aee01ec99bc604
BLAKE2b-256 9e2d25298a6df40f0db1de4e096af0e58066bfa0b4620fda03ba78129fb7fcac

See more details on using hashes here.

File details

Details for the file Levenshtein-0.20.1-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for Levenshtein-0.20.1-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6e4a61dc61e27e5d821f36fe9bda040a23f62f206b964171ba8d77d1cf9f6b46
MD5 2866979ca84eff2aa0746772294bb9a6
BLAKE2b-256 766f9e7c45f0e4ec83888841e4e87c563ec4c34c55558d39073f454a64e440b7

See more details on using hashes here.

File details

Details for the file Levenshtein-0.20.1-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for Levenshtein-0.20.1-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c8c57c57a248e4f6919887266a476beeddeb12623c317c44ca26ece561ce5a2b
MD5 27bbe51f4a685a687bcd3dfa647a8945
BLAKE2b-256 9177be312e1317374fcfe002727c7461cb148b8d9dc1b17ddb18622f99d54391

See more details on using hashes here.

File details

Details for the file Levenshtein-0.20.1-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for Levenshtein-0.20.1-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 03a08cb2cb9cb51d2137a7d9b6aa2413a004700eaf20f4b8a7622373683929f1
MD5 7047ab3b4d49e748bd6366a35e36355a
BLAKE2b-256 26ed355c06eb89bd5990d5897f9972a559aaae513ee33d831a506438c060596e

See more details on using hashes here.

File details

Details for the file Levenshtein-0.20.1-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for Levenshtein-0.20.1-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5af3a29ec5902db1da3637f910d9baf78246153abade4f416024c045c777371b
MD5 3442dc6d6fa53f5f1ee04d2235bc4b0c
BLAKE2b-256 e4ee9525d4e99d99f5387fe9da2252705353a5f830e03c4a6cc4b62f7a668986

See more details on using hashes here.

File details

Details for the file Levenshtein-0.20.1-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for Levenshtein-0.20.1-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e9a1dcc4724acf7f6bbef32fb23773541de0b31483dfa4a5f8c174d022eb8721
MD5 48ae548917cd8ab38325870ae70809a0
BLAKE2b-256 2a70e8759a79f9d9ce7fe88ed340182d7c8da2541433727993dfecf628f84c10

See more details on using hashes here.

File details

Details for the file Levenshtein-0.20.1-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for Levenshtein-0.20.1-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 23c8372ba2549e339cfb783944806517407e8ce2d980be3ad1acc61426ab0d01
MD5 dd009d3ea7c6bf1411286f3810f46c3a
BLAKE2b-256 f8c06c376bd5a4b2461360942be0df4a115f748e75c5a53c8909435b290039eb

See more details on using hashes here.

File details

Details for the file Levenshtein-0.20.1-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for Levenshtein-0.20.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 e6f8f322a94692386feae2e639c50cf182a0a62e0e5b081f7bec7637aa1edb24
MD5 db4f6cbc6d28a826e891e394e2f6f61a
BLAKE2b-256 6da0bf28af5d1994aa5db7ed6b0335db6f08fb73e45c0f6d1c20376cd5fc2913

See more details on using hashes here.

File details

Details for the file Levenshtein-0.20.1-cp310-cp310-win32.whl.

File metadata

File hashes

Hashes for Levenshtein-0.20.1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 38a118cc87171cf7a2589c37c136c233d2b28f5262a7ebbaa6a9e6f62a4a9f35
MD5 d1d8cb4b6a330ee549df0a91049b302a
BLAKE2b-256 945a251523bdeabeb706ace844571f58e9834ac577e02a9eabc48dfe8a4778ce

See more details on using hashes here.

File details

Details for the file Levenshtein-0.20.1-cp310-cp310-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for Levenshtein-0.20.1-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 9f01a0dc94d5f98353e87d937e6ed4a14ad4bbf24c4cc649067b7132a499ad62
MD5 e139efcb45e176e22f6fd8a0c02905e6
BLAKE2b-256 4086872b31b9a8439e2c8fcc8bf403cf343f4e1d0f565e4a15e159fbff6c8440

See more details on using hashes here.

File details

Details for the file Levenshtein-0.20.1-cp310-cp310-musllinux_1_1_s390x.whl.

File metadata

File hashes

Hashes for Levenshtein-0.20.1-cp310-cp310-musllinux_1_1_s390x.whl
Algorithm Hash digest
SHA256 10c7aac0d20552d75a8deb2aa754a8b90382ae4d656443e3bf225417248ddad0
MD5 c97a6839234360cf9c8a6fbc06c4c882
BLAKE2b-256 26bec09f07a2fbf13c1225a36b2ddacee866bfd4e8a834e08df03658abc77991

See more details on using hashes here.

File details

Details for the file Levenshtein-0.20.1-cp310-cp310-musllinux_1_1_ppc64le.whl.

File metadata

File hashes

Hashes for Levenshtein-0.20.1-cp310-cp310-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 b00a1fb5946904dbdfdd021c2cae5d8e30b7ce5c0061cfef7c4d77e649aef0d0
MD5 44cd7479090352b098a04fa74fc79fe7
BLAKE2b-256 42c3b39db1b0932209b45ba8724fc0f7295854de0c76533dd92fafb103d5fdc4

See more details on using hashes here.

File details

Details for the file Levenshtein-0.20.1-cp310-cp310-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for Levenshtein-0.20.1-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 a3487d33032faae581eba53925c6037194f3a0960cdf981ab7be1da440dfffec
MD5 ffc09675ae9001b65556940c2b461e9f
BLAKE2b-256 e57f59c95899bc91995ae9188579a03b5ee20234f874118052a7d2536b620d18

See more details on using hashes here.

File details

Details for the file Levenshtein-0.20.1-cp310-cp310-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for Levenshtein-0.20.1-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 1d7b22f0b989c7544554b205ed4531b126b57a8e16e5587173c198917fc767ab
MD5 4884d5d52442b6f836960f7b7ebf88dc
BLAKE2b-256 6f161e945f154d4e476a71b9fbdb376473aac5097c700c4baddbafae8dad729e

See more details on using hashes here.

File details

Details for the file Levenshtein-0.20.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for Levenshtein-0.20.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f524421ebb171d8d42a96eacb31cc456af9ccf25fc8edc7293e0adcaf970b274
MD5 d973486ff3c4ad7beadde4cd05d3130d
BLAKE2b-256 94846cd08d1472d523ae3e20e5a74303295ddd4d1d029547bca5925175f85053

See more details on using hashes here.

File details

Details for the file Levenshtein-0.20.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for Levenshtein-0.20.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 ac8e7a598a7477e50be71c40a76ae4037297b9135409fd707dbaf7aacf6b6889
MD5 bcc2c6938a68eba2074236a51ef4338b
BLAKE2b-256 11dae201f2e7ad75d782a6927f3f0461019cae489b26db6c4bcae5700127c991

See more details on using hashes here.

File details

Details for the file Levenshtein-0.20.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for Levenshtein-0.20.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 12a7bc7a919bb1222f13e9420a6efba629731b67fa0eb6919ac4fb4f3a1573a5
MD5 278404ba1bebefb386b1cb9668614487
BLAKE2b-256 cd627511da03bc2346b7d30e8e5f3b2ab7990ed09d92a5ab9038b36b6b02a7bc

See more details on using hashes here.

File details

Details for the file Levenshtein-0.20.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for Levenshtein-0.20.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 68021de8117c0c7131a6a11d41809b0f2711a3cb07506adf6638b5e6f4a73393
MD5 26ccbe73afc9a458ce38f5a47479e268
BLAKE2b-256 4b8163b22c8ac792e77c3de7f4811b1345eaf33729a0dabe30c3f3dd175b137e

See more details on using hashes here.

File details

Details for the file Levenshtein-0.20.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for Levenshtein-0.20.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 00226683d278b99f6a7ccf3c25dda994ecdbccfec403e151ee2df686ca73abb5
MD5 d72a600c3e9a7c128f5a52f4664fe402
BLAKE2b-256 191766558d459d6ef58ca994a45da78a52ff4f16a6b44ec31b55a1992551fdb8

See more details on using hashes here.

File details

Details for the file Levenshtein-0.20.1-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for Levenshtein-0.20.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 cf06842e31f95da09069c595d8a2afb0ddf0f0874b18133d0d1069460ead0006
MD5 814231cbe9c89c91b5046ed53206e32b
BLAKE2b-256 d9674554ab18974be3405298ed058b9accdd35bd1f71e50e56749a4271ffbba4

See more details on using hashes here.

File details

Details for the file Levenshtein-0.20.1-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for Levenshtein-0.20.1-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 cff9f96efd5f01040621e0e3d63c13245042c8259215dad937dbdd060d1e6d11
MD5 d2d7520776252d6661fda3c04db7cc84
BLAKE2b-256 ae1c9402e6671f6adf5d9129c262d42505e91a07aeeaaa60891e824bde811205

See more details on using hashes here.

File details

Details for the file Levenshtein-0.20.1-cp310-cp310-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for Levenshtein-0.20.1-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 1f806b7a6e4e46ed23bddf0aa29c94cf45ff9bc7b9d1148efa39d8def54563d5
MD5 f80ce98d971314ea32f31110b5d86094
BLAKE2b-256 8f4e8ea7b756cd99a80559a895282c15e136a647943cb8965e6d7721839cdda8

See more details on using hashes here.

File details

Details for the file Levenshtein-0.20.1-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for Levenshtein-0.20.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 7aaafbfb9968c0f31a897bf0ac686ca23ffba8a0e54f07b7e12a78ab12f32bee
MD5 d7fde9d9afc0cc9a7d0e2bbf54082883
BLAKE2b-256 b53de05d3daf57b0816527c1e0a7ed47764b55e928f6bbb36e195ceab27d755f

See more details on using hashes here.

File details

Details for the file Levenshtein-0.20.1-cp39-cp39-win32.whl.

File metadata

  • Download URL: Levenshtein-0.20.1-cp39-cp39-win32.whl
  • Upload date:
  • Size: 165.9 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.13

File hashes

Hashes for Levenshtein-0.20.1-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 1ea00397a7a7b2feec93b8122f01766f287c0a3e580aed80f19f9f0442ac8400
MD5 6d5e29cf5d4a605900fc61ebda260676
BLAKE2b-256 838c50e3ef15f4e74bca553039b36e823fd9aae1150909b56e9308065e381672

See more details on using hashes here.

File details

Details for the file Levenshtein-0.20.1-cp39-cp39-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for Levenshtein-0.20.1-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 ede221d77b8801c35b7aad581dac65b3d2d4b0f6cb8a4e1ba3cfa01ffbc1dc99
MD5 029bac3942cbd481508b3bf4c00b895c
BLAKE2b-256 68847d8af50d12d1811806cac114a2d2deb82b2970a6fea54d6661b758ea28b4

See more details on using hashes here.

File details

Details for the file Levenshtein-0.20.1-cp39-cp39-musllinux_1_1_s390x.whl.

File metadata

File hashes

Hashes for Levenshtein-0.20.1-cp39-cp39-musllinux_1_1_s390x.whl
Algorithm Hash digest
SHA256 82e97a9b15def6b90126588db5e1e90c8072c1065277fe1f0eeacf8e307b0501
MD5 03b6b58898cc81b1e64ebb4cf8a5d936
BLAKE2b-256 917b9d74f61794f33c6f050eea7a9282cb435d37d8462234ddd5dcbbb433fd7c

See more details on using hashes here.

File details

Details for the file Levenshtein-0.20.1-cp39-cp39-musllinux_1_1_ppc64le.whl.

File metadata

File hashes

Hashes for Levenshtein-0.20.1-cp39-cp39-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 3b16a7137faca31c68b1cd5cd411008c15f9aa1d01527c9bf868aab4b850b768
MD5 02aaabd17e42abc1edc3fcabba30b66d
BLAKE2b-256 3b2f3119135fff64ee2ffcb1afd612cc716c28ed4e81a893e9ffcc1ea00a310b

See more details on using hashes here.

File details

Details for the file Levenshtein-0.20.1-cp39-cp39-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for Levenshtein-0.20.1-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 aef088da3fb3ab96fb90a17f9c3b80aa63193436ca29dd36a8ce1c33dec7ecb2
MD5 ac190b464f2f2af9bc9545fafe5b1cbb
BLAKE2b-256 247d5d95b4c5a881fba0b3a2c75b45bff8fe375369e7ae899daca8b56925cd7a

See more details on using hashes here.

File details

Details for the file Levenshtein-0.20.1-cp39-cp39-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for Levenshtein-0.20.1-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 b06362b89e286de63ada5a345aa14c825d32bfe20520860da676eba0d849b34a
MD5 a8f844bbdb8083d1904f46b6da69fb10
BLAKE2b-256 199698a143713136af2ffa4fc45015c62337284d57dde8d938a12585982532b6

See more details on using hashes here.

File details

Details for the file Levenshtein-0.20.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for Levenshtein-0.20.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 caad22e694b0556794009241165b5d2d3e0cbae2a07445a1430e261ea1488ed6
MD5 e48e795e1a3f39970b2a7b85a328a224
BLAKE2b-256 60419029087349319fdadf6bf403449b4d600c23152ae18d8f9b1ffd1b3c2a01

See more details on using hashes here.

File details

Details for the file Levenshtein-0.20.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for Levenshtein-0.20.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 b25f11bad38a79e11a065cc9bdd09955977351e80b7a923bb9f912b492b1c662
MD5 e8cfdfb80655c703b98c1e8be4aa1917
BLAKE2b-256 eee5c0c3017de87441abb76a832fdc1d7f3c11ecffeb48936ea9c68123294ba7

See more details on using hashes here.

File details

Details for the file Levenshtein-0.20.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for Levenshtein-0.20.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 5a40e439bcf2c3e032df3eaa584a1b15f7c7fd13201694e91335ea2a3b441b0a
MD5 d6e86560ffd87466c7476a57412dd754
BLAKE2b-256 e5af0322846614f23268738dcd43b754d88ed073be79dcdfdad7b8deda07fd80

See more details on using hashes here.

File details

Details for the file Levenshtein-0.20.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for Levenshtein-0.20.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 01d5451f52ebe968b7af0c5e7f52ffc297eeaf7d6b34be1fce87ce850e479316
MD5 42b4035cb4f1e041e28b9d633071d963
BLAKE2b-256 4d8c59ad2e0ec3b467c1b996ecd6975babba1975af3ed27b458608e9c3853991

See more details on using hashes here.

File details

Details for the file Levenshtein-0.20.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for Levenshtein-0.20.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 bedf3bc9782a9ac6707c7d54e322dac3b3274a1c5fd88bc45d1a0d23cda247a0
MD5 cca7f195cfa4433cc8789d227cc8e23b
BLAKE2b-256 6a4886ba869c21574fab025e6c5d10b9dd9b157974f5a363c79fcbcde7b58d3e

See more details on using hashes here.

File details

Details for the file Levenshtein-0.20.1-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for Levenshtein-0.20.1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 47029a80027832ac5df34af2f4266b52ae80d8ccd6f7a702a7a76c6d9b8df23c
MD5 8623254db3180e38e58a2989812d98d0
BLAKE2b-256 adce4feef9a04cd7ec1c044c73d7a4a7f3da805e25addbe0959cae813c271186

See more details on using hashes here.

File details

Details for the file Levenshtein-0.20.1-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for Levenshtein-0.20.1-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 baf0cad12908aeb7b81510cf30ac27dd3411f3b20b3607b1d6e1e63c53957670
MD5 a6a8a46615add3eec3ed028899b3e626
BLAKE2b-256 16fae59fca00b3b293ccfd52bf3a21401a4bb2cad73dd1b65b730ce7e0ae1efc

See more details on using hashes here.

File details

Details for the file Levenshtein-0.20.1-cp39-cp39-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for Levenshtein-0.20.1-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 5b8531dc9934736205e21d788e2dc4a002a1fbe236db0a60c109b25e6176e8eb
MD5 951f35577b04f83de9993f168f0c9ba9
BLAKE2b-256 e7501c1538bf5035c693d9d8f530f73540e3b0580ab9cc35922fb61e18a71152

See more details on using hashes here.

File details

Details for the file Levenshtein-0.20.1-cp38-cp38-win_amd64.whl.

File metadata

File hashes

Hashes for Levenshtein-0.20.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 9c96d7ef54038040a69c598f5089b42964ba76f53e5fd74502389e720c749afd
MD5 44a036d4967531426421672efb42e8cf
BLAKE2b-256 e1150809d9db5501995ef29310d8041ab52b8d1df9ef7c568b1ff1f3392d6f91

See more details on using hashes here.

File details

Details for the file Levenshtein-0.20.1-cp38-cp38-win32.whl.

File metadata

  • Download URL: Levenshtein-0.20.1-cp38-cp38-win32.whl
  • Upload date:
  • Size: 165.9 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.13

File hashes

Hashes for Levenshtein-0.20.1-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 a26151d9202d3110c4ece2fe3d823cdfafc628e8cbc8156cfbc32155eafd723b
MD5 936bcf57d941cd644e4c417b6580c3aa
BLAKE2b-256 bcc4144ba3aea4317db68465249076dbf88a09a7270d2834052fac4f9a5123ba

See more details on using hashes here.

File details

Details for the file Levenshtein-0.20.1-cp38-cp38-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for Levenshtein-0.20.1-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 42aca55423c9cf40da97c9971696eca14b61ca7829041d6c5af3419398d1dacc
MD5 8e1a0674f2fd964f5c79351f40b937cc
BLAKE2b-256 4f501cd9c940a702750b775570a93c16be648b95f74f7fe1eadd1c43b045611b

See more details on using hashes here.

File details

Details for the file Levenshtein-0.20.1-cp38-cp38-musllinux_1_1_s390x.whl.

File metadata

File hashes

Hashes for Levenshtein-0.20.1-cp38-cp38-musllinux_1_1_s390x.whl
Algorithm Hash digest
SHA256 37e14128727e5e19a5976f64410c8f11f92b28a087fdb4965bd435f4b302e293
MD5 bcc48beb0eb72e9f458149cf39470559
BLAKE2b-256 a03993cba47cd3e9a2fea303ff589bd4d1bd5d17a93605678419ef7687e2ae78

See more details on using hashes here.

File details

Details for the file Levenshtein-0.20.1-cp38-cp38-musllinux_1_1_ppc64le.whl.

File metadata

File hashes

Hashes for Levenshtein-0.20.1-cp38-cp38-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 1a7872b0e02adc9503ffaa3c9abc5be83a3dd6a7aa2c0a9e4d299cbc2dcf1cbb
MD5 8b8d107253631515997023a8d941bf9e
BLAKE2b-256 c045e275a57ad198494f10e3cf5ca3d3a6702abdba8250d49f52f8aa2363faf1

See more details on using hashes here.

File details

Details for the file Levenshtein-0.20.1-cp38-cp38-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for Levenshtein-0.20.1-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 41f576905e3e958c8bfaebbd3184afb7fc3bbab882bcc778fdcb9fd1758b4de7
MD5 4c77fa136d5ca3402d3d169ad22734e7
BLAKE2b-256 438ddf0dc4621e8f4770deb8dfba838e2732957cc7fb405cb961be9838dabd3f

See more details on using hashes here.

File details

Details for the file Levenshtein-0.20.1-cp38-cp38-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for Levenshtein-0.20.1-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 225ebfc72797cb787b830f902aaf9446acb881bb8a2061d4b9c950aecd0f26df
MD5 b5d377887cba9d91abc3d547ece46da7
BLAKE2b-256 64a54a184564d063b9e3f562d447aad7c0d046e11f2c8fd0bef99ba21caddab8

See more details on using hashes here.

File details

Details for the file Levenshtein-0.20.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for Levenshtein-0.20.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 659c3d9d31bfb137b9d23dd4c58786b49244847598ee4963df1d2c9f189f4c66
MD5 284bbb4a1ba2c0a7481cc78c26254eb6
BLAKE2b-256 f3e90fff1c805d8743e9861b139817f1f58ad863665d8f7ab5ce86779883042b

See more details on using hashes here.

File details

Details for the file Levenshtein-0.20.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for Levenshtein-0.20.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 87b21fb7ec154993a2ed273001c725fdd91162f8154c2394924eaca8989d975a
MD5 a76b55d0f05e31fa968600d7de9107ec
BLAKE2b-256 2c5283ff657553fe9b231bbd17da0a41e96fbafcc50e07db0b25a94cdbcd6962

See more details on using hashes here.

File details

Details for the file Levenshtein-0.20.1-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for Levenshtein-0.20.1-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 dfc0f9d48e52c8d285654b5bd45789631bb19fefce20f9fd45979a7c9975e5a2
MD5 55bc6e48a93f3a8c10250d239fc3d38a
BLAKE2b-256 b34f8e478fcb94cc8e08c10d7de7884d12363c9045123b4352c649d494ec5dec

See more details on using hashes here.

File details

Details for the file Levenshtein-0.20.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for Levenshtein-0.20.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6847655727e07628f892a1adf0ac9e27bc9cdd8aa05de48d918362dac8b1cb5f
MD5 30fb05b14ed7304fa0d4b98b874e9231
BLAKE2b-256 0542f084c8a410c062d0c11ab918fc475a81959f9386439cd289268736803452

See more details on using hashes here.

File details

Details for the file Levenshtein-0.20.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for Levenshtein-0.20.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 afe1b3cdce8248967be3bede505bac06a51ff5308cf634115f0fc1c6d0b3a49c
MD5 f48e939d8fdb7eb4d97dccb63fa70194
BLAKE2b-256 d157ccb8ff83d691c23bbdc359fefb5a571d4f5a5284c565057091e78cb8327e

See more details on using hashes here.

File details

Details for the file Levenshtein-0.20.1-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for Levenshtein-0.20.1-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2d94bef7af9434003a5acd96c92a9e28a1fa50a1606427298e5e3610585fb4d4
MD5 cac202ef5b738f3b4f16fba6c4e4d69e
BLAKE2b-256 f6a5640b75f46b65c11c7b9ba58c1dab7037d15fb4e58a9f1b269b12283a060b

See more details on using hashes here.

File details

Details for the file Levenshtein-0.20.1-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for Levenshtein-0.20.1-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 5e1dc57de06fc6e59307b181d4d13cd1824e0e5223d523e4e0472d87920f689c
MD5 a94af74523076853034b819ef80b3df3
BLAKE2b-256 5902da0f3c3103e105449271dbfc41ea5e1f8d1a9fba57f14ae37facac1fddbd

See more details on using hashes here.

File details

Details for the file Levenshtein-0.20.1-cp38-cp38-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for Levenshtein-0.20.1-cp38-cp38-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 cfeb890c51348e10d43a5f569b7fa83f253186000a139fc9ee54fd2885959e9e
MD5 7d26f719fe04eac0d269167766cc5d07
BLAKE2b-256 6611f8e62e771be395c56bc97061126d8ab12073d3400d4a96d3d0b017f10b02

See more details on using hashes here.

File details

Details for the file Levenshtein-0.20.1-cp37-cp37m-win_amd64.whl.

File metadata

File hashes

Hashes for Levenshtein-0.20.1-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 c0f16483b12fede6ab2bcbbec780142612c5b01b76b3fafc71d0e618000e8d8f
MD5 2b50e5174a780146e09535359cf13a01
BLAKE2b-256 7634ae1a05b5314764178f70f874d4a03fe54342041962ddbb459f985910b702

See more details on using hashes here.

File details

Details for the file Levenshtein-0.20.1-cp37-cp37m-win32.whl.

File metadata

  • Download URL: Levenshtein-0.20.1-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 166.5 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.13

File hashes

Hashes for Levenshtein-0.20.1-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 c651af7890400355038f824a05959fb160c3116d51bd47448d520c39f3755432
MD5 3e69e2b471e0c9c0fc7ec27155e910ae
BLAKE2b-256 9351f6966a16deaa8961871035655c585048e911f274bbc6359111fb39c3a9dd

See more details on using hashes here.

File details

Details for the file Levenshtein-0.20.1-cp37-cp37m-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for Levenshtein-0.20.1-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 5945dc789a72b7068b180be1838172d2394ad2863207b70d7ff9eda29875d4f3
MD5 286e270bcfe03b674282686b65b366da
BLAKE2b-256 09a50ebef4a97cc4fe36ec6f83060fc86185570fa08c624b221e2bf8c9b38e1d

See more details on using hashes here.

File details

Details for the file Levenshtein-0.20.1-cp37-cp37m-musllinux_1_1_s390x.whl.

File metadata

File hashes

Hashes for Levenshtein-0.20.1-cp37-cp37m-musllinux_1_1_s390x.whl
Algorithm Hash digest
SHA256 7c76924cc9f7562412291a8fae1420517938387fe5061e1278771f41f77748a8
MD5 f9c24ae19aed91baa02ab3cc13a2df6b
BLAKE2b-256 d226dc91928d9e7fe8f535b85177ac844fdb5407b1a3c4459753433c9d5f7f7a

See more details on using hashes here.

File details

Details for the file Levenshtein-0.20.1-cp37-cp37m-musllinux_1_1_ppc64le.whl.

File metadata

File hashes

Hashes for Levenshtein-0.20.1-cp37-cp37m-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 5dc10fb2089eb77d721f925a804b782134b015d66a675e8b6497579f7cc2814a
MD5 cd8fff1100f948b38994add25c5ac903
BLAKE2b-256 47d20d722c838b63c373d11b802bd12511e5fbc337f1f8396e2a57246c240832

See more details on using hashes here.

File details

Details for the file Levenshtein-0.20.1-cp37-cp37m-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for Levenshtein-0.20.1-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 31e8488211deb0134c5e8ba5f3841cbc28e535477390aa18fb09927658c3489a
MD5 0035c20f3cbae180b737c8cbae14173a
BLAKE2b-256 7528181cb22e4fde788c22620389748636bb70598a612833be6ba296c5b61669

See more details on using hashes here.

File details

Details for the file Levenshtein-0.20.1-cp37-cp37m-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for Levenshtein-0.20.1-cp37-cp37m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 12cff94db43e0fa5c8e54eedd52fd563482576ed740d463c0929ed45ff5c4f1a
MD5 ceb1027cb05d13b8d777e442c8952b20
BLAKE2b-256 24dc610b5caf9bce42ab6dcaea8a8cf1a2f67fa66fdf05530765103e58214838

See more details on using hashes here.

File details

Details for the file Levenshtein-0.20.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for Levenshtein-0.20.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b69b67d11269ab72996227fedebaa40961de9d35ed489bbee9a63954e44bd5ac
MD5 cd3533580ea2c92d2f90579d42ea6764
BLAKE2b-256 52fd76ce66e654c95f27c1a37dd8d7069374abc57f422325fb9aaaeeb660963f

See more details on using hashes here.

File details

Details for the file Levenshtein-0.20.1-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for Levenshtein-0.20.1-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 c0e062f776e7dcec321ee8f8e6b37e0d3825bf5ce1e7ecc4cbe2eaee7ae1a9ad
MD5 4d602c71f9aa8cfcb80831e25ac19c07
BLAKE2b-256 0f16c13dc6f236da7156890b1c45f71ae957dbdf2fe1b1ed1107a211b4f60f81

See more details on using hashes here.

File details

Details for the file Levenshtein-0.20.1-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for Levenshtein-0.20.1-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 1c0d5aa091c1ca772d8190d24a0a4ef92c86e90cf8fc1de5f576960808e3550d
MD5 8b4f87019afaab9ad281539c36af8281
BLAKE2b-256 cb8b5ea79f398ca77dcf9be3d0b5659073084e0985610ad29aa7d883b98cb27d

See more details on using hashes here.

File details

Details for the file Levenshtein-0.20.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for Levenshtein-0.20.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 466d11ea0dcac6a4596be6a2c246d0d0938edccc9116806068aa9ef3800a171c
MD5 c2aeb1615397374bf7a3cab273d9ff87
BLAKE2b-256 e3757172a213107dae293d49879e74d8522a3eef5f1668f009268919ae79625b

See more details on using hashes here.

File details

Details for the file Levenshtein-0.20.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for Levenshtein-0.20.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 5de93c8be94399756a3bdd66538cbd5cffcef39dea17ea8ac1b3f7b9a090245f
MD5 6ea9a10b10ae064d4de64f2069394aea
BLAKE2b-256 c47ffa0b83ed0e62ac0a57dee74ba6920026e7a693e9694e9eb96f2bfc2d22f2

See more details on using hashes here.

File details

Details for the file Levenshtein-0.20.1-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for Levenshtein-0.20.1-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 03b5c805a0b36f00ec8b7eba4635c1949ede37764b1a40ea7f62b44369499174
MD5 ea31c7149e37d7df84df6e23713fb551
BLAKE2b-256 d2e3c8f5e495388c2648c013d2e15b945464bc353603f38eaa4d796f3c480242

See more details on using hashes here.

File details

Details for the file Levenshtein-0.20.1-cp36-cp36m-win_amd64.whl.

File metadata

File hashes

Hashes for Levenshtein-0.20.1-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 6a3d2ead22c30298f08e38f799d47b215a8ea6c50285ea5f2bbdff15c2d5abc0
MD5 0af7cd3a30a0bb499f4628a74f5f2983
BLAKE2b-256 a95dea54f37925e18eed85e9ea96a25c63f777764c177db4ce550cb798736ac5

See more details on using hashes here.

File details

Details for the file Levenshtein-0.20.1-cp36-cp36m-win32.whl.

File metadata

  • Download URL: Levenshtein-0.20.1-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 164.7 kB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.13

File hashes

Hashes for Levenshtein-0.20.1-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 8456ed134aa127b99dbe8e94003f370a6bcd579b431a72031b5f35decc710138
MD5 e75bdc9a85f99965ac07645f75315a54
BLAKE2b-256 cdbf342e893060fded30ff7119650274194e627261baf863f5ff90b812121544

See more details on using hashes here.

File details

Details for the file Levenshtein-0.20.1-cp36-cp36m-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for Levenshtein-0.20.1-cp36-cp36m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 8b9fe78bbc7bb2dbf36c4b13aeb99e630cee99e8761d6a0febd5b89a7af9a8c8
MD5 a232d4fef30302ef2b5011ff2343ee42
BLAKE2b-256 89b27cf71ed8610d700080ad72ca05651c2f3cb4a460aac81c60cc44160050e0

See more details on using hashes here.

File details

Details for the file Levenshtein-0.20.1-cp36-cp36m-musllinux_1_1_s390x.whl.

File metadata

File hashes

Hashes for Levenshtein-0.20.1-cp36-cp36m-musllinux_1_1_s390x.whl
Algorithm Hash digest
SHA256 10fdd4dbb77fbb82190e041791d74e94560c48efa9923857b855d9b132df283e
MD5 ead2acdbc47a087c8cef88da0ecaf622
BLAKE2b-256 54bba1d297c8918a69648e7027b2aa1df6307d711bac60f7c369f8839ee47fcf

See more details on using hashes here.

File details

Details for the file Levenshtein-0.20.1-cp36-cp36m-musllinux_1_1_ppc64le.whl.

File metadata

File hashes

Hashes for Levenshtein-0.20.1-cp36-cp36m-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 1111ba8af1f6b1825111e3683673504c7c3abd8787b6f195f50f0213ce88e5fb
MD5 a7d88722cea77c26e57b2165e09e999c
BLAKE2b-256 fd2c8a8016eb355e6f19d93ef6786ad10de892ac8e9dabfbc467aa7ed736cf34

See more details on using hashes here.

File details

Details for the file Levenshtein-0.20.1-cp36-cp36m-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for Levenshtein-0.20.1-cp36-cp36m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 9998a9aaadffa165f1bccf687990f36faf56c55037824638f6ade331f3566a79
MD5 b5501fcb7ae6296a83a42d856d30ad64
BLAKE2b-256 4419e347467de6fb7ac455dd4c527748a5c40847cce6d8b41bc9e86789dc357f

See more details on using hashes here.

File details

Details for the file Levenshtein-0.20.1-cp36-cp36m-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for Levenshtein-0.20.1-cp36-cp36m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 80defb6b560cb3e952a4288b0a9c0f84071f5ecfc850a6ad87d02d69d764b461
MD5 babea1c16bb74b87fdfd34a4410f645d
BLAKE2b-256 bf8c326b69df738bb773f88cd566265b31bd1d8136052131f6a91fc9f4a02979

See more details on using hashes here.

File details

Details for the file Levenshtein-0.20.1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for Levenshtein-0.20.1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bbb392730838d84efaf20812ca1d9fa82a99d89576ef0710b9704535399cf832
MD5 0cda7accc1ed47dc62532aa13b6b1241
BLAKE2b-256 0387be1a9a49dd2ae0ff700d74615ed00699e1dc5baff1d253def288e1425480

See more details on using hashes here.

File details

Details for the file Levenshtein-0.20.1-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for Levenshtein-0.20.1-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 07180e4d8712fa57346d6bb533f0612758ed2244f9807aaca7918cb92d1bebf9
MD5 16834055c60a6afb99807bf77cc5fa76
BLAKE2b-256 269ede7114dcb8615ff2101a5a711725fe312ea722cd35a3ae8da94b00d7796f

See more details on using hashes here.

File details

Details for the file Levenshtein-0.20.1-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for Levenshtein-0.20.1-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 b8fb0a90e2fba97f2da88c2e284e39d98b3a6ff57746e024fd1c34ed5a5e6bf6
MD5 67b3f103bdbc3617a13a2d09406fbe1f
BLAKE2b-256 e6839e219fe7a7365cae6b5e30ef217f07313583f2e80ad15faa76f99fbdc582

See more details on using hashes here.

File details

Details for the file Levenshtein-0.20.1-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for Levenshtein-0.20.1-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e6fc64cc225d050c67e4e022b87c6848dd4518b7bb2c27fc4ef9695ef65a7f79
MD5 a6b66ab550448f1a95cf3f170b2ecd78
BLAKE2b-256 8882287916bf5342173006a78b9d5e63e778b5a4ac4dec9e1e7b24108cbf2b77

See more details on using hashes here.

File details

Details for the file Levenshtein-0.20.1-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for Levenshtein-0.20.1-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 26e1a0f5144aaa2fb65b8a2a74912bebd13918511931853dce02d5fa24501afc
MD5 e0a853913f9395450a1c4387368bb7ea
BLAKE2b-256 3f33024cde2bf69edb137bf40869b7d49576da1f570f8a0d6c35eed5d6288f1d

See more details on using hashes here.

File details

Details for the file Levenshtein-0.20.1-cp36-cp36m-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for Levenshtein-0.20.1-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 138213eb57db8725b550d52f6f41188b84d76fac293db7cc2d795b00ba2d7b0c
MD5 45a0934e71bed611c4825c99b44dfebc
BLAKE2b-256 cc0504273102bbcdbcdf6c9ad7a8b3e0e531d3706ebc21f59cbe88c15ae54525

See more details on using hashes here.

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