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/

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 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.2.tar.gz (114.8 kB view details)

Uploaded Source

Built Distributions

Levenshtein-0.20.2-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.2-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.2-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.2-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.2-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.2-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.2-cp310-cp310-win_amd64.whl (182.5 kB view details)

Uploaded CPython 3.10 Windows x86-64

Levenshtein-0.20.2-cp310-cp310-win32.whl (166.0 kB view details)

Uploaded CPython 3.10 Windows x86

Levenshtein-0.20.2-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.2-cp310-cp310-musllinux_1_1_s390x.whl (2.1 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ s390x

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

Uploaded CPython 3.10 musllinux: musl 1.1+ ppc64le

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

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

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

Uploaded CPython 3.10 musllinux: musl 1.1+ ARM64

Levenshtein-0.20.2-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.2-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.2-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.2-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.2-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.2-cp310-cp310-macosx_11_0_arm64.whl (106.6 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

Levenshtein-0.20.2-cp310-cp310-macosx_10_9_x86_64.whl (136.9 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

Levenshtein-0.20.2-cp310-cp310-macosx_10_9_universal2.whl (230.7 kB view details)

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

Levenshtein-0.20.2-cp39-cp39-win_amd64.whl (182.5 kB view details)

Uploaded CPython 3.9 Windows x86-64

Levenshtein-0.20.2-cp39-cp39-win32.whl (166.3 kB view details)

Uploaded CPython 3.9 Windows x86

Levenshtein-0.20.2-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.2-cp39-cp39-musllinux_1_1_s390x.whl (2.1 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ s390x

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

Uploaded CPython 3.9 musllinux: musl 1.1+ ppc64le

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

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

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

Uploaded CPython 3.9 musllinux: musl 1.1+ ARM64

Levenshtein-0.20.2-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.2-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.2-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.2-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.2-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.2-cp39-cp39-macosx_11_0_arm64.whl (106.9 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

Levenshtein-0.20.2-cp39-cp39-macosx_10_9_x86_64.whl (137.1 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

Levenshtein-0.20.2-cp39-cp39-macosx_10_9_universal2.whl (231.2 kB view details)

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

Levenshtein-0.20.2-cp38-cp38-win_amd64.whl (182.7 kB view details)

Uploaded CPython 3.8 Windows x86-64

Levenshtein-0.20.2-cp38-cp38-win32.whl (166.3 kB view details)

Uploaded CPython 3.8 Windows x86

Levenshtein-0.20.2-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.2-cp38-cp38-musllinux_1_1_s390x.whl (2.1 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ s390x

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

Uploaded CPython 3.8 musllinux: musl 1.1+ ppc64le

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

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

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

Uploaded CPython 3.8 musllinux: musl 1.1+ ARM64

Levenshtein-0.20.2-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.2-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.2-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.2-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.2-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.2-cp38-cp38-macosx_11_0_arm64.whl (106.5 kB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

Levenshtein-0.20.2-cp38-cp38-macosx_10_9_x86_64.whl (136.8 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

Levenshtein-0.20.2-cp38-cp38-macosx_10_9_universal2.whl (230.5 kB view details)

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

Levenshtein-0.20.2-cp37-cp37m-win_amd64.whl (184.5 kB view details)

Uploaded CPython 3.7m Windows x86-64

Levenshtein-0.20.2-cp37-cp37m-win32.whl (166.9 kB view details)

Uploaded CPython 3.7m Windows x86

Levenshtein-0.20.2-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.2-cp37-cp37m-musllinux_1_1_s390x.whl (2.1 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ s390x

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

Uploaded CPython 3.7m musllinux: musl 1.1+ ppc64le

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

Uploaded CPython 3.7m musllinux: musl 1.1+ i686

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

Uploaded CPython 3.7m musllinux: musl 1.1+ ARM64

Levenshtein-0.20.2-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.2-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.2-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.2-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.2-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.2-cp37-cp37m-macosx_10_9_x86_64.whl (137.1 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

Levenshtein-0.20.2-cp36-cp36m-win_amd64.whl (182.7 kB view details)

Uploaded CPython 3.6m Windows x86-64

Levenshtein-0.20.2-cp36-cp36m-win32.whl (165.1 kB view details)

Uploaded CPython 3.6m Windows x86

Levenshtein-0.20.2-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.2-cp36-cp36m-musllinux_1_1_s390x.whl (2.1 MB view details)

Uploaded CPython 3.6m musllinux: musl 1.1+ s390x

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

Uploaded CPython 3.6m musllinux: musl 1.1+ ppc64le

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

Uploaded CPython 3.6m musllinux: musl 1.1+ i686

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

Uploaded CPython 3.6m musllinux: musl 1.1+ ARM64

Levenshtein-0.20.2-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.2-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.2-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.2-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.2-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.2-cp36-cp36m-macosx_10_9_x86_64.whl (135.0 kB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: Levenshtein-0.20.2.tar.gz
  • Upload date:
  • Size: 114.8 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.2.tar.gz
Algorithm Hash digest
SHA256 e1528eb56d74146582aa4180a71c8808f0428fa0e08812c39923cac97faf414a
MD5 2dd10e722f37521bb76f63966c3864ea
BLAKE2b-256 e2ab968a332d8ace90277debda7517520c770c2aa140d35469fc1ffa6d24b388

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 402caf5697b5313cb0dc453ea08c168feea5a9177b55e463480cb7a0fbfc4f1b
MD5 093c4e7ff9c5ab722c629803dc1a3c65
BLAKE2b-256 be4ee079523f9eb27ce0f380532531880a040a18d85c305a85df405e7493d1a2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.2-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0bc9a18581bd647de8891cf6530125ec1f8dc3b4a714c53b33e0e798fb875030
MD5 a8bf44cdcf69c94728bc4c09eb55d542
BLAKE2b-256 7d3003581c9f744a4b3537e9d168d277c7eb99c31644c7fc0e19688beada9656

See more details on using hashes here.

File details

Details for the file Levenshtein-0.20.2-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.2-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 7eb5c6827037faefe10858d203a60c14b5cefdce23a9ab92e9292a7b0ee4071c
MD5 2ce81f776d44819029d2c1b68a6c8739
BLAKE2b-256 eb7b9625a1c8027c5fd1d91770747730cfd58855d6d80d64b1de0f68470ad079

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.2-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9e2a70e644d5e4e7382f2ea5e21555e0028ec1209b9cb99f96b5fecfd6ddae48
MD5 548a3b96c3865059b201eaf0e42cc9b8
BLAKE2b-256 e92db63873071adb0edeb30eddb5da1212f3bdf58152ba1c016edca469f7f108

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.2-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 18531b16f0fdae8eb9152a490ffe7c4168dc851d96a798dd6d64e9d725a0c05b
MD5 a05792cc1b77e07037efad3074f4b8a2
BLAKE2b-256 7d317daa05f6663dc3f2c93cc4053e9d1932081ad51902044ff9f4f85aa9dcb3

See more details on using hashes here.

File details

Details for the file Levenshtein-0.20.2-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.2-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 8e11534941e712a58192b3ef94d6c21844245554a2b9017eaba2ffc319180f6f
MD5 017c3d0c474c93af34d7e70fa55c9ce6
BLAKE2b-256 94cc05cfe1fa28e552ee3b847396623900de72add72153ba6fa5118aa1531f5d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.2-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3e986167e9334bfc201a1085827f2e80820603199d94eaa72f72972b9605437b
MD5 0bc011d6d3003379b3c59e565a775193
BLAKE2b-256 f7e6eaf8345b2c74fde83f5cfb747be9fbc95bf687978dd55d67961967731b7b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.2-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8e32bd7a71b2e5c2256a6d71631ad288f878f5558809085a1a5d776c584c15cc
MD5 147db76f9ca9f8fc1dcd8e514e851b98
BLAKE2b-256 d4005af46987f3e94330dfb3805bfab02dcaf0033c5cea5b92e5a27df4facbba

See more details on using hashes here.

File details

Details for the file Levenshtein-0.20.2-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.2-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6dc0d843305dc6d0d64ec5b6c6af4e0fad1842742b0c6de6a86d44a533451fba
MD5 0b72a98a0a29662ec8041ef2db45b98d
BLAKE2b-256 976fe3db925fec070ae83684963ee0ba0de82a46388f667bdf5ed28a1303d7b4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 0fb3457ef40da66ef7521508464fa5692efdea3df7312a1d41488812c5764e48
MD5 ab8b1d23aa58e35e500591f4cbfe25de
BLAKE2b-256 87a39993cbd612855d70991601d56ed7074e677906780bd2de5bceca995eee6c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.2-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 3d79b604a762c0c0226beff157b54461d45e400a6c9bc393915e515bc32cd309
MD5 1923ffcb458c1e5b9782c0043e11b4f3
BLAKE2b-256 6b66bc6371b038c49431c7e0d23a902ce5fdaea18eea1fb6d1094b60132f7734

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.2-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 c33139563e302222fcf6fc1f5c07efe48410d2abde2fb2a41e30ab189e04f28a
MD5 cd87442cde8b26e77389c8c75b84e62d
BLAKE2b-256 0fe986b552f0f866df0ed9f861b319f3bc3f5c979493eb2283c1877ab6df4f3a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.2-cp310-cp310-musllinux_1_1_s390x.whl
Algorithm Hash digest
SHA256 1958963862b5ee88fa8eef2f3692b449ae4f5a8570a20220c91d187a14050141
MD5 fd32a0a1ac30c57716b588b971c41382
BLAKE2b-256 947eb7385e6d017ff6a3c435dc73b118569a34e25e7882ae6ee7c2eaf756ba72

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.2-cp310-cp310-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 726f586ca653be14a40ddc0b0cea1c5bd22ffe0a4a61820009b582e9b2925b09
MD5 090027bde5f3857589a67a1a70698479
BLAKE2b-256 325b890e398661da0f15f783cbe3d0a4104f40dd1e3f1c83a67dd0aa4400c042

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.2-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 90443cf65de92735dab3076c0f2d51b0dbcfa7ec0eb7be91cc31eafd40b1711d
MD5 c8da89ad6b952e53fc57307040b6a84e
BLAKE2b-256 356e50c5bdafaaf7832105fed3c6448ac804c8a36ee87033cc96f2b314324d58

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.2-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 526a8e4a37b4b9a8e1e9c0f8d010601a4ab2e8007cd0e5e50d0367d4a6a98759
MD5 e2cd7a504590b7c6b2fe4e021c2bac53
BLAKE2b-256 0586e9305246baa9b70fcbce4d18050c7884dd80605546e1e6a204ed82ae0fdb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8f4af15d18677e6b84507ce27ac000d24478ea833523fcc1746ac06e750d9dc2
MD5 bf4b0b9a0f07b3a36ef999ef3db6eee0
BLAKE2b-256 429352f15bff317d744ddbadca60ecd8324be109918c6e460c7d962d52363445

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 12b98f9dc52fd2153a80cb9fafd5bbe8e24d395874f1697a429c5062b91c58b1
MD5 2e1e370bf64ff42ea21bf5ac9e6a11ce
BLAKE2b-256 2356eadd5b992227f024816c281fba4b47a772bd0ac27d82aa6684a4273b26ba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 49314dc37f2710aaa05124a88d7a2847be88b5ecb8fb80e39c4d66588fd992aa
MD5 a32ee4c24a145c4c28ea615f36e84623
BLAKE2b-256 92f3dd4693bc83005d26d7f6cf906a9aa9dea5fbc90765b140c7359eea21a025

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 fd58533ad81ff5751bbabb195b470ec6d81e187b1043064ad66cf60b086352a5
MD5 487d3958bbc344e4eb87173eba864cfe
BLAKE2b-256 a0867d4157d46931736c6b67a3ada4034835ca0c1bd41d83ccd811ef546157d4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 678c63d6a27b3757caa5eb5d52dc36e62d4c52d6fd89f5dc826370c6c0df106b
MD5 11599a88066b67a0c1acc67b05a093d4
BLAKE2b-256 d3a5d68d5fbc893a0881c185122646059ca1d845c80a687e37b04eb95e62e463

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.2-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c8d0a6acd66510a6f756d172f380dc45ab42e41c61fe9283eb0597c21181876d
MD5 5d1221231ea3dcf087def1e1f9c099a4
BLAKE2b-256 6ec741271f7f19c47a904d0d403f2fcd354580f01ab274d9d201cd050290829b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.2-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 6c95e69a380d75fb32d80b9390ee4e0435e8690a5c0967103ade4f7bfcdbca6e
MD5 f5c08574d94ebf3cb34b109df68adf42
BLAKE2b-256 ba9bc5bdaf25611eb08ac5e3e61b72657ab5ed2c804ba590c5e243a8b42fab77

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.2-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 015d4ab31919e5a95d20313231d872a40552479c822f379498709990901aec90
MD5 6bab0cad4df28a44840e07a3f051aa50
BLAKE2b-256 ad55caacb2d3f97d25c3659c3ae1442d414ca35e7c8d1745d90a70d88ec4b652

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 4753084553464eaa20663d9a2736512c551f1ea2d4b5c156d9f86d9db85731b4
MD5 806dcc68ff01306931838979af32fe2f
BLAKE2b-256 0c187f1c6788b9215a38c1a5024ebb019c30c34a9b57640dea98134082fcfce1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Levenshtein-0.20.2-cp39-cp39-win32.whl
  • Upload date:
  • Size: 166.3 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.2-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 0cfa3562aa965a703ac9d054ce01fa61876c58e2b20c7b0854bdccb4a6bb680e
MD5 37b24c26142d679e05732fb27d5345d0
BLAKE2b-256 d0927a80e4c30d71b247783872fdbab5e307a78daee07de377b7779231feb3dd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.2-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 1bf7a4742338e689a4f362ea52a9a668b28f7a6f029cb3f44f81b0a22808e7f8
MD5 6c6cd86460cb6fc6c7b2a484a964cc46
BLAKE2b-256 4d0922294dea6559f8e1f2ed7a2d434b4c2ccbcdeffd80c1045b6807e3e5df0c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.2-cp39-cp39-musllinux_1_1_s390x.whl
Algorithm Hash digest
SHA256 71d1c3a8b3fdb4b994dbc9594db1f887a00e1d0d1bfd3b5ab2e8f3ed13f1d92a
MD5 b3b3be3263689a561b47848b136156b3
BLAKE2b-256 733704d87b6cbed13eba69731b114897b03033f66a385dda2afa97c83b4884e0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.2-cp39-cp39-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 5d9d7b4937a3947feb32a0884917a7b24556cdc1fbd7597d176a04e8d11a2f52
MD5 60fb3ea05a0de44482aa9c8ed6eb9264
BLAKE2b-256 38d479fe38f404d709165be6e36e402fb31bdd94d8fa6e5eab23432def432af9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.2-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 649859cba069854b700a83f5de7e64111468bf07d2f6ad49c1d85cc87d0cc929
MD5 d55eee87741795e0811f92226bdfa0f2
BLAKE2b-256 c9c1e5947557cefa01079f9d37e0f4da3848ff6163b475394f6dd3e2654270a7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.2-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 bcec04fc8bde51c924028623458c8d766b8d7548dec89effba264cbcbf9d07a1
MD5 a7cc1d5bc04b4bac59100bd7b6f564e2
BLAKE2b-256 a5b141cdb923348b41ada0bd32d32d467463b0e7ddd64a25155ece6f8248b311

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 06c531c53b57126c5c8e048e3ee8942cee95b9998ef5eeb1bd896a8658cb31f7
MD5 d7c01f32f1a7a09d4609210caf5076d6
BLAKE2b-256 cb0ad25f3a7111868dcc650e4a93d79b26c23ba1fe399462a34b494fd116a34a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.2-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 66cf3c05d4e5f788a7ebf997ac149901ab4dfeef1c9b92c4c58c272f4b4b53d9
MD5 5a5fad1eebf739fde0412907a290da20
BLAKE2b-256 22f3c79710d55ebcc48562479eb1efd3a51025223cffb5c1856a9bd0b141e3d3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 34616a2cc0852731d1a6b9540b8e5697d2f531a3399d642d611a2b11db7afd42
MD5 aa94bd24ef254138e545f96d57d2a9be
BLAKE2b-256 e8063ce940d1f30d02251535a3c6a06b9d0d885936a8b9c581757008b9b7eb1f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 bcfa186d18bb3dc8a6258d3eec1efb4ffd8cb442a33df1245726d2b59894b55d
MD5 32e8e2a90726032b55108064d1d1fafd
BLAKE2b-256 f85188f6d8e196b64f727ac502aadf869614fbb715ed4d7aa8d39afb3b8d1e71

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d082e57f385df5abdca295eaa6004d2b6aa16833b06a7f4c9ea241fc6adef85b
MD5 05c0aadeaaf7b6bc649e063fdd1b788f
BLAKE2b-256 4bff27f41d8f40f961a268c609f4354ea31a83aea966afe0890326dc6c363b2b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.2-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5cc11989c79f1914102cd26feb7dd56830d49b341a972467e500cdb0f99fa797
MD5 6fabc9301313060375610c596a717404
BLAKE2b-256 b90c6eb2db30c76c560e2894ee5517a254b312da32af5ae7005cb92dd26d578c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.2-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 9de60b7531ee45608df9033f6e87315f1306ed8515fde8deb7240bb5049d762d
MD5 db7b07c66618c0ea8fcdb42075820722
BLAKE2b-256 f0090b5e49b7430cd391f38acc7de69421913c290e688a8349bb985fd6e6c64c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.2-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 6bdfda3e14228f50bb2aa466b800db2e171f13f8c674d563c9bba0bf85499a03
MD5 9de51e23e6f7e188c63ebcbeffd81968
BLAKE2b-256 aad34241f3150ac77530cf5890bba525e10074773f8dd8be1f3d62137d599043

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.2-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 420278380ff7c21f775a71df8ca3f3378bb9119fa9be927da09cdceaa11412df
MD5 3fcbf4c952925da18cc31f1c2bdedf10
BLAKE2b-256 394e535d6adff2a0a9f437f9f4d26916afd01d786239f3a7d98aa6fb3955c3a2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Levenshtein-0.20.2-cp38-cp38-win32.whl
  • Upload date:
  • Size: 166.3 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.2-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 40ae1e13231c53cfef78b2acfc5d54cfc8be3493e3504647ed716d6b15e472d5
MD5 273d9674e02076e2407e3f48026d153e
BLAKE2b-256 cec570273bd9da4811a7b160dcfe26932fbcb93a27e44c46fc1e25820fe03e54

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.2-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 7fc6cafe2b12effb8645e73c61f600ddc052b4927c6c68ffb0607fd173dbc12b
MD5 b5c81fbe92c38f7ef4da8e5760d2e82c
BLAKE2b-256 584487e97e13fbe19e2f2f8e3802ee319f975b459b25cca999252cbceb6c91fb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.2-cp38-cp38-musllinux_1_1_s390x.whl
Algorithm Hash digest
SHA256 f9a89f8f146f9e2f4dd15d8c87c262de0a37323f10208674ddb248a9d0977242
MD5 283d9e4603d8f139a2ad73282160412b
BLAKE2b-256 92928549d2c4909bbac0f4a8859755d5889e458af8b9fdcc2acd5f216db48925

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.2-cp38-cp38-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 7122286ffa5c332e4355bfd6e8c78a4ef8aef03a32e1aa3282dd73ea5109d29e
MD5 bda7ce8c5cccd3ae41d85dd711730b48
BLAKE2b-256 6f2e9469a9a1366bdba5226e9c27fbd030dcbb896a42df152b47eb40965199a4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.2-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 5e830170ab054ef3b2bf139fe4556749593d8762946134aa2063323cf1f8b9b0
MD5 534c0237113ff436b4ac17c6ca2cf489
BLAKE2b-256 02910c4bf169031ea5f426d2461c97523ddbe74e374645cf115952a7dc3b656e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.2-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 c57272e24152d0f81ea290b8a27d37d01b7381de30499f9749aed8ad95ca5ad5
MD5 cd0365a8b4dc4998f19a7ce105ce13d5
BLAKE2b-256 a6ca3b55497e338380f9c7be94fda4d5328aa179c005f647c697d8496b945256

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a46508a999875740b712b03ed0e51e04cff32ba82b8f25972fa78389e50eb1b1
MD5 ad057823e220edd22952f778126ba534
BLAKE2b-256 2920655e8566548ef119cde7165419b38b85a09e20a05cea116973ac012e5cb6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.2-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 41528e4ee6c50fac3172240b0abac27ea741d12aebadd033cdf8173293910ef7
MD5 f4f265f2c58bf1ad341d9e8c59c31e3b
BLAKE2b-256 4355b63e0525cd26841774728720f91b990ca7f64fab71f1927fae75aa14b9d7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.2-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 e291d107e488e695790c3787de2e37ef1841b89959477a9a168a261430981d76
MD5 2434dc07880045cc1521a4282f977784
BLAKE2b-256 fa5bd9f91d1d7e2ab8e44867097ba76bb2e8ea4757dcfc1508a416107d91c38f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8ff28da2ce2fe638f913f05b6080e08c3fa96a1a5f6f514d2d4e3cb5c6fee054
MD5 30bf9c16259cae7ca3cf0aff55d5d988
BLAKE2b-256 f55a0b037669d15d9995dece92433c119af9549d319d48b1dcbfe312ff922ff8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 16347d00982756ddf4020717a2b41796f7a5cd2be325327b8dd05068e12beecf
MD5 bffd20dbbe975cdafaff87784a2a7597
BLAKE2b-256 8bcee5ded7aaf3711fe0874914f6e9f46c6525575d6031758a385ab1d88a961a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.2-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f9dfde9b8a0fb800334274250aa1d0e89b4773ea8969533c8c0ac438e292a884
MD5 0f402496c7cb17534779a927c030da0a
BLAKE2b-256 2e6aedbc43bd417c8c6d0c397cf15af5c4abf62b8139bbef85336e7be895b572

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.2-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ad171b053bbb7be938662f8369ed1adf73c9740ce926dc6585a4c5906efa495f
MD5 2e46118da870ab930c18d8b232272ac6
BLAKE2b-256 32bb6e443b2b17e701c8e937a8d3357cb4b4e8f3d3ea30fa76ee7fde4d1f88e1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.2-cp38-cp38-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 c1750b6d1481905dd168be4c8c4f4bcea76122677aa9f29906783de1f314fa3a
MD5 82cecb0d3580b8821070997fcf58c021
BLAKE2b-256 f78bf06a5848902d7bc3b2f12032732542429a47d44cfd4f414975cbaaff50d6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.2-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 2b766738cf2f7cb755e0cbc5ac2992a2671dcb45e2f9d313403b5d2d2a6e67c3
MD5 cce23f83bf135a686d4e663139689f65
BLAKE2b-256 2e0c5c1da584f8664b308c3b7bcb47f2720b3e6f80f294769a9f030ef466f5da

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Levenshtein-0.20.2-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 166.9 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.2-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 78341278acbfd49292026c114bcedebf6bb353edd875910e5ab87fa958311c71
MD5 0f57b49e0b19db5de14df7903091f523
BLAKE2b-256 5829723188d1c63a228eae0dbd9363010427c305479005d38c48fc9b23f7b503

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.2-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 c0269e0c75145f1aeb0309e7d1dc987ddb8f06be76ca6d18ee7b9be16019ce36
MD5 1b81aa8611f449da45d9c36348afe4ce
BLAKE2b-256 b7fd3ce682e061753648cd6fb888d8ef96c4ed2ede50fe801a5f99f24ab7cf99

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.2-cp37-cp37m-musllinux_1_1_s390x.whl
Algorithm Hash digest
SHA256 ff55924520386c1ff87c3a9a4b7ae84ed565716d149bb0a7295fa48bd88f735f
MD5 e687ec7db70c7f23418ddeeff24357d0
BLAKE2b-256 201b88185dd773a255e0b569700750a4be12e380009c3e8bdb2bd045f9807725

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.2-cp37-cp37m-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 1cb301f1ddb73b2460836ee170569314f598e4d0ffa1e611a54f593de4afe495
MD5 77c86ced3541cf7a50bcb2a29f6f6a15
BLAKE2b-256 2feb000cb8742f6e62bc15695581cbc38be3f945618571325f6cd335a195a23e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.2-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 bcc362e30be71392bdc62faa413c4db3569c0ca8aee041be3bfedb59bbddc516
MD5 29c9f8a9f2fa03901de3991911efcd8a
BLAKE2b-256 32e9a8110455197fc530d9b3cc3481fa8bfcac0f9f20a0a2f6616e6523729413

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.2-cp37-cp37m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 7fd13de9e39279f5e120eccacf4b370beac269191c65191f50cbe9bf7cc0b9ec
MD5 3e54b8cde32071985824f1b2d78122e5
BLAKE2b-256 02eb5a4235253ad9e425fa15d26e9ef28862f96a87a22b1c348f72d0d6388003

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 07f83464cfb0623456742ed4c481f3b39dcc352805ffe75faf7f1a0ee2f25c36
MD5 93d795298a9800c5cc18a3dda8f92d3c
BLAKE2b-256 e8cc012a615181adfb920ccab1b9d944a5857ffb1c5a009cdf6cabebf75795b5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.2-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 47bcad7a5bf5a8239fd95bdc3821e625b4ae5ba2ea3c211661ad66ea18984a20
MD5 02b25ade22cb49895cc6c577fec797a6
BLAKE2b-256 ba21664020f1040f513abf597d13cfb03e1be9578fa8fdbe20124e3e5516635e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.2-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 13a13873cc5106c976ebdff316c98b125701bc76a8a687d08fc7eecb134be3f9
MD5 175a73222e05697c080a80310070eeec
BLAKE2b-256 82e324b824d18da8f6484059e419e2513525566dfeb38b3f6c9334463b9729b7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6fbfff6dc79ae5c6da4088df00e9f7a009375bfcacafe2e4c1b79d16a12b2e03
MD5 ed8f00ca9895b471d788f57fdf5d7bf5
BLAKE2b-256 b7722c2042793260c42ce87a3a7c17d8f521b33483770979a5ff7cfb050c4400

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.2-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 117d04d9f678c303e14bce25c38cbb9cd24432d12d2a951dc6be48ec7a2dd7a4
MD5 80b3068c27f76ddac9f573e3bf366a4e
BLAKE2b-256 feb0e116baba4e4dede407aed2b9f99ace5a37b816448fcf8914ffa4da34dd29

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.2-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 2a2b006e726c20d48e1248c21dca683d471f1c246959b0bf7e99f1cef92666e0
MD5 3e21d7c741c638672421274f13003bda
BLAKE2b-256 c5d7d193b3c21969f47824418b4fad96f84982d14491cbab2c2909fd67bb8b1a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.2-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 3838240ac3a10fdadeeb972ec09e5c90617c5ffd9f7afa22bac96503f9c0bd87
MD5 a0fd354339300fb614950c10fe4ba02c
BLAKE2b-256 3015008bf9dcdbf76b2a3c7cfa9e42e2db1eb8459eb84c4f7a764a7f234b57a5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Levenshtein-0.20.2-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 165.1 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.2-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 9cad97adf4a2b5ea744536f59e1e607685c9b5c27f2d173460e199321d00c755
MD5 52736409b898b6f6a1e40bff13aca1b5
BLAKE2b-256 667f888079f7795dfc6a43b35b1cd25444d069520fcc69bd6d0f32ab3e9e9435

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.2-cp36-cp36m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 1bdb7292dc869452fb3eee296c1081c98f53e5b12c8faf55d49c864120b4bfaf
MD5 82eceb9df4ec1a14862bbb159ea4045c
BLAKE2b-256 e706d5a1950a01cbab1c6d671805872b1f7f61ed0592f40013919395dc6ebfcd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.2-cp36-cp36m-musllinux_1_1_s390x.whl
Algorithm Hash digest
SHA256 980bcc3870adc89306404f9f35671453dcb99afb1af3cefeabfe4f58a010ff21
MD5 830f58c664e14f7d970d45213772f352
BLAKE2b-256 646cd1e9d19a1b5146b4ea5353881c6e27b4fb784d8175843e39df87b6b57fd5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.2-cp36-cp36m-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 fd331a71bb024478003f700e88c609fb1424b31b95b08c5186f619c5987b79b0
MD5 f3ba1bef1ce3cabd80a61b4246e24580
BLAKE2b-256 fffc168b650722ee1763a86b2a5ea33bb783c41e48edf7ea86342015b43c01b2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.2-cp36-cp36m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 f73227d24d0acc7bc5b7d758069f61c3be3a7478cffa0ec9337c50e574c35aa0
MD5 96dd291d462ff64cd78bbd116fbfa31f
BLAKE2b-256 d3aa97b2a162650b97de11cf7e8af6767b82e695264ad35ae3ef73c205942eff

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.2-cp36-cp36m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 940d248852019867e9574e01b9b017eaf72c01403223d092c0f79bca1519c7d3
MD5 9309267f3342ca8bc0aeac4df0754163
BLAKE2b-256 f483133575e8400044d2de936fa029e54b1f793de96675b315dd3ab2647c4c94

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.2-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4418053f58179cc7da39e0e88db4bca3722994be9d300d0dd65204247ab7e259
MD5 d1fa95567a37467073c151bf5268b9fa
BLAKE2b-256 2aa858f80caf44937fb3a802f3096f1960f950a561904beb51af80ded309d1e5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.2-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 e2f9d70cdb578c633ddd203206920b3b54f0fa703fb1fb314c1d54fbe65417af
MD5 758f760535e32483e30c365e6966daa0
BLAKE2b-256 f62f84763d4cb41200ea89203747602cc188c23e8c9cc8cfa4c79f695e623761

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.2-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 6d2f76404d82949bc5db2f7b7dd3d86a21c214e18dbd714666fe16dd11eff473
MD5 66f81d2f72ce7ab04a70d80993a8921d
BLAKE2b-256 5201ac6586fb9b1fa3c388a82bfe9745ff17935fcd11e6200d1a814b3e974d39

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.2-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 39c8181e7f03fe84197b7477de8af6eaedbafaebf4ab4d9b36d7ef1842d8c70d
MD5 d00a9976f76fcdb76f80900eb7e99649
BLAKE2b-256 416e7f9a0bbf77d948f7598af3a195e59c18d58c8988e6115f8366159f569759

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.2-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d2c9ce946063322149bfc4252d2b5f46c37893d986b42e39eb81bee2d7f37252
MD5 6dada8add7b8b3a89c281d11fa52e7fa
BLAKE2b-256 392d31d10904e3044bb565121b4e7e18400c432ed9a2b10541700de794139054

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.2-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 70b9314290d8894b5c1dc5536113e2f443cfaa02d49a306fe7d8ff25d7243327
MD5 cc9ed27d0b4b5f407305ac9628ef2954
BLAKE2b-256 9280e227b9dbeea8256ba746fa4f2873f46dda4942aa8031f9c60176b5a9b030

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