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

Requirements

  • Python 3.7 or later

Installation

pip install levenshtein

Documentation

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

Support the project

If you are using Levenshtein for your work and feel like giving a bit of your own benefit back to support the project, consider sending us money through GitHub Sponsors or PayPal that we can use to buy us free time for the maintenance of this great library, to fix bugs in the software, review and integrate code contributions, to improve its features and documentation, or to just take a deep breath and have a cup of tea every once in a while. Thank you for your support.

Support the project through GitHub Sponsors or via PayPal:

.

License

Levenshtein is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

See the file COPYING for the full text of GNU General Public License version 2.

Project details


Download files

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

Source Distribution

Levenshtein-0.23.0.tar.gz (142.7 kB view details)

Uploaded Source

Built Distributions

Levenshtein-0.23.0-pp39-pypy39_pp73-win_amd64.whl (98.7 kB view details)

Uploaded PyPy Windows x86-64

Levenshtein-0.23.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (165.3 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

Levenshtein-0.23.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (150.8 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

Levenshtein-0.23.0-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (216.9 kB view details)

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

Levenshtein-0.23.0-pp39-pypy39_pp73-macosx_10_9_x86_64.whl (130.4 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

Levenshtein-0.23.0-pp38-pypy38_pp73-win_amd64.whl (98.3 kB view details)

Uploaded PyPy Windows x86-64

Levenshtein-0.23.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (164.4 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

Levenshtein-0.23.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (152.0 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

Levenshtein-0.23.0-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (217.1 kB view details)

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

Levenshtein-0.23.0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl (129.8 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

Levenshtein-0.23.0-pp37-pypy37_pp73-win_amd64.whl (98.3 kB view details)

Uploaded PyPy Windows x86-64

Levenshtein-0.23.0-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (164.4 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

Levenshtein-0.23.0-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (152.0 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

Levenshtein-0.23.0-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (217.1 kB view details)

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

Levenshtein-0.23.0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl (129.8 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

Levenshtein-0.23.0-cp312-cp312-win_arm64.whl (90.9 kB view details)

Uploaded CPython 3.12 Windows ARM64

Levenshtein-0.23.0-cp312-cp312-win_amd64.whl (101.2 kB view details)

Uploaded CPython 3.12 Windows x86-64

Levenshtein-0.23.0-cp312-cp312-win32.whl (98.6 kB view details)

Uploaded CPython 3.12 Windows x86

Levenshtein-0.23.0-cp312-cp312-musllinux_1_1_x86_64.whl (667.7 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ x86-64

Levenshtein-0.23.0-cp312-cp312-musllinux_1_1_s390x.whl (736.7 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ s390x

Levenshtein-0.23.0-cp312-cp312-musllinux_1_1_ppc64le.whl (708.4 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ ppc64le

Levenshtein-0.23.0-cp312-cp312-musllinux_1_1_i686.whl (775.0 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ i686

Levenshtein-0.23.0-cp312-cp312-musllinux_1_1_aarch64.whl (640.2 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ ARM64

Levenshtein-0.23.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (170.1 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

Levenshtein-0.23.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (174.8 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ s390x

Levenshtein-0.23.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (181.9 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ppc64le

Levenshtein-0.23.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (148.1 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

Levenshtein-0.23.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (214.8 kB view details)

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

Levenshtein-0.23.0-cp312-cp312-macosx_11_0_arm64.whl (98.7 kB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

Levenshtein-0.23.0-cp312-cp312-macosx_10_9_x86_64.whl (133.0 kB view details)

Uploaded CPython 3.12 macOS 10.9+ x86-64

Levenshtein-0.23.0-cp312-cp312-macosx_10_9_universal2.whl (216.5 kB view details)

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

Levenshtein-0.23.0-cp311-cp311-win_arm64.whl (90.7 kB view details)

Uploaded CPython 3.11 Windows ARM64

Levenshtein-0.23.0-cp311-cp311-win_amd64.whl (101.1 kB view details)

Uploaded CPython 3.11 Windows x86-64

Levenshtein-0.23.0-cp311-cp311-win32.whl (98.3 kB view details)

Uploaded CPython 3.11 Windows x86

Levenshtein-0.23.0-cp311-cp311-musllinux_1_1_x86_64.whl (668.6 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

Levenshtein-0.23.0-cp311-cp311-musllinux_1_1_s390x.whl (736.3 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ s390x

Levenshtein-0.23.0-cp311-cp311-musllinux_1_1_ppc64le.whl (706.1 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ ppc64le

Levenshtein-0.23.0-cp311-cp311-musllinux_1_1_i686.whl (773.9 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ i686

Levenshtein-0.23.0-cp311-cp311-musllinux_1_1_aarch64.whl (642.3 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ ARM64

Levenshtein-0.23.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (169.6 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

Levenshtein-0.23.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (177.8 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ s390x

Levenshtein-0.23.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (186.6 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ppc64le

Levenshtein-0.23.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (149.8 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

Levenshtein-0.23.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (220.9 kB view details)

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

Levenshtein-0.23.0-cp311-cp311-macosx_11_0_arm64.whl (98.6 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

Levenshtein-0.23.0-cp311-cp311-macosx_10_9_x86_64.whl (132.9 kB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

Levenshtein-0.23.0-cp311-cp311-macosx_10_9_universal2.whl (216.4 kB view details)

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

Levenshtein-0.23.0-cp310-cp310-win_arm64.whl (90.6 kB view details)

Uploaded CPython 3.10 Windows ARM64

Levenshtein-0.23.0-cp310-cp310-win_amd64.whl (101.0 kB view details)

Uploaded CPython 3.10 Windows x86-64

Levenshtein-0.23.0-cp310-cp310-win32.whl (98.3 kB view details)

Uploaded CPython 3.10 Windows x86

Levenshtein-0.23.0-cp310-cp310-musllinux_1_1_x86_64.whl (668.8 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

Levenshtein-0.23.0-cp310-cp310-musllinux_1_1_s390x.whl (736.3 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ s390x

Levenshtein-0.23.0-cp310-cp310-musllinux_1_1_ppc64le.whl (707.7 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ ppc64le

Levenshtein-0.23.0-cp310-cp310-musllinux_1_1_i686.whl (773.7 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

Levenshtein-0.23.0-cp310-cp310-musllinux_1_1_aarch64.whl (641.5 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ ARM64

Levenshtein-0.23.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (169.4 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

Levenshtein-0.23.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (176.3 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ s390x

Levenshtein-0.23.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (185.9 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ppc64le

Levenshtein-0.23.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (153.1 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

Levenshtein-0.23.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (218.4 kB view details)

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

Levenshtein-0.23.0-cp310-cp310-macosx_11_0_arm64.whl (98.7 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

Levenshtein-0.23.0-cp310-cp310-macosx_10_9_x86_64.whl (132.9 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

Levenshtein-0.23.0-cp310-cp310-macosx_10_9_universal2.whl (216.5 kB view details)

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

Levenshtein-0.23.0-cp39-cp39-win_arm64.whl (90.8 kB view details)

Uploaded CPython 3.9 Windows ARM64

Levenshtein-0.23.0-cp39-cp39-win_amd64.whl (101.1 kB view details)

Uploaded CPython 3.9 Windows x86-64

Levenshtein-0.23.0-cp39-cp39-win32.whl (98.5 kB view details)

Uploaded CPython 3.9 Windows x86

Levenshtein-0.23.0-cp39-cp39-musllinux_1_1_x86_64.whl (667.5 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

Levenshtein-0.23.0-cp39-cp39-musllinux_1_1_s390x.whl (737.4 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ s390x

Levenshtein-0.23.0-cp39-cp39-musllinux_1_1_ppc64le.whl (707.0 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ ppc64le

Levenshtein-0.23.0-cp39-cp39-musllinux_1_1_i686.whl (773.9 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

Levenshtein-0.23.0-cp39-cp39-musllinux_1_1_aarch64.whl (640.3 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ ARM64

Levenshtein-0.23.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (169.4 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

Levenshtein-0.23.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (178.0 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ s390x

Levenshtein-0.23.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (186.8 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ppc64le

Levenshtein-0.23.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (151.0 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

Levenshtein-0.23.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (218.8 kB view details)

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

Levenshtein-0.23.0-cp39-cp39-macosx_11_0_arm64.whl (98.8 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

Levenshtein-0.23.0-cp39-cp39-macosx_10_9_x86_64.whl (133.0 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

Levenshtein-0.23.0-cp39-cp39-macosx_10_9_universal2.whl (216.7 kB view details)

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

Levenshtein-0.23.0-cp38-cp38-win_amd64.whl (101.2 kB view details)

Uploaded CPython 3.8 Windows x86-64

Levenshtein-0.23.0-cp38-cp38-win32.whl (98.6 kB view details)

Uploaded CPython 3.8 Windows x86

Levenshtein-0.23.0-cp38-cp38-musllinux_1_1_x86_64.whl (668.7 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

Levenshtein-0.23.0-cp38-cp38-musllinux_1_1_s390x.whl (737.9 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ s390x

Levenshtein-0.23.0-cp38-cp38-musllinux_1_1_ppc64le.whl (707.1 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ ppc64le

Levenshtein-0.23.0-cp38-cp38-musllinux_1_1_i686.whl (775.3 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

Levenshtein-0.23.0-cp38-cp38-musllinux_1_1_aarch64.whl (642.0 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ ARM64

Levenshtein-0.23.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (169.6 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

Levenshtein-0.23.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (178.0 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ s390x

Levenshtein-0.23.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (184.8 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ppc64le

Levenshtein-0.23.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (153.3 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

Levenshtein-0.23.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (218.0 kB view details)

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

Levenshtein-0.23.0-cp38-cp38-macosx_11_0_arm64.whl (98.6 kB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

Levenshtein-0.23.0-cp38-cp38-macosx_10_9_x86_64.whl (132.8 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

Levenshtein-0.23.0-cp38-cp38-macosx_10_9_universal2.whl (216.2 kB view details)

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

Levenshtein-0.23.0-cp37-cp37m-win_amd64.whl (101.6 kB view details)

Uploaded CPython 3.7m Windows x86-64

Levenshtein-0.23.0-cp37-cp37m-win32.whl (98.7 kB view details)

Uploaded CPython 3.7m Windows x86

Levenshtein-0.23.0-cp37-cp37m-musllinux_1_1_x86_64.whl (668.6 kB view details)

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

Levenshtein-0.23.0-cp37-cp37m-musllinux_1_1_s390x.whl (735.8 kB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ s390x

Levenshtein-0.23.0-cp37-cp37m-musllinux_1_1_ppc64le.whl (709.3 kB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ ppc64le

Levenshtein-0.23.0-cp37-cp37m-musllinux_1_1_i686.whl (776.7 kB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ i686

Levenshtein-0.23.0-cp37-cp37m-musllinux_1_1_aarch64.whl (640.1 kB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ ARM64

Levenshtein-0.23.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (170.8 kB view details)

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

Levenshtein-0.23.0-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl (180.2 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ s390x

Levenshtein-0.23.0-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (181.6 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ppc64le

Levenshtein-0.23.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (157.1 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

Levenshtein-0.23.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (217.9 kB view details)

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

Levenshtein-0.23.0-cp37-cp37m-macosx_10_9_x86_64.whl (133.2 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

File details

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

File metadata

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

File hashes

Hashes for Levenshtein-0.23.0.tar.gz
Algorithm Hash digest
SHA256 de7ccc31a471ea5bfafabe804c12a63e18b4511afc1014f23c3cc7be8c70d3bd
MD5 5f2760cffb1bb577ea67592f8096f64b
BLAKE2b-256 d5db6163301400a4b2d86f6f0d05d36eab23880de047d0e41081a186519d4dfa

See more details on using hashes here.

File details

Details for the file Levenshtein-0.23.0-pp39-pypy39_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for Levenshtein-0.23.0-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 88d8a13cf310cfc893e3734f8e7e42ef20c52780506e9bdb96e76a8b75e3ba20
MD5 90717c67999d8bce4ff8d32c17dde8e0
BLAKE2b-256 5a5702b1b421723af045e3e6320b7a1673fe904f28ef516273f6abcf599cb866

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.23.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4be0e5e742f6a299acf7aa8d2e5cfca946bcff224383fd451d894e79499f0a46
MD5 dcfedac5190f7fe50cdd858df19e5ddb
BLAKE2b-256 ba39b06a46f840407e6a6204b010291002566cf6b54eade353f9262b77656b99

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.23.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5b048a83b07fc869648460f2af1255e265326d75965157a165dde2d9ba64fa73
MD5 9f6601d962dd101c6e3af72b3bb981ee
BLAKE2b-256 de48cbbdbdca1510a63ebb5acc7c1e0b19652bbb2dfcfe44c8f2245e8dd0ccec

See more details on using hashes here.

File details

Details for the file Levenshtein-0.23.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.23.0-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e7a626637c1d967e3e504ced353f89c2a9f6c8b4b4dbf348fdd3e1daa947a23c
MD5 aaa76e0181ccc5448acbea433e7c92a7
BLAKE2b-256 bc104d7c556ecfb41613bab52237a9bd12809271563003866ab74ff85cfcb8fc

See more details on using hashes here.

File details

Details for the file Levenshtein-0.23.0-pp39-pypy39_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for Levenshtein-0.23.0-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 60440d583986e344119a15cea9e12099f3a07bdddc1c98ec2dda69e96429fb25
MD5 6d409d6c8b683a6ccfbb031b9768cbed
BLAKE2b-256 d70a701972586889a8c7f1c8af1c218fc77af851f95bb214b8294e3f28e130a7

See more details on using hashes here.

File details

Details for the file Levenshtein-0.23.0-pp38-pypy38_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for Levenshtein-0.23.0-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 748fbba6d9c04fc39b956b44ccde8eb14f34e21ab68a0f9965aae3fa5c8fdb5e
MD5 c2157fba364c2e59efa9a84f7a5f93ec
BLAKE2b-256 524d76e3ecfa11ca1516939ca616da1475c0d35f801da60bd78890a14a1f8d64

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.23.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 35ce82403730dd2a3b397abb2535786af06835fcf3dc40dc8ea67ed589bbd010
MD5 a71267994f6c5e7d6f3cd6079d4cd03f
BLAKE2b-256 1f3882b29e8c8220a38358a761a6e243808816103b9bde9bb7c41466dbd974e3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.23.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0ece1d077d9006cff329bb95eb9704f407933ff4484e5d008a384d268b993439
MD5 526e14cc7b84f3b7adb3d726b91c1f0c
BLAKE2b-256 f48500203bf8eedcd77f50e30689ffe356564ad7d00642d76369a5a9639a83fe

See more details on using hashes here.

File details

Details for the file Levenshtein-0.23.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.23.0-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 4a88aa3b5f49aeca08080b6c3fa7e1095d939eafb13f42dbe8f1b27ff405fd43
MD5 a8dd5524137a11d3007fe2b441c92351
BLAKE2b-256 0667fa050c5eef677e09b786923f4d63c4cc5de342305bcf8f350f3c175ac912

See more details on using hashes here.

File details

Details for the file Levenshtein-0.23.0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for Levenshtein-0.23.0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 34859c5ff7261f25daea810b5439ad80624cbb9021381df2c390c20eb75b79c6
MD5 972fc2c28b1d28a0019335daf2e39655
BLAKE2b-256 f0efbc8e63acc6384cfe19cc295e6f1c1ce842af2c9effbd832a86925b1f9646

See more details on using hashes here.

File details

Details for the file Levenshtein-0.23.0-pp37-pypy37_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for Levenshtein-0.23.0-pp37-pypy37_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 f351694f65d4df48ee2578d977d37a0560bd3e8535e85dfe59df6abeed12bd6e
MD5 fb1bf140be12a4507d3d17d3051b5524
BLAKE2b-256 e18c4b7a048198a6f3193b69c599d5456317329826c14a3bf33ff89728256d29

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.23.0-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b2080ee52aeac03854a0c6e73d4214d5be2120bdd5f16def4394f9fbc5666e04
MD5 61f6de5e9b76232798ed77de6c234d08
BLAKE2b-256 6452fdeb1cff810849995c3cb966b3bbd152742038ea4c48b3edffec0865725d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.23.0-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 de42400ea86e3e8be3dc7f9b3b9ed51da7fd06dc2f3a426d7effd7fbf35de848
MD5 2b75835557eb6c2db72578a00af4e1f9
BLAKE2b-256 2cd9db0f8af6decd8538b497115b467ce5223d6a3a2266c420e0266be18d7186

See more details on using hashes here.

File details

Details for the file Levenshtein-0.23.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.23.0-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 fb00ecae116e62801613788d8dc3938df26f582efce5a3d3320e9692575e7c4d
MD5 8162c567aa458038d9122acddeb3ffdb
BLAKE2b-256 394954511b9bca1765379eae86346ec4b848e45389f792eec257cd7f9f2a7325

See more details on using hashes here.

File details

Details for the file Levenshtein-0.23.0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for Levenshtein-0.23.0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 760c964ff0be8dea5f7eda20314cf66238fdd0fec63f1ce9c474736bb2904924
MD5 10d991203fdfaf0c3b6403f4e01a8296
BLAKE2b-256 f12296c0e680b963114d2985647edfb38120c371fb48f2b2400c8d79fecea344

See more details on using hashes here.

File details

Details for the file Levenshtein-0.23.0-cp312-cp312-win_arm64.whl.

File metadata

File hashes

Hashes for Levenshtein-0.23.0-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 5a61606bad3afb9fcec0a2a21871319c3f7da933658d2e0e6e55ab4a34814f48
MD5 e66d8c286274d2051b7e8d3ff0190e1f
BLAKE2b-256 a304e8d3b4e89cba70babf4bf58fce963dc6f627ae8192d2a45b495f42422880

See more details on using hashes here.

File details

Details for the file Levenshtein-0.23.0-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for Levenshtein-0.23.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 5b9b6a8509415bc214d33f5828d7c700c80292ea25f9d9e8cba95ad5a74b3cdf
MD5 eb568e861e18b215e980bbecf9ef7ac4
BLAKE2b-256 469bc6f7b4761d5f98c63df7a6c2e28203945e07e1ae00330b98ae97bb3f3e91

See more details on using hashes here.

File details

Details for the file Levenshtein-0.23.0-cp312-cp312-win32.whl.

File metadata

File hashes

Hashes for Levenshtein-0.23.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 2d3229c1336498c2b72842dd4c850dff1040588a5468abe5104444a372c1a573
MD5 812df955b426e4a5904108d59bcffa54
BLAKE2b-256 6ad8884f6bf6e4798c9884294e8167301a20f060b890713a009623aabaf4a68a

See more details on using hashes here.

File details

Details for the file Levenshtein-0.23.0-cp312-cp312-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for Levenshtein-0.23.0-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 a689e6e0514f48a434e7ee44cc1eb29c34b21c51c57accb304eac97fba87bf48
MD5 cac5c43018582f3018e34408d0df972d
BLAKE2b-256 cda5e509bcceba70e09c2cd21b6b27c4af520da3e4981f7db5801e6aa03b147e

See more details on using hashes here.

File details

Details for the file Levenshtein-0.23.0-cp312-cp312-musllinux_1_1_s390x.whl.

File metadata

File hashes

Hashes for Levenshtein-0.23.0-cp312-cp312-musllinux_1_1_s390x.whl
Algorithm Hash digest
SHA256 f0a86394c9440e23a29f48f2bbc460de7b19950f46ec2bea3be8c2090839bb29
MD5 c42a614447a7209297b1e3d9c3647185
BLAKE2b-256 33b705ca8555f57980600d4f149df21df70b625d3cab28dd3ac811f5665a6366

See more details on using hashes here.

File details

Details for the file Levenshtein-0.23.0-cp312-cp312-musllinux_1_1_ppc64le.whl.

File metadata

File hashes

Hashes for Levenshtein-0.23.0-cp312-cp312-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 0ab52358f54ee48ad7656a773a0c72ef89bb9ba5acc6b380cfffd619fb223a23
MD5 cc0ce900e8cd6f9286f90c1272b366f7
BLAKE2b-256 ecde17e925f312c32edd8a16172f4bcb734f398dd91880eda2e6b6c94de818b7

See more details on using hashes here.

File details

Details for the file Levenshtein-0.23.0-cp312-cp312-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for Levenshtein-0.23.0-cp312-cp312-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 df0704fd6a30a7c27c03655ae6dc77345c1655634fe59654e74bb06a3c7c1357
MD5 655b71d3d9ce89f13b9c0ed16d966242
BLAKE2b-256 a75be3cd78dd561f4a06504b432a593584741cf1b14b61cdbe1ea59d0a6b0aea

See more details on using hashes here.

File details

Details for the file Levenshtein-0.23.0-cp312-cp312-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for Levenshtein-0.23.0-cp312-cp312-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 f29cbd0c172a8fc1d51eaacd163bdc11596aded5a90db617e6b778c2258c7006
MD5 1a3b55e3f3f94955c200525c2b1dc550
BLAKE2b-256 dfbfea60a80c310a1a4c3e40dd26cba85fe987c94624573c2eeed09ac6b71f10

See more details on using hashes here.

File details

Details for the file Levenshtein-0.23.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for Levenshtein-0.23.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d6d07539502610ee8d6437a77840feedefa47044ab0f35cd3bc37adfc63753bd
MD5 b4c6e440d1f56f8e50201370cdc55860
BLAKE2b-256 ab2920f4780ee633b35b0c959afbc7725e05b69448748fbc792ad5a6e545ecad

See more details on using hashes here.

File details

Details for the file Levenshtein-0.23.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for Levenshtein-0.23.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 7664bcf9a12e62c672a926c4579f74689507beaa24378ad7664f0603b0dafd20
MD5 cd978d51dd65ba58dda80f27100ae322
BLAKE2b-256 0ff43383aad2e266441b702480482ad259513b588934c7db547d54e74b5b1fa6

See more details on using hashes here.

File details

Details for the file Levenshtein-0.23.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for Levenshtein-0.23.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 fddda71ae372cd835ffd64990f0d0b160409e881bf8722b6c5dc15dc4239d7db
MD5 f1cedf054ffb458772cd37f0d8d74fd4
BLAKE2b-256 002d2f6031be7ad49f728319ef27964ff1422ca2b43adfa72cfce6973839e630

See more details on using hashes here.

File details

Details for the file Levenshtein-0.23.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for Levenshtein-0.23.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8f91d0a5d3696e373cae08c80ec99a4ff041e562e55648ebe582725cba555190
MD5 0b861524d8a4cc58ddd351cd979c20cf
BLAKE2b-256 dc3590cf89b861e2b28bcbf93d3dd5bd32c57726d294b341a227a59200a72f53

See more details on using hashes here.

File details

Details for the file Levenshtein-0.23.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for Levenshtein-0.23.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 830a74b6a045a13e1b1d28af62af9878aeae8e7386f14888c84084d577b92771
MD5 2a72ef123bbc816630bd3c3fc533189c
BLAKE2b-256 f8031e09206ce6d70a9704ebd797dedd58f9f64932dca85a7370115242d16036

See more details on using hashes here.

File details

Details for the file Levenshtein-0.23.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for Levenshtein-0.23.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 99b487f08c32530ee608e8aab0c4075048262a7f5a6e113bac495b05154ae427
MD5 b42127a9e91bc80a84076fe299a635e7
BLAKE2b-256 9474be0d12bb56a24f5a17d033a70631d6795d4573938d56657bc102417c6754

See more details on using hashes here.

File details

Details for the file Levenshtein-0.23.0-cp312-cp312-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for Levenshtein-0.23.0-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 6bb77b3ade7f256ca5882450aaf129be79b11e074505b56c5997af5058a8f834
MD5 c1fa9a03473bacc02f7432f8276857e6
BLAKE2b-256 49d1608bfed6848c4f9b5b1b4aba7c6e26ee20a180dbe4b92ad931dc35f20285

See more details on using hashes here.

File details

Details for the file Levenshtein-0.23.0-cp312-cp312-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for Levenshtein-0.23.0-cp312-cp312-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 85220b27a47df4a5106ef13d43b6181d73da77d3f78646ec7251a0c5eb08ac40
MD5 3197abd215a30e66f98c6491c606ac2a
BLAKE2b-256 3ba3fc02450c8a5dc5c893e5fe0b422fd528b121ddcaa2892697b97bf7f73ebd

See more details on using hashes here.

File details

Details for the file Levenshtein-0.23.0-cp311-cp311-win_arm64.whl.

File metadata

File hashes

Hashes for Levenshtein-0.23.0-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 ef2e3e93ae612ac87c3a28f08e8544b707d67e99f9624e420762a7c275bb13c5
MD5 8902590baa24ae41fe59fc1c064bf336
BLAKE2b-256 af3852b8a1b18be4251a85bfb01144ed22652dbd6c8999bac3d6b936ca839a16

See more details on using hashes here.

File details

Details for the file Levenshtein-0.23.0-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for Levenshtein-0.23.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 4d3b9c9e2852eca20de6bd8ca7f47d817a056993fd4927a4d50728b62315376b
MD5 40702141d4ef1e19aed6141b770a2b6f
BLAKE2b-256 2f04a557197d0ba601f09fdd9ef9174b61d87706a291cd1e1578728eda3f44ab

See more details on using hashes here.

File details

Details for the file Levenshtein-0.23.0-cp311-cp311-win32.whl.

File metadata

File hashes

Hashes for Levenshtein-0.23.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 da2063cee1fbecc09e1692e7c4de7624fd4c47a54ee7588b7ea20540f8f8d779
MD5 ecb37a9dbcd8a1c0c3ed1a44e7eb3b45
BLAKE2b-256 2d8ca39879b6d3e2fff0010b7543625ac310de3a28c6f70bffd7e2e13af77596

See more details on using hashes here.

File details

Details for the file Levenshtein-0.23.0-cp311-cp311-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for Levenshtein-0.23.0-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 5e17ea59115179c269c6daea52415faaf54c6340d4ad91d9012750845a445a13
MD5 c0cd4e794705e010428d634d69ffd97a
BLAKE2b-256 62f40a44feffbd6f97dd3d221d983147bb840210661c2c3b674b58076a3bcb27

See more details on using hashes here.

File details

Details for the file Levenshtein-0.23.0-cp311-cp311-musllinux_1_1_s390x.whl.

File metadata

File hashes

Hashes for Levenshtein-0.23.0-cp311-cp311-musllinux_1_1_s390x.whl
Algorithm Hash digest
SHA256 3497eda857e70863a090673a82442877914c57b5f04673c782642e69caf25c0c
MD5 1e7775c895cd1a01969705be976eed43
BLAKE2b-256 038a20691ed0f547958c4bbcffaa396ad77af2435a2bcdb85769fe1989649a92

See more details on using hashes here.

File details

Details for the file Levenshtein-0.23.0-cp311-cp311-musllinux_1_1_ppc64le.whl.

File metadata

File hashes

Hashes for Levenshtein-0.23.0-cp311-cp311-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 f91335f056b9a548070cb87b3e6cf017a18b27d34a83f222bdf46a5360615f11
MD5 bd246b1c7d3610e9aaf42aa7258f03fd
BLAKE2b-256 21a31335d221efb41ed059f0ee86ddc9c0fc091098629b9590e0bdfc08e8652c

See more details on using hashes here.

File details

Details for the file Levenshtein-0.23.0-cp311-cp311-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for Levenshtein-0.23.0-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 3789e4aeaeb830d944e1f502f9aa9024e9cd36b68d6eba6892df7972b884abd7
MD5 35e894ffd5722e23c3abc885c56e7c77
BLAKE2b-256 080863cc6faf22e53c9a08480fe6904a853a85d77e98fec6d593300be5a52357

See more details on using hashes here.

File details

Details for the file Levenshtein-0.23.0-cp311-cp311-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for Levenshtein-0.23.0-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 f956ad16cab9267c0e7d382a37b4baca6bf3bf1637a76fa95fdbf9dd3ea774d7
MD5 55657fa3d212da4572288428f69780af
BLAKE2b-256 fa024930b1dc14d443a10fc5dccb55d93426c7463ae4be0f8a4a8b778ab82d54

See more details on using hashes here.

File details

Details for the file Levenshtein-0.23.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for Levenshtein-0.23.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 249eaa351b5355b3e3ca7e3a8e2a0bca7bff4491c89a0b0fa3b9d0614cf3efeb
MD5 73f53f1467c4b745e19443e45caad41b
BLAKE2b-256 78bb87094c2249e3d429c464a38a263922c48e0a8c7d5dc4b583570aa01fe2a6

See more details on using hashes here.

File details

Details for the file Levenshtein-0.23.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for Levenshtein-0.23.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 fe5c3b7d96a838d9d86bb4ec57495749965e598a3ea2c5b877a61aa09478bab7
MD5 2b45389bb62e6c862fe4223cf023cc6a
BLAKE2b-256 2e817e5223b267c9a3a54cca049b2fa1ed6172bd207becc68ea68332adcc1e68

See more details on using hashes here.

File details

Details for the file Levenshtein-0.23.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for Levenshtein-0.23.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 0d2f608c5ce7b9a0a0af3c910f43ea7eb060296655aa127b10e4af7be5559303
MD5 2b917e11a0f46a97ecbee30b2fe3f3fc
BLAKE2b-256 a3c9c3f7b1298bf975f7bce0cc09a6719938ea7fb98e38a81c2e77cb35872ab5

See more details on using hashes here.

File details

Details for the file Levenshtein-0.23.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for Levenshtein-0.23.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e125c92cd0ac3b53c4c80fcf2890d89a1d19ff4979dc804031773bc90223859f
MD5 f65eda2f75f5af80ebc855b6226ee1d9
BLAKE2b-256 28ab29aa75bcb8e9685a3c0f757d7a04f4824f17c8154feb69aa2e87b69c92ba

See more details on using hashes here.

File details

Details for the file Levenshtein-0.23.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for Levenshtein-0.23.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 0033a243510e829ead1ae62720389c9f17d422a98c0525da593d239a9ff434e5
MD5 114a35f31a8a7d2711703ccfbf7463dc
BLAKE2b-256 4ba3b65b8c95a0393b84d37458e18270f49f15bd87c453e2ee287b8b61b2dbde

See more details on using hashes here.

File details

Details for the file Levenshtein-0.23.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for Levenshtein-0.23.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1772c4491f6ef6504e591c0dd60e1e418b2015074c3d56ee93af6b1a019906ee
MD5 aec3b0a1b3eae9a61c7b09ec3dfc0864
BLAKE2b-256 54b50f436f8eca2af867c50f1e052fe2e2555417a5c89563d820b67b267a9009

See more details on using hashes here.

File details

Details for the file Levenshtein-0.23.0-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for Levenshtein-0.23.0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 1a5e3461d29b3188518464bd3121fc64635ff884ae544147b5d326ce13c50d36
MD5 bc5ade4adb7f57a00fc4106617dae9a1
BLAKE2b-256 1206c4a6bbc804d027ccc2b0229adb7ed733b63db34bb18d261aeae6c2fb2ea4

See more details on using hashes here.

File details

Details for the file Levenshtein-0.23.0-cp311-cp311-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for Levenshtein-0.23.0-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 7e992de09832ee11b35910c05c1581e8a9ab8ea9737c2f582c7eb540e2cdde69
MD5 ef887916afd19e9ea7c200b9e57d7562
BLAKE2b-256 26723877522a37620d8dce6ebdaa2669c127f742a84d45c4d5c38d4b047cb021

See more details on using hashes here.

File details

Details for the file Levenshtein-0.23.0-cp310-cp310-win_arm64.whl.

File metadata

File hashes

Hashes for Levenshtein-0.23.0-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 151046d1c70bdf01ede01f46467c11151ceb9c86fefaf400978b990110d0a55e
MD5 c7efb571f89b9c14ad28490b5acd6273
BLAKE2b-256 f4eade67db0b6538252957b4251892f62731ad02e1fbef22a9fd1c110dde5d0d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.23.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 b8bc81d59205558326ac75c97e236fd72b8bcdf63fcdbfb7387bd63da242b209
MD5 1777d04f446853098d5356a118dfe249
BLAKE2b-256 8eb2c199ed0ebab9057afbfa2bc755163f4f1bdbb133fed12fc2508e716cc431

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.23.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 89a0829637221ff0fd6ce63dfbe59e22b25eeba914d50e191519b9d9b8ccf3e9
MD5 6a62a3ccc9584c4ea2b9a199e32af5a1
BLAKE2b-256 040014e3e2f6c93d903954476c01a5d1af8eabd8cf38247dfdaa21a2dbf844a7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.23.0-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 fe2810c42cc5bca15eeb4a2eb192b1f74ceef6005876b1a166ecbde1defbd22d
MD5 130ba83ceb0e48bbc27221940e42352a
BLAKE2b-256 a50cd1fcf5905ef8af86ab0310039f1c7eae7540adaa160dc7ce61d4bf5a5415

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.23.0-cp310-cp310-musllinux_1_1_s390x.whl
Algorithm Hash digest
SHA256 af1b70cac87c5627cd2227823318fa39c64fbfed686c8c3c2f713f72bc25813b
MD5 a2229006287b7eb174beac2fe7cb9907
BLAKE2b-256 37774e817f3a671d98eac82bbea267be8f917aedf3f266e8703d143d51d02d42

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.23.0-cp310-cp310-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 d8ba18720bafa4a65f07baba8c3228e98a6f8da7455de4ec58ae06de4ecdaea0
MD5 e835825ef561b18d46b2e06b8bb74824
BLAKE2b-256 385d3cdc2a2d8b3cc69cec134a499553c5370ecf2aa785b0c78a1057609d052f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.23.0-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 68ec2ef442621027f290cb5cef80962889d86fff3e405e5d21c7f9634d096bbf
MD5 ffa66d5ccbdd4461b2586cf5cfeba215
BLAKE2b-256 a96a0da6cb86f784f50696aa6c1bf682d433adf84d77fb9f9a73804ddb27fed2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.23.0-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 54a51036b02222912a029a6efa2ce1ee2be49c88e0bb32995e0999feba183913
MD5 9322c5d941047ab83025bbe275836728
BLAKE2b-256 9af847fd4248930402e1be32620673be845b23fa86bebdbbbc6a6d5ce8bc6a6a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.23.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a6084fc909a218843bb55723fde64a8a58bac7e9086854c37134269b3f946aeb
MD5 9c6ca08e143144909b5fb27b92339a9e
BLAKE2b-256 23fac3a6adde29db84446dda3a12623d4fe054c828c2ec26e09eff683f068ea8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.23.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 20f79946481052bbbee5284c755aa0a5feb10a344d530e014a50cb9544745dd3
MD5 2523b708baeaba7257c567a7918774db
BLAKE2b-256 c507779de18c147fb6168c15656c6167e9c67fc9630bb20c6a9952b4102e3ccb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.23.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 5abc4ee22340625ec401d6f11136afa387d377b7aa5dad475618ffce1f0d2e2f
MD5 4d497034cca35a69e92bdf899ed2953f
BLAKE2b-256 8f5a3f00ccca4d8840bcdb18b919987a2e00fd0da0541c527a1010bd0f31e8c5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.23.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 854a0962d6f5852b891b6b5789467d1e72b69722df1bc0dd85cbf70efeddc83f
MD5 457dfe6656b20e15bb40414953e516d1
BLAKE2b-256 88e25f727f07811bcd22514b8c7f895e91f8f00c9f5e2370d123272e675c8c5f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.23.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 0acaae1c20c8ed37915b0cde14b5c77d5a3ba08e05f9ce4f55e16843de9c7bb8
MD5 c43eeec2d9bcabd447694b2f0a2b43c6
BLAKE2b-256 a028b3aa118062bb9a5eb29b26782992dac57c940af6d1f556fb9c38098209bf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.23.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2f8c8c48217b2733ae5bd8ef14e0ad730a30d113c84dc2cfc441435ef900732b
MD5 095567eac46f238e487c59f09f90ab7c
BLAKE2b-256 0f55dab3f8e4e620766c3fc9cf3a326d61e10ed32559d8b46be381d57f93812a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.23.0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 10b980dcc865f8fe04723e448fac4e9a32cbd21fb41ab548725a2d30d9a22429
MD5 3937593c66ebe4cc17849d678aed1472
BLAKE2b-256 d3c402f5d88c77f3ccb5936553e82c965f847cb93b95d580d1a4b07360b606ef

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.23.0-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 2d3f2b8e67915268c49f0faa29a29a8c26811a4b46bd96dd043bc8557428065d
MD5 1527a2cb5981eb454dd40d1f6d2ae762
BLAKE2b-256 2e87eed89cb1cb543141ed5ea3d1ce4604d6c51c75d46cd81806165420e49f26

See more details on using hashes here.

File details

Details for the file Levenshtein-0.23.0-cp39-cp39-win_arm64.whl.

File metadata

File hashes

Hashes for Levenshtein-0.23.0-cp39-cp39-win_arm64.whl
Algorithm Hash digest
SHA256 98412a7bdc49c7fbb493be3c3e7fd2f874eff29ed636b8c0eca325a1e3e74264
MD5 1735984c60148b7af1588a6e6f7401ab
BLAKE2b-256 9a68ee793b76427bb1faf80edadb80e91473301f5116620eabe6cc73bc72cac4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.23.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 684118d9e070e00df91bc4bd276e0559df7bb2319659699dafda16b5a0229553
MD5 473423863fa907cb01188965396258b7
BLAKE2b-256 7f5c50e7a3fb298301db6335bc4d08508c9278cc387eed6048cb750bb32411c7

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for Levenshtein-0.23.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 9a271d50643cf927bfc002d397b4f715abdbc6ca46a5a93d1d66a033eabaa5f3
MD5 b862f9f803d33e917757cbdaf51e732c
BLAKE2b-256 ce67dc062326ad7c0fbeadb8b72a9300b1e032df927041a0130f79bdb5e463fb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.23.0-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 c8a75233798e334fd53305656ffcf0601f60e9ff461af759677006c07c060939
MD5 bfeffcdd24dc2ac3960baf5e5e2263aa
BLAKE2b-256 63ffd0452c1b03ea6ec36febf8f24e36efd1afe62ea3b234dae88958b9c3690d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.23.0-cp39-cp39-musllinux_1_1_s390x.whl
Algorithm Hash digest
SHA256 14c5f90859e512004cc25b50b79c7ae6f068ebe69a7213a9018c83bd88c1305b
MD5 28e4d4b0982d8f6a46b9ffa8044c3beb
BLAKE2b-256 8e394212d102117dada077c21aa0ad4decfa45df08ff9e018e968e6bfe19874f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.23.0-cp39-cp39-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 606ba30bbdf06fc51b0a763760e113dea9085011a2399cf4b1f72316836e4d03
MD5 63c8578f514350b2eccd871587b6bc44
BLAKE2b-256 fea612a089b847e805f215852d2e18e2e480502b820c1d27617ca593b1dc502e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.23.0-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 2a3801a0463791440b4350b734e4ec0dbc140b675a3ce9ef936feed06b23c58d
MD5 06d60edfc30bb58ed31a3fee74f1ef12
BLAKE2b-256 cd4ab105d26dd317dd4d4fd63c49aaa8ea85c1e36d0b5889b32d8d27099f54c8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.23.0-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 d5739f513cb02039f970054eabeccc62696ed2a1afff6e17f75d5492a3ed8d74
MD5 b1d8f26ae3e603b55df63416dbf3cf3b
BLAKE2b-256 e8f1bc7a1de2cdb16e155d0ef8e385cada0032d0d9a5cea2e1bd6034c8073109

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.23.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5fb90de8a279ce83797bcafbbfe6d641362c3c96148c17d8c8612dddb02744c5
MD5 0fab76aa27abb2819443bfb56521ccee
BLAKE2b-256 274faf1b8a7e004d21dd53e05a2b9d52831584aab8e89bd92e1bb49ece03bbc7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.23.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 c4250f507bb1b7501f7187af8345e200cbc1a58ceb3730bf4e3fdc371fe732c0
MD5 2453dbf07558e7243db95c4e232a23f1
BLAKE2b-256 d85748c7887bcd5188241f11afd93345c6066ce09babe6e39c8e43c604b20ebd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.23.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 1e13857d870048ff58ce95c8eb32e10285918ee74e1c9bf1825af08dd49b0bc6
MD5 6762a3f13cc0f48dd7aafa97b1cfa043
BLAKE2b-256 188ca04660787620fc3ce4b67dcb8ca5e6f3496f603e2ac30103667427aa7bdf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.23.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a0d567beb47cd403394bf241df8cfc14499279d0f3a6675f89b667249841aab1
MD5 d70d2e44717670c7f332ff0c31b8946c
BLAKE2b-256 590cf3a3922fbab9d8ad71a491d5b0b14beee8bc408f33918f3f5fe765556de7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.23.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 039dc7323fd28de44d6c13a334a34ab1ddee598762cb2dae3223ca1f083577f9
MD5 82443bdc77e94cdc6624e44aaaad2f76
BLAKE2b-256 a3858392e66b53e6682286781f52c2c1d5438bd2c757877638ffee50f6d6e47b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.23.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b847f716fc314cf83d128fedc2c16ffdff5431a439db412465c4b0ac1762478e
MD5 74ad2fec058ef8afc1075a11ccf6a631
BLAKE2b-256 14b7d0cb1e535e5d8d3eff3ad30eb51418aa79411a2aa3f3dac904cb03df11c1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.23.0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 4e93dbfdf08360b4261a2385340d26ac491a1bf9bd17bf22a59636705d2d6479
MD5 daea24d664ae767ce7fc592bb75c8c00
BLAKE2b-256 42557a832ad50863514fbaeb9a9803c892321652b1389dd6ec278bd86f9d9ddb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.23.0-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 73aed4856e672ab12769472cf7aece04b4a6813eb917390d22e58002576136e0
MD5 6ea41c34bb253f0cadcb99cad7be6b51
BLAKE2b-256 cef972e405c28bebe7f5bb43351f82ed509af9dc542630c6321b1ace6b0bb96e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.23.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 b4303024ffea56fd164a68f80f23df9e9158620593b7515c73c885285ec6a558
MD5 e07fbbaa92e7fdb4903497ccde0f61af
BLAKE2b-256 632f2706d148a9bcb7c965d01e79e4c066d1cf3974f39c6b19b2af0c2f32cf0b

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for Levenshtein-0.23.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 9fce199af18d459c8f19747501d1e852d86550162e7ccdc2c193b44e55d9bbfb
MD5 a1e996d18c5864012724f1cae549ddca
BLAKE2b-256 0dea39ab70c414c529b57dccd8370453f911749e0c2a26f9337b30d55f42d514

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.23.0-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 a591c94f7047d105c29630e7606a2b007f96cf98651fb93e9f820272b0361e02
MD5 854239f8d8d9f33b9843e78e87b632ee
BLAKE2b-256 8d8be9df780ae9846cf97631c7bfc8587ca789ea758c5d04c111e2aab4f0bb78

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.23.0-cp38-cp38-musllinux_1_1_s390x.whl
Algorithm Hash digest
SHA256 d36634491e06234672492715bc6ff7be61aeaf44822cb366dbbe9d924f2614cc
MD5 21a44403f213df6a3966268323f1c213
BLAKE2b-256 1f4f335b9f36c0e6dd0a809bce510087384f32b0827a3f365cb338e1c9103d80

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.23.0-cp38-cp38-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 5106bce4e94bc1ae137b50d1e5f49b726997be879baf66eafc6ee365adec3db5
MD5 ecf0a586347fa942731ff7db6a22cf37
BLAKE2b-256 d9349fd60b9090638b2ffe95c875c0b70bcaddba7342b9b05303b3769883fc61

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.23.0-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 88b47fbabbd9cee8be5d6c26ac4d599dd66146628b9ca23d9f4f209c4e3e143e
MD5 b79f017797cb4fe1e2e4ea46055b986c
BLAKE2b-256 098d7b44fc37b621d66938fb465dd56909612a570d3c579d4f731f909f0c2552

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.23.0-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 ecc8c12e710212c4d959fda3a52377ae6a30fa204822f2e63fd430e018be3d6f
MD5 cfe21c420062b809a914bd6c078a7aba
BLAKE2b-256 1f4ef4767202edea14322c5431981fcf53082c32349d303dff0539a01e0d481b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.23.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 549170257f052289df93a13526877cb397d351b0c8a3e4c9ae3936aeafd8ad17
MD5 897fbd86b017f77003b6f9e667f68f9d
BLAKE2b-256 7eff7cdebd766ca5245ad2db6f74d939166cdea908e707dbc04daf3e5f895c71

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.23.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 58f8b8f5d4348e470e8c0d4e9f7c23a8f7cfc3cbd8024cc5a1fc68cc81f7d6cb
MD5 fa3faca12f952ed6b77dbfe47dfe40b4
BLAKE2b-256 537c56c10e40fd780d9d786510d7316639da14cea180fa64bfd569e27f886aa6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.23.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 48c8388a321e55c1feeef543b49fc969be6a5cf6bcf4dcb5dced82f5fea6793c
MD5 fbf91faefbbd964fa3583e2e71675571
BLAKE2b-256 023566a68c9951aafc85dbf60469b959da8183c09a9a97b1d5e94c049b653ebb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.23.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 727a679d19b18a0b4532abf87f9788070bcd94b78ff07135abe41c716bccbb7d
MD5 8d62be1e4b1638bed2cb34e9fc84ae99
BLAKE2b-256 9008000b27d57950d7f019242c29ae0a19d3278862f1652685439a16973e5721

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.23.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 5d32f3b28065e430d54781e1f3b31198b6bfc21e6d565f0c06218e7618884551
MD5 cfc5429f5104318a034dfab6bd640c55
BLAKE2b-256 863ef4fc7009eaa473a04af66b52175b7b0c4f25687836aa215cc04f554017e5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.23.0-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 97d0841a2682a3c302f70537e8316077e56795062c6f629714f5d0771f7a5838
MD5 627548e6404d094ba039c25289687c1a
BLAKE2b-256 983dc43d6ca7ace0a095ddd411d55ea7428a18acf66c679f1300213f35028a2a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.23.0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e729781b6134a6e3b380a2d8eae0843a230fc3716bdc8bba4cde2b0ce260982b
MD5 5d595dd13658a99875afd68aa5a98fb2
BLAKE2b-256 0286aa07ce361e36239ec7cec7bc81c1e3dc5b8909b6c0f6569a592d368a8e57

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.23.0-cp38-cp38-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 da64e19e1ec0c1e8a1cd77c4802a0d656f8a6e0ab7a1479d435a9d2575e473f8
MD5 2a9c92d7867b7fffc0ca154251b3a4e8
BLAKE2b-256 6c555d4e07058ac6d25e5f10ef18ca30a7917ad7d617d032f84b69a5b33bb88c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.23.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 936320113eadd3d71d9ce371d9027b1c56299001b48ed197a0db4140e1d13bbd
MD5 08b808710412f2202e060374ad42554b
BLAKE2b-256 419e58faf938e7a6edddb543473a5db0ce2ce6cfcb32387d19f83a0f5a52d376

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for Levenshtein-0.23.0-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 f35b138bb698b29467627318af9258ec677e021e0816ae0da9b84f9164ed7518
MD5 a71a79115c6648ce2572eff7aaf34823
BLAKE2b-256 763139db01cb1855a9924eb5a228e09c950335076991e30dc02ad15cbd572dc7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.23.0-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 8541f1b7516290f6ccc3faac9aea681183c5d0b1f8078b957ae41dfbd5b93b58
MD5 09c5886d6f7a48f59c1061bd760a208c
BLAKE2b-256 0dd8f956889352258248ebd82e9b782220a4d1c50baa4609571845645a27ee67

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.23.0-cp37-cp37m-musllinux_1_1_s390x.whl
Algorithm Hash digest
SHA256 eb6dfba3264b38a3e95cac8e64f318ad4c27e2232f6c566a69b3b113115c06ef
MD5 0ad4149fba9a8de0726d1687c4c01cb1
BLAKE2b-256 630838f40a442673a211deac2d123270b4efc8bc6ff84f9d792db45d054df492

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.23.0-cp37-cp37m-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 9fdf67c10a5403b1668d1b6ade7744d20790367b10866d27394e64716992c3e4
MD5 831f22cc83eecf5ea9238f86a0bb4210
BLAKE2b-256 d050dc4d598cd0499b7acca3949f31ed5e878fa7957ef18bf51174ddc1c35695

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.23.0-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 fa8b65f483cdd3114d41736e0e9c3841e7ee6ac5861bae3d26e21e19faa229ff
MD5 7c205645211a21ec42126c2f0ad25886
BLAKE2b-256 4c789a1162375d34bd8105855a3e90b119e2637ff5c3025ef4f4c6c68b090fb1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.23.0-cp37-cp37m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 2c32f86bb54b9744c95c27b5398f108158cc6a87c5dbb3ad5a344634bf9b07d3
MD5 3a19360a70e2336929be646ba8240a95
BLAKE2b-256 a4811ee4b76b7b90ea8a7fbab01e6528b71bf522a953be6634ecc84b8017b348

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.23.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bccaf7f16b9da5edb608705edc3c38401e83ea0ff04c6375f25c6fc15e88f9b3
MD5 908c9d725ce02f149eb93ef32c3a199e
BLAKE2b-256 1b62a6e9d4728a5598a76136fabd6781b92223134fbfff58d57f372052d5f2cb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.23.0-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 8b65b0b4e8b88e8326cdbfd3ec119953a0b10b514947f4bd03a4ed0fc58f6471
MD5 3e0d32426a396810561e133e018a7e5f
BLAKE2b-256 ea358edd81b9072abf24712fb27c00d7a27036368b9679f0cb744d38119dbef1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.23.0-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 3dc62b2f74e4050f0a1261a34e11fd9e7c6d80a45679c0e02ac452b16fda7b34
MD5 d86234ffc02c12c0a22d62f4dcedbe1e
BLAKE2b-256 95f179805e89e0d306094e978d08c7b452fdb3736b0c099dad967d71cd633e82

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.23.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 26b468455f29fb255b62c22522026985cb3181a02e570c8b37659fedb1bc0170
MD5 7315dbb092bb0aa35f62bc43f0ecd805
BLAKE2b-256 a6035d974a2562e8e2b7e5d232b3f062bb23c5adc625f791019a35a856df3b99

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.23.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6b35f752d04c0828fb1877d9bee5d1786b2574ec3b1cba0533008aa1ff203712
MD5 b9b71e6d99cd840971868ad02fe7e9e8
BLAKE2b-256 554cb818de81b2b3f5702603b5f44dfbc587d961ca7f8eaf5fd37a961ff71f2a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.23.0-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 078bb87ea32a28825900f5d29ba2946dc9cf73094dfed4ba5d70f042f2435609
MD5 45d91793d48f75a51d669f445abc3561
BLAKE2b-256 da6b336e34dae69c3916f75440f436ccd0dd16e34c800c70bf8b2f8bdc5c9a8d

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