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

Uploaded Source

Built Distributions

Levenshtein-0.20.0-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.0-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.0-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.0-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.0-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.0-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.0-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.0-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.0-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.0-cp310-cp310-win_amd64.whl (182.1 kB view details)

Uploaded CPython 3.10 Windows x86-64

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

Uploaded CPython 3.10 Windows x86

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

Uploaded CPython 3.10 musllinux: musl 1.1+ s390x

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

Uploaded CPython 3.10 musllinux: musl 1.1+ ppc64le

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

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

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

Uploaded CPython 3.10 musllinux: musl 1.1+ ARM64

Levenshtein-0.20.0-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.0-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.0-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.0-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.0-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.0-cp310-cp310-macosx_11_0_arm64.whl (106.2 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

Levenshtein-0.20.0-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.0-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.0-cp39-cp39-win_amd64.whl (182.2 kB view details)

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

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

Uploaded CPython 3.9 musllinux: musl 1.1+ s390x

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

Uploaded CPython 3.9 musllinux: musl 1.1+ ppc64le

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

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

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

Uploaded CPython 3.9 musllinux: musl 1.1+ ARM64

Levenshtein-0.20.0-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.0-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.0-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.0-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.0-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.0-cp39-cp39-macosx_11_0_arm64.whl (106.5 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

Levenshtein-0.20.0-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.0-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.0-cp38-cp38-win_amd64.whl (182.3 kB view details)

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

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

Uploaded CPython 3.8 musllinux: musl 1.1+ s390x

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

Uploaded CPython 3.8 musllinux: musl 1.1+ ppc64le

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

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

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

Uploaded CPython 3.8 musllinux: musl 1.1+ ARM64

Levenshtein-0.20.0-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.0-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.0-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.0-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.0-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.0-cp38-cp38-macosx_11_0_arm64.whl (106.1 kB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

Levenshtein-0.20.0-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.0-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.0-cp37-cp37m-win_amd64.whl (184.1 kB view details)

Uploaded CPython 3.7m Windows x86-64

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

Uploaded CPython 3.7m Windows x86

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

Uploaded CPython 3.7m musllinux: musl 1.1+ s390x

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

Uploaded CPython 3.7m musllinux: musl 1.1+ ppc64le

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

Uploaded CPython 3.7m musllinux: musl 1.1+ i686

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

Uploaded CPython 3.7m musllinux: musl 1.1+ ARM64

Levenshtein-0.20.0-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.0-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.0-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.0-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.0-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.0-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.0-cp36-cp36m-win_amd64.whl (182.3 kB view details)

Uploaded CPython 3.6m Windows x86-64

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

Uploaded CPython 3.6m Windows x86

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

Uploaded CPython 3.6m musllinux: musl 1.1+ s390x

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

Uploaded CPython 3.6m musllinux: musl 1.1+ ppc64le

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

Uploaded CPython 3.6m musllinux: musl 1.1+ i686

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

Uploaded CPython 3.6m musllinux: musl 1.1+ ARM64

Levenshtein-0.20.0-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.0-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.0-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.0-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.0-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.0-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.0.tar.gz.

File metadata

  • Download URL: Levenshtein-0.20.0.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.0.tar.gz
Algorithm Hash digest
SHA256 184e95c4c83e054a0eb4d50f76ec5fc9f2c202b5491e2366b1cb58bd77658e2a
MD5 efd89e24147794b257d46eb7a553afdc
BLAKE2b-256 dcbcf7af6a5bce5e35868e84a36de9273aade85e03f7d5e99c074ed67c17be83

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 93119776d984159974c01ccef76e5f429c4b9f9ef290ed47d2bce943f8207cbe
MD5 72906f05c9ce5c7f6f7e5b32e5682995
BLAKE2b-256 a6619802e02437c842c9519608858f63aee85d3e0c2dd53f29816d65e36d46eb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d6dc94102687921ff55519aa1e4ed09fd3412b07120ab3872af262634af64d50
MD5 497eb59f6692d7890eb4d88368caa195
BLAKE2b-256 2b4a0b4d4695c68ef2ec6009e826a161161053cbbbdc49f8be0c60845a19885e

See more details on using hashes here.

File details

Details for the file Levenshtein-0.20.0-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.0-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 1df5e949b850596f7035e760f61664cd04150e39ae618951a03f37cd859ace23
MD5 809b62960b580e867f8798ab26d95f18
BLAKE2b-256 f9bb4b3c90a4bb26374611f3200fc8c7dde79fb5cf485e5f54d5f9acf3abe589

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9b4eeac037ce598e3ff3cb1ce686f6be2ddca75c909379f79e1912e61c06bb58
MD5 9cd8f29be2d0781b27c3f1641369f752
BLAKE2b-256 8251e43ae73ae36596b4e738b54bfff2a8c9cef8d299b9a4768292ad5cee9357

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a0f72a7ee967f5daab350623210be13b923d5bc27c6786569033db396594feb6
MD5 93a875dd59315773b963863724e0d9f2
BLAKE2b-256 0c23c1729c9eed1d6b7251b7b5ba2b8b1b751588659215f016944c5899ac7498

See more details on using hashes here.

File details

Details for the file Levenshtein-0.20.0-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.0-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 094fe4eff3405802c210b07fd7b30f85dc277bd009d7935d92d054daef450c01
MD5 b54a580089463accf28aceb7a85f75be
BLAKE2b-256 0764d4297c7ff6154f3078ea080ab08ae054c364d1e4aa7bb0bde76f3fd95638

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.0-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 74b65dc34ab23f8fea7ce6ed9f33699e96ac85efa3a59dd736eab82156cb6dc4
MD5 49fed3c48d24baf1ee82c96f4bdd7db9
BLAKE2b-256 e0e7c6022c3cc46ec001d180c5fa247d4d8f80140d4c7fcfcac50be2667ed744

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.0-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e4ec6c33bca08b92a01753c93723393bfcd9f8f4085c94547eb0194337854d4c
MD5 8b10fd7f579b70fdb153641b534e358e
BLAKE2b-256 4ce56374cac69e35312bcd85eae2b112ce3789acd61a170ea96b367be202feb7

See more details on using hashes here.

File details

Details for the file Levenshtein-0.20.0-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.0-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 4a3c21ed1099d36470704a64e57327ee110ddd6397f999aae148e4b9125baf3b
MD5 f4b147ffe43a5475323cd3861c82085e
BLAKE2b-256 ac22ebbf3b8eb90b065f9ff5fa2a287d6d198f03164203f5ec14b87e64bdfed2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 d79df1864275e7282657fc352561d5730708c59e10d96d6c0be1bfdf1d345046
MD5 fe27773b970c952fa8e9387984ee4e92
BLAKE2b-256 ae23a4f13bd1ef80006ca2105915ace21951d815aa475b1f267fb06d7ae35f71

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 3c92b8af9a9be7fcd5ffb7b2b8524a65e9f5d5aff7b6b4f064b2889f708855b0
MD5 e56e472d9522e5128af762f106bd78c5
BLAKE2b-256 65dcdca28df7298023cb2d5473434c3687da166d973a4cd459c5621e88a424e7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.0-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 cb01897cea8f2b33eb700ff894145bc4208aa53ead0ead43924409c9db3b3899
MD5 84833cfc15617eed96bf3c388fe090d6
BLAKE2b-256 ca0739f072ee1ac8918260a67448f3bffb987ff9c1e676f3c6829348f70c1a7b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.0-cp310-cp310-musllinux_1_1_s390x.whl
Algorithm Hash digest
SHA256 c85d53e154f2eadf624461b9f5d4329ad1ee0959df445171d3f34d74488e77b7
MD5 f4346f380d411de06d8bcffa41c22f61
BLAKE2b-256 a31d016613c8c144d7a3a9261d5f3482536eb7d4edf69c7d4ee38c9d613fea2a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.0-cp310-cp310-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 7c651df8a0c454701c0ee9b23cae461e4800c469d4bdba11a83c46276fa64ee9
MD5 3d76cfb9cda058ab85aa44da8954f665
BLAKE2b-256 da67080ad347b2436947b576e51feade19c248b0d943956a367188892cb9dd20

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.0-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 dcc4be5ad1afaddd77a93d651beece202c192ac48c0f3001b69e6a85c73b073f
MD5 485b75705a77e7ffc43abfcb43e730ed
BLAKE2b-256 9f296f67e854b7d8a00f7d94091adb9081e2a2f226cee4f72dec4986ccff891e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.0-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 a7bb8746d3d643d8e4a447cc6da3e29d2622bb8d0d9f8c992975492200dae42c
MD5 3a65943497b739f8b78f521f2d0db86f
BLAKE2b-256 de07e362f406f24351f7aea02397e40c25f95ee809434375132a468689cf8420

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 faa3b35c52649167db2cb79bbc2135329d9cb579cdee36c99efdfc525f5e35ca
MD5 3bc51d790cfee47b83ff2208daffadb2
BLAKE2b-256 0d7038beb4559c95895ff8b5183aa54d4ee518cdaf42004d3571c10efcadfff1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 a0b4ff3781cb1ebb86c58d1e4da2515554c55e9c1e37e2ef86c6ff5dc5e7fbc9
MD5 765096d0e1d2116e7cdcfc8e74afd200
BLAKE2b-256 e63fd9211906761eb9742c3acc7ab601966a57d4b088a04e5da51179c72f55dc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 8a624e1126d0778e13877837977c005c4f24378adad3530bee390d0957e3f413
MD5 6a037819f3afc4293a0f766e4a03531d
BLAKE2b-256 aa8e9a1eeab3f9d3662e8b8f9a8281daf0722c7768aa9d5b2ea4866a9f9fd7ed

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 17c1d775d95383a0a06bc40a38d86d47c13a3dbba8bf162a2c16449ed9d0ac28
MD5 957e189b934f954a40b6ca30785703f9
BLAKE2b-256 a4e4f497502996e241560b4ebe2f18999a96f13606b043ef5733521bf1ebf8db

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 805fd14d5b011062c9389dcfb903eb125fbcf0f98924e3d87d7fe5cbc212c6e4
MD5 3e2c015ad9024abb670d284946d8a2db
BLAKE2b-256 7ebeaf22c41200674071b69f0b065723a7b2803b6a0c184599f295bcb7e1d149

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 814749d53905d8684ed3f6bd28c44d15b4fd83ebd742c2d49e5429be0d4f6401
MD5 27ff907be8c52a2d919c5b550dd842cc
BLAKE2b-256 371032b3a72321ea2a27174c283ad4e487e67499b83855dacac1f0168a99146e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 2a69c2163aa1f986e98ae0018de9d1f475116a8d3d3e5a45dba6ba81aec46ddf
MD5 f935b096c1ac2d92cafa93334d23ab8a
BLAKE2b-256 faa26e40801d325d1008564b195fdd5a6ceeb64c8704d88c2f2ae6e3eeb2a371

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.0-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 d6166dc2bc73d146f1b0eced38b6b9ace4dfb8eba5dd1b3acfb4581c7677abdc
MD5 63d13f48d14f84f3f19ba8f2c1bd5e8c
BLAKE2b-256 a93eacc12f0d4954be2e8756e09d9125a598a4c3a5ed1dbae318b5dac4bdb352

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 5880a85c8683699bb6dd637a3dd67fe7cf5e0262919ddee1715edb80ebb83c99
MD5 14140b083193c59104ac3ff546dea385
BLAKE2b-256 9e895c38e80f92c9d48ebc6cb3837c8282eb339e73b9f3ffd49da36ddec12644

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Levenshtein-0.20.0-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.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 02b73bcf3519466605647180e5478c6859771c201deea6f111d922d661f8c87e
MD5 d033879b23c1546a59059b3e524bd2b1
BLAKE2b-256 eb4e8b65ddb42ac893a6a56d85053ed0d2a938dee59a19fad4d7fd7dcfe1c91f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.0-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 5ea9c1c9e22130491c98edc71255873c87231cf19529555e9369e68c36a0cfae
MD5 c80fdaad0a792e3c651732a282f03fa2
BLAKE2b-256 0286c44477d522fd112be8d0835226d6c6de0de396e73244e26c765547a1a84f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.0-cp39-cp39-musllinux_1_1_s390x.whl
Algorithm Hash digest
SHA256 ba459a709f41c7818c4eafba742771521814792c5311ecb40b762df3771c7a50
MD5 3dd90320f33bf38015f912ff52321b2b
BLAKE2b-256 c5fe7377776b0283ada26dd842146665825658000ebcb22d3bb95531355634be

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.0-cp39-cp39-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 0ffaa3401ae195f3489174818d6c97ee10266b1957bccfac5b3f52cee9231019
MD5 cb8727210fe034ac6779ff98d2e8a432
BLAKE2b-256 6a8f9f8e7f3ac6e7d88f02f9e89c3c2c4aa038ffa04424cb223806dcbf2ce3cf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.0-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 13515bddcfadfdb9bbe2cd8a5e7a4fe9e0be28b72716c1554aee46c90891a568
MD5 a5694e1190b1b03b596f3f0ba5b5506e
BLAKE2b-256 9d3214a083f7312d2090892a371015274e162f4b56ed04056ed17335f18a7c91

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.0-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 e573ed84f3f9f6e1a6a2f059051ad9df659ced250efb9481f708568d1fe1585f
MD5 1dfb6162564c73d5e23d978da907256e
BLAKE2b-256 c0d33a911c72faa43704bacde98590812a98bad90df237ba17960156695140f7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 14709c04704d2a9fbc1942cf50fba1157f91d302e50330825c19cae2a3384f16
MD5 9ce8404364f286953e55e9b27ae5397d
BLAKE2b-256 a256ffb8d54bf278088f3ab1a29ab09fc76811087540628b03936c59bb098c32

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 eb8164f2620d23622929f921d29ae89dd0c18df9c5b4f3530fb45e94a11cee19
MD5 c198866d61a4a2cae71bdada3c8c4806
BLAKE2b-256 0e08522664de4f251090189d3e9d003208383424144dee4a0fe0ec02d7640c68

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 c366378eebf0f956b41040c9f8f3628345951fcf49e7e5e80d5afacbee9a7168
MD5 d1afc02ae9f3da14c12d9454c3274456
BLAKE2b-256 3953cb1cbba3415308dc950eff680b78973415fe6a6cf2e508d969a487c8c280

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 fde963ec3303e9a5087793d55035f3aaa5bbe68d74610032c92ccaf9312d1b81
MD5 5ce50b04b7bae820efe4e0104cc751b1
BLAKE2b-256 90cb2aacc5cc20c6ec393815316fe2dfef69ddcf80dd82c1b48477ca1c9cf5ca

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b739aa2af39af9386a5f134a27d00415bcda47455e0af4fdbba2c6e1b7dde443
MD5 74495efff3d14a6e24afb274087852cf
BLAKE2b-256 fbcd2f1ff3bf3fc8adf65c71cb983c2d3e81f6f140cff05b425aad5e64146b23

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f6a3edf256436848ff5a8ba97797d8ffbbe7b3217a2a827fa21c44b3ba834be6
MD5 26705135c8fd9506306a431708353f2f
BLAKE2b-256 50a0cd9ece1a7966e8ca8809de0605b0d82237541cabd9088a5d388cf8bac01e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 7051dbfd6fba2c41e0df4efb7ad34df67091d0f3c8f67b6a713ee64191b5cb4d
MD5 438a9dd73ac97df9c7bdfa763d7b7cca
BLAKE2b-256 30d6eb35a6283f2c3fad8679001e09c3bfc53a3a49c6569f0e09f4880ef4e95a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.0-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 064585eb3c1dce9faf22577d629ec5ec087dace1a6084a4590086799ef348c80
MD5 d97c35073bbd5bc104dd8dc9b125136c
BLAKE2b-256 8c5db13ce5bd885428a378670ccb408e2b97436d69fd78b12a9d26d99d735918

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 ed9d4f6af1d8c55494ee5c013e1f91f7712d5d87f98318570c06b2ec82e0649f
MD5 aa2745f0660814466df0b504e600aef5
BLAKE2b-256 4b0c3a4292d0f13062642750d5614dc2637c93b7a351097f2b27a06f20c30d10

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Levenshtein-0.20.0-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.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 90cebc9bef368528273076752ce02760b375fbb3307b987abb0ad08eb6006061
MD5 b3971286dff196ee213a7a870ac0fde7
BLAKE2b-256 da669e315fb3a7d8fca83f0225ec8174007fe1dbafcc783bb6094cf1d533fe1c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.0-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 38fb55e9a123286d05a151b206d58c069072dd5d514fd086cc4dfcbb3be12ed8
MD5 fd1aa4d5f7816442f8daa1819daffa82
BLAKE2b-256 ca753a1e1a9a90b66c059233b5c3b7c2bb6229da2a6f8bdf79b1d083c2d5b369

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.0-cp38-cp38-musllinux_1_1_s390x.whl
Algorithm Hash digest
SHA256 69f6288040788b150bc60aa8f59d32bd491324ad6e31f5f6dd915be3ddf52b19
MD5 d33bcf5ea275e3f3a9189bafa17d80c3
BLAKE2b-256 b8d2a6e32f20a6e8628ec14662d98bbba85fb877c084248e01384f2f5ac0ac2a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.0-cp38-cp38-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 db8aeb494574c45aa24600a25e879f014ca942efeba3ecfc7c3fd41c209b47f8
MD5 6eab4a04f2199aeec4bf135a5e9579d6
BLAKE2b-256 63e4b026623378c2b978c4e1c4b70ace174f4706981970ad42e35c9a4984e3f3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.0-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 0d71a14a0b3963e42ab700fe66591937a84fa46aa9783c68410fbbafa461d96c
MD5 d8ffddbde5385bfedab721a5914b96f6
BLAKE2b-256 f51574f2d2cb7d7dbe98f9ba9d6879731f1580c2d642e07d3b1021700cccdea7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.0-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 018455409eda3ecee2106515a447655953911f7fa31ec3f57c67c8171ffc384a
MD5 605c2caa9a72e8e26dc9b17d0092d1dd
BLAKE2b-256 c8ddc4ca03323be62cf6a52ae2621e97d89fe59c72f66059a36bdd512ccbb0cb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5d5f9c04d64251addc37e3ffe04a3faa2605fae8f902d1400da0234c04db165d
MD5 e4c1ec99982ac09108cafb4d2afec7c3
BLAKE2b-256 49029802340d7bdff1102c83ef1ca4a25ee21bf63cae535f9cb896c875089544

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 37e912b97c1bd8babb65f59642793384823ad4b98ec98eef7582deaf3af023ec
MD5 926207981a7d4bcbe00cd0391ac9ff8a
BLAKE2b-256 ce526471853ecc55104b233bfffbb975f6bc97e9c6253709839713004dec8000

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 fb83c1ff92133f4e709a9fb4cfb9cee294701f9862163e85510a1d83be171e9f
MD5 58f57d3a12a42db44e5e2c7aea9c77c3
BLAKE2b-256 45b5fad2b937da7f5e526865ca19562c12f81b4a40483da57f768128763892bc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f9ff1f4c93da2bac2a65bc125e59c3b810b7a1627a60b32c5bb35083e6e3b982
MD5 d5c03a33c4f8606e9c13f9d3549cb13a
BLAKE2b-256 0231663e02ef3fd8984af7e0e91583ba43785d3dc6832adb3387f052bf058b67

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 82156f2613f09c9c950e0c97db226ab300d0a75d8dbee38ea58b986fb9ef619f
MD5 f58779c4b17f8bd7f8dbf6879eeefa52
BLAKE2b-256 dff8489717f3dbf4c601d3696b761b1936b4167fd1ed544e866a2c68f9984440

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.0-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d39c9d411f0c33856d8cd9b66ad8f0d4069f16247d4ac82377d5d73ff316a93d
MD5 a29ae85acfa5c05cc118e59404a27c1c
BLAKE2b-256 b814755e316f9b0b5ed5eb54bcee3293a4fd894613a72c2d52a3635b657e61ea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 dcbc670f7f3000c05dbc2562abb23f071ad2f2fc205a820f15be2715a69cfb55
MD5 5027c79e066daefaae9dd73d8e5af276
BLAKE2b-256 a452bed3f5b5b1caec3e63627f1c558a00831002060a1c1ed27f6ce88ebca541

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.0-cp38-cp38-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 7ab959bef668efed65136c72ca042e524e17abb4a40267fcc88d20a3120c9c6a
MD5 e71902e74517e72fd3c88e9a68ca9d39
BLAKE2b-256 6665f476aeab559ef5512ef6cedf9f52a08e8a81da3682c126805fbef7bf88a4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 0c00e4b5e88b3db36644d8a74f632e2986da6bf58576dfb22b3cc88fed8e8037
MD5 62f4075bc817ef707e96269550e3de89
BLAKE2b-256 e7fbe3b56182bd90dfb48b2cb51a035f68dec863db52b993b6253998bb9ebe39

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Levenshtein-0.20.0-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.0-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 4ef8b30fbf22b07af93cc7d8f486e8f9eda6334c279714fa5e32d3def29f7adc
MD5 5478732d0f06cbbce743584149732b31
BLAKE2b-256 c67307aa372d03882f0197bbd27a9df897584a1a7ff19f22ab17c5d91af1f42d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.0-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 1d65e03dc30391365cc708020237cb8ad52457183095b76d3ed470135cc5aeb0
MD5 358b71ee9fbd6c8f6667e8facbeb7e13
BLAKE2b-256 e7b96349741696b9d0e80705853894d7bc994b163c2e291406dcb04c9cf98488

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.0-cp37-cp37m-musllinux_1_1_s390x.whl
Algorithm Hash digest
SHA256 21b11c68170f06eee947b4b597d7cb13536732b9f1ff5c9a024cd19167950550
MD5 f5e618161027da5afb7b577b4af140ef
BLAKE2b-256 c43c2dc63574ccc7e5810715eb2ccf109a04fef9c5d066c8a58b26ce72b2071c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.0-cp37-cp37m-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 da7f57bb8e4df2cc158230edad80ca0cef9cd745a4f80dcf25739e3a6cad00f9
MD5 f2e6ac0aeed301c7b6a225afa50a0c26
BLAKE2b-256 1dee03cb5c6e9be560547e3c4584374c192022586be8fa912640c4c15f51f3ed

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.0-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 a5edb1391bac20174aa479501d6351f03ded4ab2ba76873b9d549bce8e8c4f9d
MD5 2bf41b95fdba4fb382f14193dd9d81a0
BLAKE2b-256 7ef0080403203d8c93845d62b3436817edf1c24a3d94763aa9bb027b07b07888

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.0-cp37-cp37m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 28ec492eb6c05f5a1bbc4447ee48774fb33d4626f44d29602db22bad5aafccbf
MD5 1cafbe819a6ce14759cfa5c165df833a
BLAKE2b-256 a042d9ff6421047010c1ed59fe89ff6059fd73a3c45317459800ff5c7f7899db

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b8e587857173739fb7559d7f3c858a2c62120120b72aa220315dca305a420b90
MD5 a2bbf37899e481599558c28c884778a2
BLAKE2b-256 1ea73d1194510be2bde748c3d4311e68e0999d47002c5e601f5f2a9aa54048b1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.0-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 0ca8f40c261eb31ffbcc3b65d7f1892b980a3a7fba68052e11b8d1c47b8f46b9
MD5 0ccb48be9b175f2e11e9e38b0b5bd358
BLAKE2b-256 d1e27c1b19b1be89e2e3555100184e32ad906e87235ce8ad0a4b80bfd081f1e0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.0-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 17a2b9d9224d08eb225f9c4f89010c75dc40c1934c774ff9ffc5ae1eea4c8d85
MD5 17a30f655f7e85cca8c18f2f3ab3f58f
BLAKE2b-256 16d6254671ec95b5704d47b3fadd196603ef440506f74fa0b7c9e8534abc76e6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 bcc66e3c5f43a243700e13a0d88d701498b4689a2af13cd4354d6d55b94a58af
MD5 45cf6bfea7a276a525d4f5f84ce262b7
BLAKE2b-256 d5310708d6d563529aa7811da9636029a582ac65d9e8a570c2a845e60ce1a11f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a2e4bf748596e2bad7b21047a4a47df32e72ca7bd4ca3249af74cc85e26adf0d
MD5 43be951f7424410c01c50e78f5cd9265
BLAKE2b-256 3984e22c6a9d6190a0582bb2f38ce35ab2a20abab3992a5e6679b28ac3f1a900

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.0-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b750c7b466c16eb0cbc7aeeeac09de75d5907782e8d2ceaec38c9c2b19f611a2
MD5 79a67bcfcb4ecfb817a37986569ac032
BLAKE2b-256 5be6f9424ece6e337325d33e2add24734f52d8997b25b80426adffada11c44f5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.0-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 b8e0aa7f24b7034897aab32297224e098336b880547e5584335b4541d498e9d6
MD5 6b8194ea6f70f2d4f6cbbb3f360ae6f5
BLAKE2b-256 6d5f158d9f04ceca4d07a91af7036b429620b73531565c0792ac1d458b82fda7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Levenshtein-0.20.0-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.0-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 46363968296f447c0b8ba346aad57767e455af3ddce1747cfcc8566a2cfd23ed
MD5 29f04424a657d343ce9b4847f87bce32
BLAKE2b-256 27a35ed5c1cc341681161abf29bb775dfa42b17cc0b4b446b5234c7d52a9e1c8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.0-cp36-cp36m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 fe8f686ed444ccb0807fd587804c0a52d0fb16ee71d65555b4254136e178274d
MD5 47967e829e1e2dff97fd0502ebb89f44
BLAKE2b-256 002baaf5011dc626c8010f120484adbde732d62ef490482bb0f850bc1945d032

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.0-cp36-cp36m-musllinux_1_1_s390x.whl
Algorithm Hash digest
SHA256 faa2d5e156ca18d0bc9b668007fad98e46b581fdd157884b5a0155224577a4ad
MD5 198477caa3e453aca6a8042d74c3d677
BLAKE2b-256 a3490b9b0b5ad2d5a47b4ef968cfb3f320979150e7d201bb45005282964d3fb3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.0-cp36-cp36m-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 4bb9fb4c0940a8eedffd8c2b6f4c537dccf4fd8d23a02b3e5c7141563bc20b6f
MD5 52ca10ea78d2868d421506c469565c6d
BLAKE2b-256 30d3673358c066045a3360d8259cb99dfd22a9c50a65d9427ae4308168ab4748

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.0-cp36-cp36m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 1fef36f6c56d8f6262723ff4f0da2a26234fe3831af736394e71a5f9ecebc3e6
MD5 7738bc5c692dc2bceb7d8afa2ac4d325
BLAKE2b-256 0a56a6271cb60ce90b5e21552adce2ae20aa81aec1d673292abbeed76ee1bebf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.0-cp36-cp36m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 f2ce8d3e1efaf69e36368150c9bceb8c791497019767ace30e973ac54f324c55
MD5 fb469eaac469a17cbeb65887af3cbcf7
BLAKE2b-256 e7dd10d0705a43f2e863f751ae9683dde32e093b951e982e6b94c848f0905156

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.0-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a9c2aa198eb472e822c2c1b99dde30609211291bad742bbdb0eaf42d12797734
MD5 afd669423310533736f506d11a624554
BLAKE2b-256 a3b1d8fe021e7066183d75b525021e55f5213351c7fda22a0444b518e101b257

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.0-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 083eec20890d6a6eb46b1b99714189c30d96f82de72302da20e1f7e8dc8823f2
MD5 8727d67f084512833f692d87c9026315
BLAKE2b-256 f739f0f86d6f089833ab250b1d84470a29dc7fc5ed44e740d3fab43a18754139

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.0-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 35eb1592b0e310a06e97a1fe025e070f637946b17713fb21f1dcc330fe84448a
MD5 a20f49d9ae1b05c19492321bfb8ffb13
BLAKE2b-256 fca9eed122a668ea52aaadbcc1e00f28b6345d8f9cbc559757e46c131f705643

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.0-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2f7adc5c8f43fac3374ee28c57b4a4116acbd97672b67c08a6355dacbe31e1d3
MD5 5d3ece2ceacc4f272ee5a603fbb88dc9
BLAKE2b-256 f43977a947e195eabcd38a551da5ff38607449f02601ae192f9c6ac25ebf8e80

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.0-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 fc128a713d6e8e5d75c5906a4c8918541af919db96a742634c0639656725dd34
MD5 bfe363d86f5dbf397f75aabf6a7ec315
BLAKE2b-256 0876b9000e22789b63f30a86a2c13479649e871ecf30368a122cd2944099e9af

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.0-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 9821e7dff246a654fcbde478f34a5dca2406d318b2aa4c6c2ea0b16e80ac6781
MD5 f96c5b43122759614f12d1c5ef5c59ec
BLAKE2b-256 07fbe46e4f990894c1356a73565af033bd9da81b9645fc0ba3803509333b9267

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