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.5 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.19.3.tar.gz (149.4 kB view details)

Uploaded Source

Built Distributions

Levenshtein-0.19.3-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.5 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

Levenshtein-0.19.3-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.5 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

Levenshtein-0.19.3-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (1.5 MB view details)

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

Levenshtein-0.19.3-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.5 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

Levenshtein-0.19.3-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.5 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

Levenshtein-0.19.3-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (1.5 MB view details)

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

Levenshtein-0.19.3-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.5 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

Levenshtein-0.19.3-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.5 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

Levenshtein-0.19.3-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (1.5 MB view details)

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

Levenshtein-0.19.3-cp310-cp310-win_amd64.whl (279.4 kB view details)

Uploaded CPython 3.10 Windows x86-64

Levenshtein-0.19.3-cp310-cp310-win32.whl (258.3 kB view details)

Uploaded CPython 3.10 Windows x86

Levenshtein-0.19.3-cp310-cp310-musllinux_1_1_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

Levenshtein-0.19.3-cp310-cp310-musllinux_1_1_s390x.whl (2.2 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ s390x

Levenshtein-0.19.3-cp310-cp310-musllinux_1_1_ppc64le.whl (2.1 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ ppc64le

Levenshtein-0.19.3-cp310-cp310-musllinux_1_1_i686.whl (2.2 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

Levenshtein-0.19.3-cp310-cp310-musllinux_1_1_aarch64.whl (2.0 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ ARM64

Levenshtein-0.19.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

Levenshtein-0.19.3-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.7 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ s390x

Levenshtein-0.19.3-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.5 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ppc64le

Levenshtein-0.19.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.5 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

Levenshtein-0.19.3-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (1.5 MB view details)

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

Levenshtein-0.19.3-cp310-cp310-macosx_11_0_arm64.whl (200.9 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

Levenshtein-0.19.3-cp310-cp310-macosx_10_9_x86_64.whl (227.5 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

Levenshtein-0.19.3-cp310-cp310-macosx_10_9_universal2.whl (336.5 kB view details)

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

Levenshtein-0.19.3-cp39-cp39-win_amd64.whl (279.7 kB view details)

Uploaded CPython 3.9 Windows x86-64

Levenshtein-0.19.3-cp39-cp39-win32.whl (258.5 kB view details)

Uploaded CPython 3.9 Windows x86

Levenshtein-0.19.3-cp39-cp39-musllinux_1_1_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

Levenshtein-0.19.3-cp39-cp39-musllinux_1_1_s390x.whl (2.2 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ s390x

Levenshtein-0.19.3-cp39-cp39-musllinux_1_1_ppc64le.whl (2.1 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ ppc64le

Levenshtein-0.19.3-cp39-cp39-musllinux_1_1_i686.whl (2.2 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

Levenshtein-0.19.3-cp39-cp39-musllinux_1_1_aarch64.whl (2.0 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ ARM64

Levenshtein-0.19.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

Levenshtein-0.19.3-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.7 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ s390x

Levenshtein-0.19.3-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.5 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ppc64le

Levenshtein-0.19.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.5 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

Levenshtein-0.19.3-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (1.5 MB view details)

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

Levenshtein-0.19.3-cp39-cp39-macosx_11_0_arm64.whl (201.1 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

Levenshtein-0.19.3-cp39-cp39-macosx_10_9_x86_64.whl (227.7 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

Levenshtein-0.19.3-cp39-cp39-macosx_10_9_universal2.whl (336.9 kB view details)

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

Levenshtein-0.19.3-cp38-cp38-win_amd64.whl (279.8 kB view details)

Uploaded CPython 3.8 Windows x86-64

Levenshtein-0.19.3-cp38-cp38-win32.whl (258.4 kB view details)

Uploaded CPython 3.8 Windows x86

Levenshtein-0.19.3-cp38-cp38-musllinux_1_1_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

Levenshtein-0.19.3-cp38-cp38-musllinux_1_1_s390x.whl (2.2 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ s390x

Levenshtein-0.19.3-cp38-cp38-musllinux_1_1_ppc64le.whl (2.1 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ ppc64le

Levenshtein-0.19.3-cp38-cp38-musllinux_1_1_i686.whl (2.2 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

Levenshtein-0.19.3-cp38-cp38-musllinux_1_1_aarch64.whl (2.0 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ ARM64

Levenshtein-0.19.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

Levenshtein-0.19.3-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.7 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ s390x

Levenshtein-0.19.3-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.5 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ppc64le

Levenshtein-0.19.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.5 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

Levenshtein-0.19.3-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (1.5 MB view details)

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

Levenshtein-0.19.3-cp38-cp38-macosx_11_0_arm64.whl (200.1 kB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

Levenshtein-0.19.3-cp38-cp38-macosx_10_9_x86_64.whl (226.2 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

Levenshtein-0.19.3-cp38-cp38-macosx_10_9_universal2.whl (334.5 kB view details)

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

Levenshtein-0.19.3-cp37-cp37m-win_amd64.whl (282.9 kB view details)

Uploaded CPython 3.7m Windows x86-64

Levenshtein-0.19.3-cp37-cp37m-win32.whl (259.5 kB view details)

Uploaded CPython 3.7m Windows x86

Levenshtein-0.19.3-cp37-cp37m-musllinux_1_1_x86_64.whl (2.0 MB view details)

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

Levenshtein-0.19.3-cp37-cp37m-musllinux_1_1_s390x.whl (2.3 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ s390x

Levenshtein-0.19.3-cp37-cp37m-musllinux_1_1_ppc64le.whl (2.1 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ ppc64le

Levenshtein-0.19.3-cp37-cp37m-musllinux_1_1_i686.whl (2.2 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ i686

Levenshtein-0.19.3-cp37-cp37m-musllinux_1_1_aarch64.whl (2.0 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ ARM64

Levenshtein-0.19.3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.6 MB view details)

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

Levenshtein-0.19.3-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.7 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ s390x

Levenshtein-0.19.3-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.6 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ppc64le

Levenshtein-0.19.3-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.5 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

Levenshtein-0.19.3-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (1.5 MB view details)

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

Levenshtein-0.19.3-cp37-cp37m-macosx_10_9_x86_64.whl (227.4 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

Levenshtein-0.19.3-cp36-cp36m-win_amd64.whl (281.1 kB view details)

Uploaded CPython 3.6m Windows x86-64

Levenshtein-0.19.3-cp36-cp36m-win32.whl (257.7 kB view details)

Uploaded CPython 3.6m Windows x86

Levenshtein-0.19.3-cp36-cp36m-musllinux_1_1_x86_64.whl (2.0 MB view details)

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

Levenshtein-0.19.3-cp36-cp36m-musllinux_1_1_s390x.whl (2.2 MB view details)

Uploaded CPython 3.6m musllinux: musl 1.1+ s390x

Levenshtein-0.19.3-cp36-cp36m-musllinux_1_1_ppc64le.whl (2.1 MB view details)

Uploaded CPython 3.6m musllinux: musl 1.1+ ppc64le

Levenshtein-0.19.3-cp36-cp36m-musllinux_1_1_i686.whl (2.2 MB view details)

Uploaded CPython 3.6m musllinux: musl 1.1+ i686

Levenshtein-0.19.3-cp36-cp36m-musllinux_1_1_aarch64.whl (2.0 MB view details)

Uploaded CPython 3.6m musllinux: musl 1.1+ ARM64

Levenshtein-0.19.3-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.6 MB view details)

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

Levenshtein-0.19.3-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.7 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ s390x

Levenshtein-0.19.3-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.5 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ ppc64le

Levenshtein-0.19.3-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.5 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ ARM64

Levenshtein-0.19.3-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (1.5 MB view details)

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

Levenshtein-0.19.3-cp36-cp36m-macosx_10_9_x86_64.whl (225.2 kB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: Levenshtein-0.19.3.tar.gz
  • Upload date:
  • Size: 149.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.19.3.tar.gz
Algorithm Hash digest
SHA256 b61ef578876e7500e9077b08331a434d06c50d076669e3becba2ce26ebe21a93
MD5 d35ab1510c8df7a72db73b846a4a28e2
BLAKE2b-256 41820714c91d9354365631bbf16f4c27aa3547d689abe49f0e1b95cf616aa7af

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.19.3-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bc3a4994e9e6512a344a3d1362445b968e02ea2091df0822584a40ee279cf923
MD5 127357d9233d0f6a1329218dc3fd1432
BLAKE2b-256 0792defb08cbaef13d6b1f3aad971054e4f3400b56b3a4b48ee5455b19c394bc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.19.3-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 140c3119a71d3db366bb2cad921788fde97df1cb5ca084c3a0f2d3555107f836
MD5 60a2ada383818c59188cc88c88604e95
BLAKE2b-256 041c797d4ea2830e7cb639362b609a260bddeb69d43ffbbc9db35368306ae984

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.19.3-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 3b9326f85e30cf35c7e8eb37a93955da7088702636ce50cd62d8bcb9995cb4bd
MD5 7c3328083148fe79b52c28adcdfaf5d2
BLAKE2b-256 c50068863371fff78d34a0d57254b5552300a3399f8eaec469408485acb9b66a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.19.3-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5e030b9208e303ec5105d4947d706a193211b53d1363e3a210224cf71281030c
MD5 74fdb51b66c5dca2190e3b7bfcd02eee
BLAKE2b-256 94a600f380aa1fcf997d1d8c3574030eda676ba2f1f95768ea28b517333f966e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.19.3-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d601b4754186c5832ff2d852d423d3d64b89fc9f118c8fce6a40d7f72c3f200b
MD5 2f7a008d28c1bcf92436fbd93adad925
BLAKE2b-256 a4011f15fc52cd52480a2b163a467bcd2292a2be8ddbc34b0bd1430a4119056f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.19.3-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 29d6a348180b8e8aaa6fe0011f88e4d4f21685d92a4e6b331cd89600209b0165
MD5 e1ba27474012b682b62e1dee4ce64cca
BLAKE2b-256 be86adb6525ecbbdf2780f1f4bebb959a237564c33334dcd50fc5907e81e3f42

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.19.3-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8626763a3676b9ffc72c739fc3b650a220d99b0e3c87cb83460cc8ffd9df1dae
MD5 d9c0297ba9951582d0f299f83f5b5ce3
BLAKE2b-256 39e533803ddd6f2db917d7cb9c5baa1504cccb2dc04d875f7b5ff32c9e2c818d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.19.3-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 13ddb66a1009a51b200abefc9ed90b29177baad9a996140c55a94a6c01150fd4
MD5 ba935c4e63254f24ba64fc9ca7f0ec94
BLAKE2b-256 7c2aabfb019aaaae64e484932967de2f76438f59c5718d74ac8f61688c999595

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.19.3-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 5f606441a9275ba894a69529a9d79d66912be3b4642e45a817ec90e1d6c1a905
MD5 c4a8a0d504fd5fb8b2ed49741169bac3
BLAKE2b-256 848bac1270552cbd5e236be0251a70cc7edbfa7d458880332a245896d24bddf1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.19.3-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 8ac37ff7aee68f9796a2e0d83435c8ceda1dd3d0dca7c27f7674b58c32905e33
MD5 79d9cb33dc77dc0b7463d38f7666bcf3
BLAKE2b-256 bcf5028929d4c4111b49a3fb8337eafcc90f474899814e362a5d073af4a40dd2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.19.3-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 21946dfb00301f586a4e571db962f019f2a2193927ba0db6ca57c9d52cf54a5c
MD5 263ee09933830185986c4222b54badca
BLAKE2b-256 9417295d152525a43b65c621291a9f37c3d05bb18ef8deb2c04a1663012541bd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.19.3-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 2c08fb9705ebd36e0099fa07047e1b832b2d9a9fc10cd22940e4b209c2a14a8f
MD5 f972ef762b61e7fb869b1452cb465a6a
BLAKE2b-256 01a0189c529f57815a0ae990c194793761da36febccb7eb7d0d75b16ed78f003

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.19.3-cp310-cp310-musllinux_1_1_s390x.whl
Algorithm Hash digest
SHA256 1738f65ce0065e4fd78f5f4ac8a2cf7731b842cced7e84bc4b367acdba23ceb3
MD5 b4fd7136630080e8616187e431c54bb9
BLAKE2b-256 450ee92fd529189b4b52b8f820f33f474a48b8234cfdd987ca2105b2d4d0dce7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.19.3-cp310-cp310-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 1fa5ff01ca439baed9a70e17de7cd72573defe9b11cfa3c15a1b2bfc7c04fdce
MD5 1296750cf4da28a54bef69641a741cc3
BLAKE2b-256 832aaccee9522c4118a1c2423225925faa84afb5b9845717185240cb4fb0aa36

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.19.3-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 d8e0cd8bf7daaca16bc5cf1aaeabb2d8a7ae1ac0716e6beca24cddd78cb25dcc
MD5 2c3cc832092a0fb4b5f279f9999ebf2b
BLAKE2b-256 d7b53b1444d2b893cf9ecb70cae9a3a392acc22af9d37c114a05e5fdee51eecf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.19.3-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 06dccc7ae68db87967636d7a436c655539a866cae82e7421de90c95da979b0ae
MD5 af4dcc0942f1522aa0721c659443ee61
BLAKE2b-256 c9c31a9067979f378d1929ca8bab928df0a4cedb79a0c6895c425968f78f8a60

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.19.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6e983d75c72c6abdbf2ffdfb381ad0df27b95d05ffb2313b2a1bd494ae51d81b
MD5 e3d76fc473b588ac6491c126b8d66999
BLAKE2b-256 a3bb9a9bd464bbc3e716848fff7cf875104d241cf7527a8305e8b14c07845de9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.19.3-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 3d53a257ac0829d50024d62d9da19e42acd0abc2349165bc324f6d7f4922d063
MD5 a637059d6bb253998229153b1cebed21
BLAKE2b-256 47ccc3f012676fc9e96bb68089772281b0dcd0d6d306365cc0e7a1d0aebe5f62

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.19.3-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 d670132e92af5db492b00b0c4933fe44bb438196a948617dbeb860832206ef9a
MD5 4c1c9dd6a3061c0036e923a7c5794bd3
BLAKE2b-256 eaee2953c633757d2168f7555533ff580b631c41a53da931106b5d61a7af4044

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.19.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 bdd81d4b88ff102bcf1992b4e5de3adaed5f5c982a1f6c9cb6cacb96be57cabb
MD5 0a16c6c116927990808042950b59bf62
BLAKE2b-256 3d4809fb1746a3d6db0cf8d6383d6ba7ef96b5f2096dd80841250d807f8a2b72

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.19.3-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b91eba3611c89aaf78e3e10cf92c51b546cef964ac0e598be4d831606afa01f2
MD5 41bd5da7b5113b15d4e8de2e2ada730b
BLAKE2b-256 070fe222faaaed5fea62355d971ca0a6a6e0ba75d1aa47a80a866da46c16c9b3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.19.3-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ae18caec2cefdf7f250bbf799b210779ac05862fde259668252cb7cae0b241c7
MD5 d00023dbb97274d6df1dac5a174e65e6
BLAKE2b-256 fc93ded541f652a2b09ecf78ca8991067266dbe3fdc963fe4f5736f8b9cf83ea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.19.3-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 1f598525d8beb446ce277a0da207f507199104d0e946cdcb89e69fd9b4e07145
MD5 824ff9cb5278198e0da13675d36ba992
BLAKE2b-256 fc4b8cd975607b6d78107af9b34664b40f1a6f80d1d701a13b8e7222c7b4052c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.19.3-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 44a389a02cd7fbeb724a7f5041206bc15b2e67d442a0a521fc5aced4d0829ba2
MD5 fa7de4f7783cf1837829db66006363de
BLAKE2b-256 1109c519a46dcf465179a2057e8bb4ee071ed2038c94bbdfcaf1bc6c365e4b5e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.19.3-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 d7e5c0209b855d7a7af2948ad8d87f4a401ce15cdb9f5cddf18ee7d0f83d3f0b
MD5 9f3aa56070cfaceafd73f1c9e78d2f0b
BLAKE2b-256 0b9bab48639897051ea1cda6d714158eb2bb3311b0bcfb5e2973754979a4eafe

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Levenshtein-0.19.3-cp39-cp39-win32.whl
  • Upload date:
  • Size: 258.5 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.19.3-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 1fc922f44f1f9b24dc2ecd8ad260b0b73c3b978bc450d30fa5f511e45c31abdc
MD5 63573b37c88c9d3b023e60aef1a5eba2
BLAKE2b-256 2802504ba03c91a688c14fd3ea56e19f8d1e5f7c759375565581dd8cf57381d0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.19.3-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 21ad889b951e74c73ccc56410dba125ff0da6292a7b40e27cab56e65209cfe4d
MD5 f31ade761b4440cd6084641fac607aca
BLAKE2b-256 05508d1761ac9d7b4b4cb1e6971baa8cf61dcbd65a4961b30f1825945f89609f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.19.3-cp39-cp39-musllinux_1_1_s390x.whl
Algorithm Hash digest
SHA256 7bacd3033bed706a635fa23a72da61b0d667d1ae0c243dc3b57a6db7a97b9c42
MD5 58bd0c89450f2d29eb77cad04d1d3920
BLAKE2b-256 0da782e67fda4a94003a9604bc1a25054004d794ca83ceb0ef88ebe264a45da7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.19.3-cp39-cp39-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 932ac0909088be9439e7b0e26eba73378b5a3540c665ead498b777796cc55be3
MD5 a4f953a11438e854c2221b127f48e06f
BLAKE2b-256 4aff92744106f02cf2f7fb57993f80288a25535b05bde1756ae0956aaec52e28

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.19.3-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 4b9130f293fe6327acf67f96d4341b11521fb51ee76000b29531868292a600f6
MD5 cd0f9bfb0712508022b160328bd534e2
BLAKE2b-256 e947c66a013d0649f441964b023caad91655b8dcfa4fb88d820feace300b7512

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.19.3-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 db1b632038fb752fdd069b5b6b86b7c134fb15a2211821e6233737abafac7168
MD5 c4d01c3d0fffb53693a936d39d95071b
BLAKE2b-256 90bf62715f1cb1e551cd8dbd9864f91b25b2ca48effae1bfbb6e6a21456ae6dd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.19.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8fb35a12ddebfe6cb11164ebfc7d7fcbf2f2ddb0123021cddb0ba119a6467851
MD5 bff01deaf714f7b01973e7ac4f419f6b
BLAKE2b-256 7694bb501113d324dfa0f6fa02b7748c5a756ac3fb223f97e525f454520da14c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.19.3-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 5ba00c691add1a929fc0414ff44ee06eee81517ca4305c2726157fc19a751786
MD5 3abec85cf43ff0dff8abe77325630eb7
BLAKE2b-256 6e7f1aa4b07169e69379fb2fbc6297e7475cd5265d12f8197823dc4d704201a5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.19.3-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 f1e6b4803a25eb49e1004e98e6e4f875d3d9f415f49c7371d42606719ba07042
MD5 94d3926bb93fff2ddf67e05a248b8e22
BLAKE2b-256 3516ea5837659d5eaa2f0451cbd4384aa645ac2bab82d45ce7963214570539b0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.19.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 838f8557b69ae7d8c4c6b58885851d717ce3ac73feda8616fc5843edd0c46a3b
MD5 5a10e257c4364b75fc64a5b63ddf2262
BLAKE2b-256 aa6a0398fa061c14a2f390dcaff9ffdb4a043eb1f9d307541280384f01e8f1ab

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.19.3-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 de14249ec2adfb753db7b0caf6dfdbfb9a74ca6f358fac028c63ea98101312a0
MD5 976aee889280241cdc65b0693afdef85
BLAKE2b-256 a98dda81c78699339eb9431adc7f397e32414a99fc88ba6c88d02e8cdbdf3911

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.19.3-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 eeb2506c7c250950ecfa661dd862bee18d919f0f7b7ae1bff16504404571e4b1
MD5 1574ad45bf92ea1f84c3d1c35c81a66e
BLAKE2b-256 8ab8ff646ecde7fae3ff9df9822bdb9778db4a6ea74ad9ae2a0141d57b1df8fa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.19.3-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 121301458aca5af637315d341ad82b994ebeb7b08cfa447cf280f50721bf02ce
MD5 fc59d8df15837d3db61b2d5e2d3e750d
BLAKE2b-256 d4c557514e676b97960ce7c990162e1c05b6cc2666daa3f0c58990312b4c62ed

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.19.3-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 64b9ed5cdff1ed340d1b902c6b4ad6379538c0eadc2d0b5f2749f58967c99e01
MD5 7d7c5a323edeb664e5d1eca22cde5227
BLAKE2b-256 d5c4f8834c882d6dae11203530979aa78c4434bf48f002a014dc1739585824e5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.19.3-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 eef6074db171af23d0813734b12313d099a6a364c8e8ffce20ac47dedf2aaa0e
MD5 5e16df52ce86f4c455fbc9aab4c8584e
BLAKE2b-256 f27ea4a04dd75766bccbacc2878e0e2dc24bc93a341e4f53726f74fb050c8cc0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Levenshtein-0.19.3-cp38-cp38-win32.whl
  • Upload date:
  • Size: 258.4 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.19.3-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 75c00971086fdfaecdd9c7e44c457e2cebafc6b5dc9869bc17c65bf3367ac3cc
MD5 f44c0f7f4b9e1e1e3c2f51fd53f1e250
BLAKE2b-256 0b64baa3138954b6893aaf0bd8299eb29596d172011e0c8da06473105c3c7c45

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.19.3-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 dafcf5d0ebc1e536813ab3e90ccdad16fe0ba800e2b5c19338010bc9d5243645
MD5 c1ee1e4ceb1d30ca2e50de94a071c189
BLAKE2b-256 fb3ea03528a5933d679024c8f2955cf1e9e3ceb24a135300e4b1f955de505a59

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.19.3-cp38-cp38-musllinux_1_1_s390x.whl
Algorithm Hash digest
SHA256 9c3be4160a592c2d0d384d2b89f4e9ff103e51ec4cf5db3cb5946515124ea57d
MD5 be7e00434aa209917bfa4b892470a4b2
BLAKE2b-256 e1b756212806c41039980437fce0e90f17adad436f06e7fc771d5d7152fa59a7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.19.3-cp38-cp38-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 e862ce842743d8857ff24ec0e1e15e86f0a1c4b98267ab4a9b28c54edd83163b
MD5 035ced751c83606a346872c2c377a770
BLAKE2b-256 eeb75a6447664f26f47523a3ddcac90b8c13b69c5daafb99fc18257576ea46ec

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.19.3-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 1ce2836735faa69ae8fb78319837ba21b66b8af4448b3aea330907d890a9c4c9
MD5 0ee3a2711845a239dea099e37646fece
BLAKE2b-256 719c27c291af497d9e88a7460402f537adce90b8366b3a44635af2955bdb02cb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.19.3-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 5e55e6033def3ef9a690a38ab1d77f078e411900123c9b06ead42295be0f1874
MD5 078799d7be58c32551fc5d7ef0d5cd69
BLAKE2b-256 57d878a43d0d124b9e861d3d3a19cede06fe5a7eb723992b6b982b4cb266d2d0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.19.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 dab9827fd6b2b99ec466a8788ee97bfac2e9721694acab2f5e8b91c86f575c60
MD5 c50875eb8c0af80f1be0da7285c73e0c
BLAKE2b-256 2e85e6ab51dd390fb4a1478010ec8eff9a5be1e9ce1da4cbb06a3ddbbe7d7a55

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.19.3-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 8f81594e750a8975382d77a8edbed5c512933cd326ef6502c773c8f58f1bb67b
MD5 43ac44e9ac11abfa4ff900d774ed1080
BLAKE2b-256 0f6d8aa51ad812641dde020adb87724466022a3e4b51d1054def996adbf4f8e2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.19.3-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 660921d2240702a31dc530588d68a54dc7fa438c2900ee92923fccf255b297dd
MD5 b78d5889228eb1f1c27c1a44025ed032
BLAKE2b-256 a6c7b92e12efaa4aa0fc963545a50a0be5460e96318079345898db32fff2583f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.19.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1ccb3ed2542c3b6851ff4fb40f308718b1dfab148a56522629b23abf3e0e9bb2
MD5 159e13d54f6399f4422a0a254cb97ed7
BLAKE2b-256 ef55166f80b17ee54c0b1327d221912293751871c202aa3518c900019081fedc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.19.3-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 71421f83ed8bbee4e3d820205e933274549ff92804eefb0bf34613a0d2e2ec6c
MD5 a11502513b5c688727a28aa9fdbaf984
BLAKE2b-256 f3aa1f57894be769908039291e6f210e8744f283ca4bf8db791990e6dfac2fd5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.19.3-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 55ae571da5d7aa342acc425e92be134977a8b4053bafc7b97a9921ec7e0a8451
MD5 4ee07b33cf4960de3883c8dd405623aa
BLAKE2b-256 b7715afc4f5c06601dd147bc7fa17316a312c0cccce6ed01b4d587eb67a92b4d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.19.3-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f6cf7b86cf708141bb27c938cccdbb33a0349e23ad580923af57da1e0a5cfa8b
MD5 493ef944c6932aa2738e1fe3197c32dc
BLAKE2b-256 508980325f267b195ef09b7d169b880aa8ea8163b77955bc825400979f16fc60

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.19.3-cp38-cp38-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 7d97c9f1edb4950af1fcece8a5ab6a292b71334231195bdfb07e307e8f6c7159
MD5 0f008019b13ce5ffb90e9bc211bd1d50
BLAKE2b-256 52beeee09a1513945b6e202d8cd92431fc4ab220681e3fb25a2a1e188bf28eda

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.19.3-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 ee7902672d766f51f509d18c7849875874d44113cc33dad47790c04c10b0f101
MD5 4a07294898a753d2592c0af67de09499
BLAKE2b-256 ffe53c968bf394c0da2dd2fa0f9856f329506828e7ff4f987181d79523bcce5d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Levenshtein-0.19.3-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 259.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.19.3-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 c95925827752ed03d7f6786dcae92627d9126450c3f0062377f8a6de2eaed7a3
MD5 f7c3599c61f8ffc3d6b2beb77a74bf85
BLAKE2b-256 2efc71760b9aa959c28406e3f634b01d498854b808a62be0774def0e9012cd47

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.19.3-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 974c9cf787c9d13337dd929d8f4e0a099e7ced528280a7803e3afe4c7429665a
MD5 1e57202988aaa27f572db269d1eae2e0
BLAKE2b-256 2c1dff698e8aa23104b89f243b4a80a91bd9059238e8ea57d4bda05da12bf8ef

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.19.3-cp37-cp37m-musllinux_1_1_s390x.whl
Algorithm Hash digest
SHA256 c11f175dc6ab4619dd3ddfb06b1723430c424cbc5c74af84da1f55f9a84856dd
MD5 5564ad95a2188c47ba2ed90c6c870c6a
BLAKE2b-256 4c86033b0e8474e4abfaff5d9343b309d21c5f3cedeffc8b33d89845d200720e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.19.3-cp37-cp37m-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 0a17f87f24e7a6eaecb4e339f90660d84b47e8a845ce53fb439f984a7a238af7
MD5 c036f9cb34320b789267b64d947f317d
BLAKE2b-256 2917f2442a582b7c4f460a80f7af6f495b7845909d8999723d2f911112985bfc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.19.3-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 74008022252ef92270b692da6c4114c35ce64ab78a954876351b8877922a3b21
MD5 e03c3d4ffcd95e51667f181b82210264
BLAKE2b-256 8c7a3929d564792273c75853980fbf8f0f746e3f4acdfb9dab8e1c34372d13fc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.19.3-cp37-cp37m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 4297b63db17e53095e48ddd12f6fe38e87326544911010fe4a71410bd38870b9
MD5 60e0b53849a64338510845907ea5e860
BLAKE2b-256 8b426ebf04e39cfc048fe5df737992bd0d1eb94875ccc5dc9f3a49c13aad7825

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.19.3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2ca1a7d91df9123bb77d0907437494b1295b3d14231a95e99fe5949ae079fade
MD5 342695b8d0fadfcfd629ce812d1bfaf3
BLAKE2b-256 daeb23dc68174f458e789eaf33664d5bc7a4339392006df76b15156c7bfe57c7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.19.3-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 26bf275683153dbc7ae61f11d96de57d456256869dab39a401c41a26c109590d
MD5 714fe264813ed0930e094f45fcb6c951
BLAKE2b-256 1ba7c0363c00530a23bdd1eae9dbb4d69a230d5efcadfba8fcb16127bc5ed18f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.19.3-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 811b9721a313afaebc6eb83b5d0459233c32b111e3e3dcc5be1f12f0d7d280d9
MD5 ca4c3ff6aad7822e134b7d4c5caa25cd
BLAKE2b-256 bf5e5234f04580265b8626a2ecc5f447249314a04c008c979e109e49102c0b16

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.19.3-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 523712479ed6782387628a4d4e58f39039622db5bfec251df151c243255d77bc
MD5 72b2e6b37428e03f80aaff1ea9f1269c
BLAKE2b-256 bf587dfce2c7c7e67f9eac1dbee56dd93bff09a82d3c6c5a53653a45a550560c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.19.3-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 3f7735ce100ed93f6522f5ca576e50e3ce5e88d33504261c118f4d8b6a6ebd19
MD5 d95fcbdd6b6238a146aff6777f8ffe9a
BLAKE2b-256 675fbed1fca32b009606585f216f9b672b34ee3306259e648dc76180b803d51e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.19.3-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 57f4fa5d03d1a77212c5c51c5eefcce022f8701ee9501639b59af5c7067d510d
MD5 da72a263224a1cad6873dd97d440d8e8
BLAKE2b-256 f4b00400e58026c7a69617dc9c858e14183b047df8f620ca951f77ee67f32df3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.19.3-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 808a976a99a702d09b70a9d343241a2235e1c0c0aa5b6d0695306ab8727bbe7b
MD5 8d894aa66c29a71b14aefb4dd8b79730
BLAKE2b-256 84ba47e680222762228df3271f54d9a870137bfc041dce041e132734c5fd54a9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Levenshtein-0.19.3-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 257.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.19.3-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 7ab7d4af713bd4273ffe0f050da21220ba7048c69fdaca1c5bf3c3f503fa9195
MD5 18bc1ce0e3f68343ecfa89381f32d5c9
BLAKE2b-256 26419431b7a2cb2645fc5c10e862c24288b8ddac6a3ebd9d6ce4e33d2bc89947

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.19.3-cp36-cp36m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 89d7c86b0adae19a1543723868b2d7f78e3a03cffd96b5dc3196530506ad5cbf
MD5 a8f2023512072f32d8450f1b8e920312
BLAKE2b-256 47737ff9ca86bfb0dae478eb48d20687f0aa399f360a01f9ae690b8fab34620a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.19.3-cp36-cp36m-musllinux_1_1_s390x.whl
Algorithm Hash digest
SHA256 05bf076b40aec1bced6732727b6101a2dc957375f826b00947c08a9a03138a12
MD5 157ddda2d5f49acc50dea5448ef9181e
BLAKE2b-256 506c1f861a5d7e7888f0532346e324cb18c9f125fbd195c4db353bff30dcf1e8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.19.3-cp36-cp36m-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 db751748143a371cb882d83c6830abdfe9218550074f016d579bd931558d835f
MD5 e71ea5df0222bf0461071e548590912c
BLAKE2b-256 2de301346a635df4e88044887a3bb7117f4453b77514021cea15cd0f757b64be

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.19.3-cp36-cp36m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 f08316ba31c67493d7a068573cf4a4522ed4079e165518b6e4a4604846aafd47
MD5 005c959bb006f1edfdfcb08a477aeec0
BLAKE2b-256 38dd46e27fd7a33a6158f2a3756ad19c813230876b5b16fdcd6ca631292fd3f1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.19.3-cp36-cp36m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 2d241900820f536612218eacad6a94b66b5544a21c25efc28c9821bbb7ecf759
MD5 cea721caf2c2ab61ec560157ac2a3bd2
BLAKE2b-256 cd8e2ef782950a625c4c50557f6c1225abf4806bc0a25fb0ede6a28b9a585c8c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.19.3-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a23a5571d2b99de535206e60a407c3ec10dc0a7bbb68fac5ff0454cab3461531
MD5 5eef09425618d5195c99e69332ec07be
BLAKE2b-256 fc362410fee8220461719f8c3d6458ee025162570b5c53ccc195a1b262565195

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.19.3-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 b36549ad0940b298fbc926171a89dadc9ea1d66ac586ec166190c3547b3f6ba4
MD5 174c61e76fb28da55af7f2ab4ec75c57
BLAKE2b-256 f7f59a5f0e1391e656bb3f45e12000f0e385262bcef6fe87096954d998926bf6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.19.3-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 cd1d5e04a2ea1bd53442d93e1026e08a69b242917e852fe35b6fae562dab6da0
MD5 cc5a5dbdac4ab0fd02ea160d48426068
BLAKE2b-256 3bd12766d711aba7698816a22f701d60b3dca4cfb751172dc449fd374430ce36

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.19.3-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 88e5e20ac1632b16ed1907f306d60a1359e0c599ce28a4d1a3065f7d36214ed1
MD5 bd8d0d96b1054e958a6cae134f829f9a
BLAKE2b-256 994ddf45cf1d0142bcbf232cb839da96edf49741eec07f4c13b4f41efa1127b9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.19.3-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 1d711a2e39915ef916199444b885f08db4e36e880a56e80284f2ef90b147612f
MD5 65e0ffc3f87e79ed05afe09cb037d031
BLAKE2b-256 af25424e820d5e4793c02bbc036cf5d573b3c79f621b57d372b39a9e67d21985

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.19.3-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ba4cae3130967e4bde541d9b527a3f89b50b7e15f8bd3a97bb9bf96143db31ce
MD5 17a848d5462f34f766d1a8fd437703a4
BLAKE2b-256 0a2c3cd5c3576035a2ea0749f356706ba0fd517854b2feafcba9f0055289e9d6

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