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

Uploaded Source

Built Distributions

Levenshtein-0.22.0-pp39-pypy39_pp73-win_amd64.whl (98.5 kB view details)

Uploaded PyPy Windows x86-64

Levenshtein-0.22.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (168.3 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

Levenshtein-0.22.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (150.7 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

Levenshtein-0.22.0-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (216.7 kB view details)

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

Levenshtein-0.22.0-pp39-pypy39_pp73-macosx_10_9_x86_64.whl (130.2 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

Levenshtein-0.22.0-pp38-pypy38_pp73-win_amd64.whl (98.1 kB view details)

Uploaded PyPy Windows x86-64

Levenshtein-0.22.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (168.2 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

Levenshtein-0.22.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (150.2 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

Levenshtein-0.22.0-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (215.8 kB view details)

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

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

Uploaded PyPy macOS 10.9+ x86-64

Levenshtein-0.22.0-pp37-pypy37_pp73-win_amd64.whl (98.1 kB view details)

Uploaded PyPy Windows x86-64

Levenshtein-0.22.0-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (168.2 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

Levenshtein-0.22.0-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (150.2 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

Levenshtein-0.22.0-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (215.8 kB view details)

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

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

Uploaded PyPy macOS 10.9+ x86-64

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

Uploaded CPython 3.12 Windows ARM64

Levenshtein-0.22.0-cp312-cp312-win_amd64.whl (101.1 kB view details)

Uploaded CPython 3.12 Windows x86-64

Levenshtein-0.22.0-cp312-cp312-win32.whl (98.5 kB view details)

Uploaded CPython 3.12 Windows x86

Levenshtein-0.22.0-cp312-cp312-musllinux_1_1_x86_64.whl (667.3 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ x86-64

Levenshtein-0.22.0-cp312-cp312-musllinux_1_1_s390x.whl (735.7 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ s390x

Levenshtein-0.22.0-cp312-cp312-musllinux_1_1_ppc64le.whl (706.1 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ ppc64le

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

Uploaded CPython 3.12 musllinux: musl 1.1+ i686

Levenshtein-0.22.0-cp312-cp312-musllinux_1_1_aarch64.whl (639.4 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ ARM64

Levenshtein-0.22.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (171.3 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

Levenshtein-0.22.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (175.2 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ s390x

Levenshtein-0.22.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (185.8 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ppc64le

Levenshtein-0.22.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (148.0 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

Levenshtein-0.22.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (214.6 kB view details)

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

Levenshtein-0.22.0-cp312-cp312-macosx_11_0_arm64.whl (98.8 kB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

Levenshtein-0.22.0-cp312-cp312-macosx_10_9_x86_64.whl (133.1 kB view details)

Uploaded CPython 3.12 macOS 10.9+ x86-64

Levenshtein-0.22.0-cp312-cp312-macosx_10_9_universal2.whl (216.9 kB view details)

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

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

Uploaded CPython 3.11 Windows ARM64

Levenshtein-0.22.0-cp311-cp311-win_amd64.whl (101.0 kB view details)

Uploaded CPython 3.11 Windows x86-64

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

Uploaded CPython 3.11 Windows x86

Levenshtein-0.22.0-cp311-cp311-musllinux_1_1_x86_64.whl (667.0 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

Levenshtein-0.22.0-cp311-cp311-musllinux_1_1_s390x.whl (737.3 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ s390x

Levenshtein-0.22.0-cp311-cp311-musllinux_1_1_ppc64le.whl (706.5 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ ppc64le

Levenshtein-0.22.0-cp311-cp311-musllinux_1_1_i686.whl (773.7 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ i686

Levenshtein-0.22.0-cp311-cp311-musllinux_1_1_aarch64.whl (641.5 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ ARM64

Levenshtein-0.22.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (172.5 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

Levenshtein-0.22.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (176.4 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ s390x

Levenshtein-0.22.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (184.8 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ppc64le

Levenshtein-0.22.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (153.9 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

Levenshtein-0.22.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (219.0 kB view details)

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

Levenshtein-0.22.0-cp311-cp311-macosx_11_0_arm64.whl (98.7 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

Levenshtein-0.22.0-cp311-cp311-macosx_10_9_x86_64.whl (133.0 kB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

Levenshtein-0.22.0-cp311-cp311-macosx_10_9_universal2.whl (216.7 kB view details)

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

Levenshtein-0.22.0-cp310-cp310-win_arm64.whl (90.5 kB view details)

Uploaded CPython 3.10 Windows ARM64

Levenshtein-0.22.0-cp310-cp310-win_amd64.whl (100.9 kB view details)

Uploaded CPython 3.10 Windows x86-64

Levenshtein-0.22.0-cp310-cp310-win32.whl (98.1 kB view details)

Uploaded CPython 3.10 Windows x86

Levenshtein-0.22.0-cp310-cp310-musllinux_1_1_x86_64.whl (666.6 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

Levenshtein-0.22.0-cp310-cp310-musllinux_1_1_s390x.whl (737.1 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ s390x

Levenshtein-0.22.0-cp310-cp310-musllinux_1_1_ppc64le.whl (706.5 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ ppc64le

Levenshtein-0.22.0-cp310-cp310-musllinux_1_1_i686.whl (773.5 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

Levenshtein-0.22.0-cp310-cp310-musllinux_1_1_aarch64.whl (641.4 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ ARM64

Levenshtein-0.22.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (172.9 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

Levenshtein-0.22.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (175.8 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ s390x

Levenshtein-0.22.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (185.5 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ppc64le

Levenshtein-0.22.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (149.3 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

Levenshtein-0.22.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (215.1 kB view details)

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

Levenshtein-0.22.0-cp310-cp310-macosx_11_0_arm64.whl (98.5 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

Levenshtein-0.22.0-cp310-cp310-macosx_10_9_x86_64.whl (132.8 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

Levenshtein-0.22.0-cp310-cp310-macosx_10_9_universal2.whl (216.2 kB view details)

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

Levenshtein-0.22.0-cp39-cp39-win_arm64.whl (90.7 kB view details)

Uploaded CPython 3.9 Windows ARM64

Levenshtein-0.22.0-cp39-cp39-win_amd64.whl (101.0 kB view details)

Uploaded CPython 3.9 Windows x86-64

Levenshtein-0.22.0-cp39-cp39-win32.whl (98.3 kB view details)

Uploaded CPython 3.9 Windows x86

Levenshtein-0.22.0-cp39-cp39-musllinux_1_1_x86_64.whl (668.0 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

Levenshtein-0.22.0-cp39-cp39-musllinux_1_1_s390x.whl (736.5 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ s390x

Levenshtein-0.22.0-cp39-cp39-musllinux_1_1_ppc64le.whl (706.6 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ ppc64le

Levenshtein-0.22.0-cp39-cp39-musllinux_1_1_i686.whl (773.7 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

Levenshtein-0.22.0-cp39-cp39-musllinux_1_1_aarch64.whl (641.0 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ ARM64

Levenshtein-0.22.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (173.3 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

Levenshtein-0.22.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (177.4 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ s390x

Levenshtein-0.22.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (187.1 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ppc64le

Levenshtein-0.22.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (151.5 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

Levenshtein-0.22.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (213.9 kB view details)

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

Levenshtein-0.22.0-cp39-cp39-macosx_11_0_arm64.whl (98.6 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

Levenshtein-0.22.0-cp39-cp39-macosx_10_9_x86_64.whl (132.9 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

Levenshtein-0.22.0-cp39-cp39-macosx_10_9_universal2.whl (216.5 kB view details)

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

Levenshtein-0.22.0-cp38-cp38-win_amd64.whl (101.1 kB view details)

Uploaded CPython 3.8 Windows x86-64

Levenshtein-0.22.0-cp38-cp38-win32.whl (98.4 kB view details)

Uploaded CPython 3.8 Windows x86

Levenshtein-0.22.0-cp38-cp38-musllinux_1_1_x86_64.whl (667.2 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

Levenshtein-0.22.0-cp38-cp38-musllinux_1_1_s390x.whl (737.7 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ s390x

Levenshtein-0.22.0-cp38-cp38-musllinux_1_1_ppc64le.whl (707.5 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ ppc64le

Levenshtein-0.22.0-cp38-cp38-musllinux_1_1_i686.whl (774.5 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

Levenshtein-0.22.0-cp38-cp38-musllinux_1_1_aarch64.whl (640.4 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ ARM64

Levenshtein-0.22.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (172.4 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

Levenshtein-0.22.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (177.8 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ s390x

Levenshtein-0.22.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (181.2 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ppc64le

Levenshtein-0.22.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (153.9 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

Levenshtein-0.22.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (220.3 kB view details)

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

Levenshtein-0.22.0-cp38-cp38-macosx_11_0_arm64.whl (98.3 kB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

Levenshtein-0.22.0-cp38-cp38-macosx_10_9_x86_64.whl (132.5 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

Levenshtein-0.22.0-cp38-cp38-macosx_10_9_universal2.whl (215.8 kB view details)

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

Levenshtein-0.22.0-cp37-cp37m-win_amd64.whl (101.5 kB view details)

Uploaded CPython 3.7m Windows x86-64

Levenshtein-0.22.0-cp37-cp37m-win32.whl (98.6 kB view details)

Uploaded CPython 3.7m Windows x86

Levenshtein-0.22.0-cp37-cp37m-musllinux_1_1_x86_64.whl (668.4 kB view details)

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

Levenshtein-0.22.0-cp37-cp37m-musllinux_1_1_s390x.whl (735.7 kB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ s390x

Levenshtein-0.22.0-cp37-cp37m-musllinux_1_1_ppc64le.whl (710.0 kB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ ppc64le

Levenshtein-0.22.0-cp37-cp37m-musllinux_1_1_i686.whl (776.1 kB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ i686

Levenshtein-0.22.0-cp37-cp37m-musllinux_1_1_aarch64.whl (642.3 kB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ ARM64

Levenshtein-0.22.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (175.0 kB view details)

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

Levenshtein-0.22.0-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl (180.4 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ s390x

Levenshtein-0.22.0-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (182.6 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ppc64le

Levenshtein-0.22.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (152.2 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

Levenshtein-0.22.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (219.9 kB view details)

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

Levenshtein-0.22.0-cp37-cp37m-macosx_10_9_x86_64.whl (133.0 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

File details

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

File metadata

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

File hashes

Hashes for Levenshtein-0.22.0.tar.gz
Algorithm Hash digest
SHA256 86d285d770551cb648d4fcfe5243449a479e694e56b65272dc6cbda879012051
MD5 dfd64307e603a1edfd71d8458d69fa1d
BLAKE2b-256 e1d74d5a5969d2ef6a4a702e0f3e77244bb270480c02d40f68fb93d2662a75eb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.22.0-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 99c69647d56c90a3ea0d2c4bb252eb77d4724e0774f5102f098e7794125fc0cf
MD5 792790d20c11d5d812de575aa5351bb0
BLAKE2b-256 da207a07360d107d0a3fcfdbf011be93b47be6e86943dc343b191455a328a374

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.22.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b2db7bab8d9865c51be9bf5006bc712cd30b31f2fcf09009470099ef07f21485
MD5 4e3d45129fbe4c827e299d550391e7c5
BLAKE2b-256 57a28ed2ce84b77311027ac53794ed8f455a809e4e67cde0d42b2d574b99a8c2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.22.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7934381e902258b4a5f8e5cb56d45bd5da051763b7c8fb3acdaba1fdb91a197a
MD5 a22dbbef93eea4e70ace50ca05d3759a
BLAKE2b-256 42308ce9bdd41f43f4e10815968b064eccff6c2e3e32f092dbff942084e55ddb

See more details on using hashes here.

File details

Details for the file Levenshtein-0.22.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.22.0-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 5a9015d600e4e0ad2339bc44c905019957f45228acfc8c441922d9550b106969
MD5 be15c9b55c497801a15392c78e5e96da
BLAKE2b-256 731dd4949bb6c491854b8a66292ed36bc42fa03e25d528756c805f28e6f3fd84

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.22.0-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 692f28b632c3726ea55878f736b996457a1d2887b42a33474ee4c219b505798b
MD5 30fee2bf37d6d0fc7905ef21dc72d13a
BLAKE2b-256 e96c5425073a1d98db2467e9e4db783eaa1ca5ff9011ebb13fab119c143ea041

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.22.0-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 49cea609250ec61e2b320afe9288c8a9ee91aa3978e249362af53ed9066f944e
MD5 9ab3af4e6bbbdd96dfe1dd8f16baa6d8
BLAKE2b-256 4fc26f5f245889872cfcb784ea6d624e3b28ba9b76291c4f75493c7051298f13

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.22.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 54670a6b626c5c2b96c5e9faaa8599c6e9a933a701441cfd82c01d1785b4dca5
MD5 6f98f4c9d3464fb7caa7cd73df3c2982
BLAKE2b-256 025efd94ebb0f3961e3496f1a70f283cf0fd331acf9df2076d642e05f3306a8a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.22.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5368c332632c2534060b8b63c9076a15370e4c35fbc2f22f45162713277aa239
MD5 a506813c5833600cb44534bb3962c171
BLAKE2b-256 004bafd3fa880d0f1513fcd86ee96b32fc93a028fbd86f212977707457a4853b

See more details on using hashes here.

File details

Details for the file Levenshtein-0.22.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.22.0-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 bb2ac06a597e29a37d2ee9a2a91467b4790ff47cf67d724883fe2342d74e3100
MD5 91d61bf41a2cb3bbde8104d070ad4982
BLAKE2b-256 d814cd81f2cdad7c3a67aef3025884d581fca7e13f113b42a13919789caca7f4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.22.0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 7bd018087add386d766b6926635168b1f83f440b8ce1bba8c497fac3a1995328
MD5 125638905659742cb6b698269aee5611
BLAKE2b-256 ee5a36f466adbe89e6fc7d3fd3bbc0226d6cf98e03dd26afa529ae08bc82c2ae

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.22.0-pp37-pypy37_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 01b36cae9c5ddae8f178814e603a388968bc23059343b1b61fc396d72a51321f
MD5 d1c433f09d89f8d116364ef67b77462c
BLAKE2b-256 bad981f9d434aecd949c0cb3b305e93569b8c8eafc0c08dfec6f859a97c804f3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.22.0-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 389f1e4dee92f2d91297dfa4595a409bd688a3009bcc93523ab66d78cc7548b2
MD5 47baf75f6295f4d69a8f2341051b31e1
BLAKE2b-256 fbc5781869614d6c655ac2f6a3da41d39a49394559ac4a6ee0692c5769d9d51c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.22.0-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 48c056cdfb269ffc3f4383471a1a35217120fb15995785bf277bf16561626f59
MD5 32d9b00e91b636d6b1edd44dd21b6c34
BLAKE2b-256 9ee2e9358349a733301f42913351fceda4f29e6be01c37817f56d1c9ad42e034

See more details on using hashes here.

File details

Details for the file Levenshtein-0.22.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.22.0-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 26230f8ff50e72e82f3100d2f1153b3890fda9670bf8969755df7713484093ac
MD5 6cc728fa9cbc4d1d3c6712e5cc1273ef
BLAKE2b-256 9f8186c89139d3facebdac41cee55ea8e8167e7394e98573400a6b0dd6f64346

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.22.0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 be6cc97ad71185e714d52997cf85bc8432fabc60b46ed8e6b30717ca5f9dacc8
MD5 329eb89f10cdf8013037d65fe8de0b50
BLAKE2b-256 9a53877ee8a53b916c42e504219aed5b814fd2f511984621168a51ec1326204b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.22.0-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 8958b21fae93c9210e56b9c53520ca3aad2d60f0ff44dc33605c40e562d23411
MD5 ba43e3d33a107ded5d08dcef9b3e0cb4
BLAKE2b-256 7b992469fb292e6b41f87c7be909e26a9c37df9d549dc15dc8aff65b00ac7341

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.22.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 008f665f7c885fa9f6537dd35b82dc25cfbd03f3cda48a045d3fa189ce972e26
MD5 fdd66f7755c9627d939610617c0bdafe
BLAKE2b-256 57c664fb48abb31fc25a25077b0aaf9af93b48f55663ab7ae1ad3dac7f24f6ee

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.22.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 8604794aba363638e00f10b11f3c704524cd5d32624f83601ba05d362f51da2a
MD5 926e23937386c9c1cdd8c968e01742f5
BLAKE2b-256 4835544e3cc09cf351dbdd99cf5ea1dc14f1c7a2f810ffc1d7142b33e95e3a33

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.22.0-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 38b1e26f04c8fb73882e7409026b249e7c4ffccc97992a013a3102295eabf193
MD5 a998a25c0b3bf6b2af3b50872303d7b0
BLAKE2b-256 7592784b43b7482ad9c395c119e23b0e12308a8009a9a17252753f8dbbd2171f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.22.0-cp312-cp312-musllinux_1_1_s390x.whl
Algorithm Hash digest
SHA256 e20dff9e11be7691b34dc49c5b58ed73b435d6720cfd1b37ee906f9696fc5a00
MD5 0e64f0fe37f48a3d7ed378dd6817a844
BLAKE2b-256 bc469d88095d1e08dee0465be4f699ad9fcf21ce3e37f86f9c85c57f9ba0421d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.22.0-cp312-cp312-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 f839a1c2d0ba092ad1f571c817a1554a3a5fffad9ae8bd238307c7df4f95a042
MD5 84173e1515755bbd084525f166a515bc
BLAKE2b-256 9820babb9cece00e73a697e9dc545fc6110c29af3e9805b015d79a7d4169e9e0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.22.0-cp312-cp312-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 91cdfdebcf67210c89811c538bcf08dde237fde4aa35787ecf65621ae948a317
MD5 8908bc1cc456d78381f4d1f698789a71
BLAKE2b-256 bf0543f8919897cae428e788c79bec96c0a3134995471fc44c015beef1de0980

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.22.0-cp312-cp312-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 d29b09ea4cc45716b47d1ac0c34c0e952bf1de14e0d0578ea8bcde12e00d14eb
MD5 b4461ebc3e24a16dff5e8e32cce85598
BLAKE2b-256 e0adf42f257f4bea2b9b0000c709d58c801179c027656d2b9da01ca5a47b0081

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.22.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1f29d764a31dba249cb8f44f9dfa3e4c3180f7fc73c457f5ec5a092f00a555b7
MD5 653a9dd8326b84a525417992d3eb82c1
BLAKE2b-256 6dd05de67e3db4862034e2f4d5b3e9f159a8098d336b97daf4367b828cdebe95

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.22.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 52d459efb8d9ad8a13317df38eb198f1b9ad4b669c8e00f0c3acf46e3468e8aa
MD5 bbd8c1eebb0be6949df3f7fc0eb5443b
BLAKE2b-256 c1378e9e185e9561d0c14cb553b4bb4e8cab796ad25dd94e2bccbf4a7690d230

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.22.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 16143f27641fc212e9745490948a0fbd42b8593058771737f0b020be1bacda33
MD5 82e85aaf4700342342b92bafcb296649
BLAKE2b-256 451f7e290c7c07af3ed42de7930bfd4e9fd43cc81d5755c9470606fb7232a9ec

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.22.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6d662ae4325af7865443674ddd0fe95df15cc962f75b27c93b5fe7286174d537
MD5 31c3e09e8cb69c7e6f42e73393674c50
BLAKE2b-256 629ea8806878040f7a762d18025ed0a2754ebc2b6a023b965929590caba9ba32

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.22.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 264b79ab26b03a1b099e40e4050451d4ae17cca514e0f06d8f2fc55a4cdd1ab5
MD5 2f98dc9617d5e009d4549bd344625c85
BLAKE2b-256 30a99792e826dff901908bcf63b9ad7be75e7aa9f3c4a30b1f930d5564b3a4e3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.22.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 91f1945090b6a22527272f86354f1e352d94535e50855b29982c4a710d39ae2a
MD5 9b82a88ae6a8197f77d52e191732370b
BLAKE2b-256 fd42d0bf28beaaaa0ca2086bd7c2ae6169b9406ab439dcaab90b77871e300e24

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.22.0-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 1ab939d05d506f9fc80603fa64a5c19a398eb927b1f188f97f60d9382e2a0efe
MD5 5155c4e433bd81e6ea4280ed8644327d
BLAKE2b-256 9f1cc12e21d30749acfc18ab2081f6cd1c5ceca87db55f476112d21edd81df9d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.22.0-cp312-cp312-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 abb60261fa00029681d89b2e72342209f9253d8cab5c040dc4eb8db4eb9c998d
MD5 5c00623ec7d998aedb540c8beae0b505
BLAKE2b-256 9a464caf32908d6ed6a6a5cd79a50253df102172962c6dddd4b5f634210c46eb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.22.0-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 caf45bd4aadca4c08127c903fd02f5564438966c6ce1e6f30595332ff844e360
MD5 fcc642faa15a091f329e7b2e1bef2e35
BLAKE2b-256 8db7d2baf6cd1a2587faca8f1076bf8358372cab28afab27b8cdf1a93a4e496b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.22.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 282c97890466a02174bd7713395fa69764d415c7816d8624386e74c3a1c358d6
MD5 103c465a25a91e136707b3667ad8f270
BLAKE2b-256 bee90845d00676f013d2d764fdaa946f13ecff06810bc3836d444b3f44e24a74

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.22.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 203cf2034ad636eaf2b4b2bd44dfe5822abe556b732ccb98394d5d0a26d2b045
MD5 e3709ec36986a037e6c0b96b23e0234c
BLAKE2b-256 bb8b44ad48db4040b5884b02e285fbad4cd38c21e77db3fc8f26419467c08468

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.22.0-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 610909d494f23f8d24775499796f25ad650315c4abb59260c2ebb82ff9e3323d
MD5 3b042f43998518d82141526f25ce58d2
BLAKE2b-256 a74914d5e6c49629b49830a875305d74408a8396c8db77d3db7e070ba0bcf5b0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.22.0-cp311-cp311-musllinux_1_1_s390x.whl
Algorithm Hash digest
SHA256 842544ce1cfb7a0edcb0b21cf78f2b271a9e1ba911e9b6e2e4fa753eaf67150e
MD5 72f1c04aa3dc805a356a4c735cb2b841
BLAKE2b-256 6c1ee833535ab16b3b3b8b7751e15b2be90b4183976b3adac2f6ec1fb7a37eda

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.22.0-cp311-cp311-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 d6f5d95b4a8b91e267b3e061e6838bc7beee4394da161e9d8cf5ead5412a3841
MD5 80eb5184d3667f9ef1d10a2009876ceb
BLAKE2b-256 8cc763ed82c07f63ebf5dbd198e72b66f78e807f09fdee172cff6bb63ffbfe9b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.22.0-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 1167e7f58588b991a1c058631ad12e7e3882644e3842ebc2ec55fff9615caf8b
MD5 b363534ad814e1880c58593b424f9dea
BLAKE2b-256 becc6860d68bb93b24702e8eae560f2df17cda095ed06360d571bd90eb623112

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.22.0-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 10216260b155e8ebd19c82c3864a2e5bead2020eb46936bfb69a26efc73053ac
MD5 7f7c7cc61dc8690e62db6da8c2ba055c
BLAKE2b-256 fa6ea4ad70e79852825e5d8aed8a05c9c4a05b9b660640d994447d996adde1ce

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.22.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d40b14d9c95c77407c2ce9063e28f420f502609efbcf48f2ae240137c1b0297a
MD5 98f23f4da6484670211c1f00777a1424
BLAKE2b-256 1f22e41d35e733cd6c3175cbb23e2ce113fa1fc74ffb804165e425ea80a84554

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.22.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 541e9feeb33fdcb8414c9b0f8bc2a6d11af4b746abf14899f8f0cad80b85ca03
MD5 1226ecfef717b959bd6971fb9ecb3feb
BLAKE2b-256 434f13d42766b7d5293bf43a6ff2bc55672194e1cafa1ab27e491f74ed036284

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.22.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 14702c06fbe59f78025b3a0c825b91ede14d55b96a049d34796f9b3771456e83
MD5 41a8a42c93d6d7c7eafc64cd3f4d2a5a
BLAKE2b-256 ed1d50a33315ac1567ecc9ef8804224a60fc89cff80a5780d8597a8823db2d21

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.22.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c5951b855d5111d27d6b330b5c31c882df030b86769899ba1c6a9bb819d15acd
MD5 d3ae5ea2240c0db27f919bc4d0ffd42a
BLAKE2b-256 b04a806982cc55ed71341c953286b3d5ed7df2fb26cfd6291b3f911a697af51e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.22.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 18749dfc6778821d8aeecc0b993906a49749a256bc762fa6067493f22a7ddf8e
MD5 a222ae7d718967dd5512391cc1c0e479
BLAKE2b-256 95c427c269a9b94ddece9a721763cba8614515c8729fcac43de50b24183d2932

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.22.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f61afd1b9c741d4c19d37473c045a581fc155f3c8f357f98c7c8caf306f3ad21
MD5 e2909e7dd06f4bf959605d624aa2b9cf
BLAKE2b-256 1000aaa9010edbcc4fad86b49aec1e8ec29c7fd87b94b7b0aae6a2c1e3b987cc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.22.0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 500aee88248bbe8bb6e33f60fff7d8fa2e0fa40c36589fe5382f5678770c0f90
MD5 ee18314f03e0e945d02e2a4126a609f1
BLAKE2b-256 b2f1652140bf1052f95a7204c06beee4c3b02436b91d0580a79d392f8ed9a117

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.22.0-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 658b4085252d044390bf3e26eb52d0f8c4cc1bff7250711458d83ed3043b2a97
MD5 71ac994b2f56fc26fea4f97f62cabfee
BLAKE2b-256 207b8d00a9818de847c4e6fa15da09fcdc3bb43d26c34dfa217a3be4e24c072f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.22.0-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 8c9ea26ab65d4c35220801c73d59e181081db63b854de78b5645295c19880786
MD5 4fc187267480b9053a36fe71ad2ba05b
BLAKE2b-256 a745f293901dd2679c4f189334651cf64f6b4ad3f27c0b4a852fbbc68d8892a3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.22.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 0a78fc02072e04b12711a1f01ed703cbffa852e1ff92edf9bf05d43e6044028b
MD5 6ba8a3e25d78f0d45001d5deb129cc7a
BLAKE2b-256 abb22e91b87634b18f1c779032b73d59778ba3da68e440d4574f3c3bffced3fa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.22.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 e49a4d8b9bbeceaf2618409ce0ba6cd83535b2ce8cf9144d5cb913728f17fffc
MD5 cb822005e784588bbceca0e5542dae54
BLAKE2b-256 cfad77570451a6f4f807329c75d779cab307c42e97ee42d8605a3f10a023ecf9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.22.0-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 0d2c8208bc55e81f6192872c4bdb556fcbbd911a1107417c11ac9283648a356f
MD5 bcc98e89bca09c7fed36a668ffdaa28a
BLAKE2b-256 2d1735a50358a05d45c292f930939d7f9399c2c47f22037390a3cd1f17071a79

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.22.0-cp310-cp310-musllinux_1_1_s390x.whl
Algorithm Hash digest
SHA256 0a11365daa4db76b538c0f48a63b1ae1cbc37e178bc81e3af818bf848bd345f7
MD5 7615ce10bf8501331e9327d9066afc4e
BLAKE2b-256 b980759804cb2f17fe16d868975c5dc5a3c84a3b8a791e248b1c94e1b10addf5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.22.0-cp310-cp310-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 76e216fcad971a5770a18a7cd97a4b0838974bdd54f073ebd9c3425a2efb7410
MD5 272b8e9d277bb51315818fef1b7ff1ce
BLAKE2b-256 e6a5fbb7ef0c2f5f29c36c808518d8b71f5876b6f719eb97e2eaaa707ce501da

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.22.0-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 8b52823b4908cc7f4b3202242d6d632a3b021c01301906e08069071e939136be
MD5 cd4cee7265ba0463f43868fee59fad83
BLAKE2b-256 2d73fa6478fe8d3ea722a18216100178eb528e111284743e4a42236ff452fc01

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.22.0-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 161815d2496221a361539122413d61b054e8881646a06129cc7328f65bffad8b
MD5 be2171faf582653b1786fb81a2f65a1a
BLAKE2b-256 0a7a995479e0f9c1a773a8edf8935a4151a8f9c42ca032952db542e45a385f54

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.22.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 61af529827edb59610aaccf053508228e7205a07abbf9108fe25957c66c879b3
MD5 288249a687e537e71225b168d9b80d06
BLAKE2b-256 dcee3474f606ae5c7dbba97b77802b96eeb006587814210901522b043836d6c5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.22.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 8cef3132c6bd74e37706330206a87f7c165a2a5a67048bad986877fd83e13a44
MD5 8d00e9c03a3785223588003adf9e0ae5
BLAKE2b-256 144ab2fc69a398d7d3c18b5a6db6d54b1f95e85cea79f63564f5823184e560f2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.22.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 0a3a2b64965f79cd5db75b3207ad637175727fb188acee96a2c25989cb79eddc
MD5 9b29442615fa90dfc40f3848f0ab2372
BLAKE2b-256 11353cb28e5a2e83b437a28569939200dcc4949cc03ec52a2ad04140344a9f32

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.22.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8fbc6377cc56d9f9b40785ed73b706b09f45c2117fb91a24230ad090d2bd5d8f
MD5 90760203942b391e4aaee3f675f48ae6
BLAKE2b-256 80bfed2647b2b41534faa9f9e359c4aaf805ccad1ebe3c2fe28db816088501f1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.22.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 acc4c9587d94053cbd314eb3d3372aa7c42282fced037c7ae597be8400b22e74
MD5 33b5de9f79b307da91c8797ed6aad088
BLAKE2b-256 733c2f324a7c4f583048fcc385bd1b44f0601f0e40b93427a3371e1ec4568c9f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.22.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5138c2a8a62f5219c7d29ae077d2272c4e58626480b3748f48772e87a3e7fe9b
MD5 a974c5fce1ddea9f0ad966edf2aeae9e
BLAKE2b-256 1ac5bb9a13a1f05eeaa527ffd7702247aa60ef6d64591d8fbf34fa6406704f57

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.22.0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e4f7ecd6669c94c28fdfb6be1561d2615a699823494140c382d9c58fece3d75b
MD5 70b193801d30095a1ddba4fa286caaea
BLAKE2b-256 0cf46bfc23b4d9542f0563232e6b5f78eb52a31ddf75f651e2e77000f754effa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.22.0-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 7b5e165e4b36eea0df530a29a8b05c88d6bca01c652b0128f603be1f117e6ea1
MD5 c5720fdc1a1cee873c35fa4e7e4389e4
BLAKE2b-256 b0df8186c5ebfc15de9215b1e17cd5f00f67b2de8e5bc1ec8c07c2ad832c401c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.22.0-cp39-cp39-win_arm64.whl
Algorithm Hash digest
SHA256 f71840265862ad507873593749219c2e130830784ccbb71253e093e9d29ac63d
MD5 3a4156aded2c02035c78d0814f4315dd
BLAKE2b-256 abd98ee284b3b2cc79358263c2acdd38d6ef9d77eb4aa0a797d45cb51b83de28

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.22.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 981b27f8ad1dab9871807fc4a50e4db52c9b3c39706aadc053415152e70c15ff
MD5 d09f61ae669cf989dcc8e62eb0416066
BLAKE2b-256 501593f69002488facfc6bedce494fd91d1405cea9bd9921b4865af8aa41329e

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for Levenshtein-0.22.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 4c1568e82a4d14ea0a9db11cd58618a55164e721f4f8c445b5ab70d2b304f1f5
MD5 a4ff7dca4c9fe3e09d0f00c2a3fef432
BLAKE2b-256 0f1dedc8dbe0935368bbec0403ba70aaef4dabf0f10df0f6b56659d03e33f952

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.22.0-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 306b9ea4acce215415ee8d11b9a1fd1f5020ea7a8fbf995e4f9789fc8ec947d8
MD5 2233eaff1b30efd12f7f62f99adc488e
BLAKE2b-256 176535101280bb84b2158c1b5393066204a61809ce66b999ed91cd3dba7a6135

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.22.0-cp39-cp39-musllinux_1_1_s390x.whl
Algorithm Hash digest
SHA256 7b5e2bdae788d237f0e11ba7c06762f1fdb181a8d200961bcc2cd631c63c158a
MD5 46dcbcc1ed16709c57dc7fa2fcd88e1b
BLAKE2b-256 3277e980794d8a917c3c887d00ff171442786d8acf5a7852ee0d857e174ba25f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.22.0-cp39-cp39-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 b977a803fd69e37ea4a3253e450aac84aadd092e245036bf935e9ce69eb9bd09
MD5 4adf69398420655982996517ea864c7c
BLAKE2b-256 a1cd5e8c5ced5a4a70157999025ee2f373e35a426c0557397841cd3adb77f832

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.22.0-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 1d7e491c9bfb86aa6dfedeee88edd2e1a760c6c085490a6fa28c99328a95d0ff
MD5 ef4ef3288010f4f42b9da76ee9a7f21b
BLAKE2b-256 fa05d7804b432c304c83e77159539a0656ad8bd59c5578988cea216bc9cdd2e4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.22.0-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 83869023f190d21c7246f02700b8ff72b443e5ad0baa9decf1bc146451b5d9b0
MD5 eacafc7466b98dd55f68c4e4e5e1c720
BLAKE2b-256 de3a9727e2b13d935836a836241eb746f0b515b77524e6788e97ba2922de3fbe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.22.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 dbbbd989c9511461e0742e53d52aaa3e8edff8858f825d29364785d88df080a5
MD5 1db5a8191d74e5e46fff209c634f1d46
BLAKE2b-256 2d624c063d90c7a8c408eb6c8cf0a0b6f9a572fc23cdb5073079046b6e548501

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.22.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 98a27eb7a655a956b219374d2232e16b908fde5a750f839da36e2b9ecbfa35e0
MD5 e5f55b2ed2ca4adcef0825e83eb3a227
BLAKE2b-256 3a475a592d8236c7fdbb4517d1a91267fcea16d4c27978228000480c0ab71528

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.22.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 cd79d847422bdaffe5dc46d018c56b22f5bcdf59bcbc2855ded1517669a241df
MD5 b12ae77f3a6f425991ec5acfe7199c9f
BLAKE2b-256 9cf47025d7f63a9bd31de449cb2c4a92236f3ae8716901fd971357e7057b9a65

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.22.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3faf5497ac7699b0b34b06dff5277334e410cdab43d4c86e8ca34fc1df92a781
MD5 08ed899f26faed8e8f5ce2cbe4506569
BLAKE2b-256 f1fd6d4fecdf6a2c4ebeaa74160f3dadb23e2301c9a5a704083455715dc38959

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.22.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 8a50b25a72be543dfe99ce5383c5d6a44235bda1dcef2b1eb69dfbde8f75149c
MD5 bc8e1e4b609b0b95319cab6f87073899
BLAKE2b-256 6cae57af96dad1e961671d45210356a568f630fdbd8f44b99d8524b586d74c8e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.22.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a3bc743a8ce662355513aad10d81ca2f865b600a4bc63adc4ca9575885042f63
MD5 0c34486ad50ff5f6ccad6db6f59d1b82
BLAKE2b-256 1c29fbe22d0eaf9ca6dd57cd4f65efdb71dea74fa94f8a8ebd1e988793be2653

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.22.0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 8db9c2682a0fb0a83c0eb54baef63d78808b62885d3288abfa16cb9f29e062b6
MD5 47205609053ee5c0ab3230ad357c96e7
BLAKE2b-256 c3a241e1f9a52b89f08eee25d8fabb6064842064651399c300fac8f759a6a6ae

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.22.0-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 bad0649573449a03f549a56783b37f87f514c478134d6416b1d5160bf1fcfd93
MD5 bf825d86c805ca57b9b42372ed19a31f
BLAKE2b-256 d0a0c2df0c03146dc3e50eba3bdb5528b448859941c6b3a164f613bbd8fac7b2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.22.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 ac3cf596cd7fc16f79c4013c4a4b7fb1ec73caf0169c332d99322039bc3811bf
MD5 ef796d496c269cd12ed1fc341a81a7fa
BLAKE2b-256 04055d641d3ee128fb25447aad1bda93690eec4d1fdb3c08e15e19953616f065

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for Levenshtein-0.22.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 bc86bd217386768d323662f8c864e0dee90a573f222675b6834e972330f4ec39
MD5 3c4b1177149cf9e04196e05f74a2a1b4
BLAKE2b-256 d8d13387acccaed926a4cc5c1ddd8654f002c6e6351bc77553a8051b66953077

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.22.0-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 bb08576209cc180a48ec47ba8444bbab16d1a98a21e557b2b5420916c0366b9f
MD5 abeebb739c497a80ef326eae5804fb6e
BLAKE2b-256 248931307f3e72afa11c5ed9a17dfa5b4cae75b6c29d30eda198b8ac108682f1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.22.0-cp38-cp38-musllinux_1_1_s390x.whl
Algorithm Hash digest
SHA256 2eb4d6b953586ceb5ffa13873302037cbd678f3cb3eb28e7dfa6bd7d9237366e
MD5 7b215a803874573bb81743eb8bdd9fce
BLAKE2b-256 72ddc3970645732ac20b1d32a903137e7082d4dd1ffcb214322e365f264c628b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.22.0-cp38-cp38-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 61d861a17f7e69b191a29a3029d9048cf2d6c73ba0d47bd57e1f36f5eb8e79cd
MD5 99d0e1bf9019008e656ddb33b0e96340
BLAKE2b-256 532bb91ad3e8b555aad59b4b745190bd915148a642b0be964276af2d8d4e0956

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.22.0-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 003635abca2da5c96788588e24aa97a8b7c45e9accdf8e82ae9975daac0b798b
MD5 ac8464e19a511ca189123815c3dd64bb
BLAKE2b-256 0e49567e538c6bf19daacc53e03391cdc0fa731c42cc17e03a38405ed29b3442

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.22.0-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 0fcf720cfbcc46dbdc1322a3f95bd2680844b127edb8eba3ab168b5cb41d4443
MD5 d9f52ec69d4ab0cad26047540eb8576e
BLAKE2b-256 2867a126b70ee144a6f17ab6f53bfc303a1a13e964f6fb0b255551d2f392e55d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.22.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 00e80b870a85f487cb151d38532d52d6a4303f05f257915c1a20c06f24809e1c
MD5 de2aaedbc0207acb3b48f79a5756d71d
BLAKE2b-256 4cbe3dfecaf48a480030ee9116fd3cf60072d05b25dd964f86d3fb029b02cf10

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.22.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 7821a1776bd4aee6f1075b6f48612eae21abc04dc2e91f5858bce85ebc44bd83
MD5 a86664474564d515a444d4ba91d06994
BLAKE2b-256 919de73f92c3bb6fb7b507e35b6919b2fbb7e73384b93566f930752053fd6fa4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.22.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 370be3bafde8f69051a12305af862e18280fbf72f7b819b3fabbec13e7d0cac9
MD5 6685df8210997498028d4844732a1cc3
BLAKE2b-256 1cd6d394b4cc150c22a8b61c6ddfb2e548cc42f780c1bd5cd6fc7f8db51b2a3d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.22.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 13832c213c72ed6fc59e2bcb69f6e540a3f812e169ef51c07509d299c4b233a2
MD5 30fedbebb82aa739bfe95d32093e32d5
BLAKE2b-256 5c58fa3bc308d277f7684ea61185b1ecb7104d594adafb0c222616145f911104

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.22.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 8e0da18c2ca3b76dfc26ea6cf1c15d2526f3c0e9609d0a790210940ae58a79be
MD5 436e12196013cee7b9902cfb17f3a136
BLAKE2b-256 761351c20470de429d183a2f74dd32d36ffb4b30aa5332bc69f9ad0baa266760

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.22.0-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 157d4138dbbdbc3756f6cc166860c447f2268ef07ee80f520583cb940fd37545
MD5 0ae19ccfa3caa3735da213484d6022a0
BLAKE2b-256 89f60242d8c3d71ed5c0da9c022365c8b078be038360d804b0d4fea83fab18b7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.22.0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c65695e1650fea3e42db16ae75e8b3dd04109e0b59eed9f1e206f7d5d15d2dc9
MD5 48b6c9c50310c7d7ff24fae794dd9234
BLAKE2b-256 4513e5702d4c8071be7a6a45761b84fc942b4961b1ef66e414fceef18f2aed5e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.22.0-cp38-cp38-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 e52c339fcca07749469c1d48157eeeda6671594577ad080f0ccdd8583e9d9a8c
MD5 f22cd1a27e69ea7e5c3e545a128c11b6
BLAKE2b-256 d111d9e7baaae87c046f19c21e9bc34cdb0060f24d5dddcf62918ad504d44a05

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.22.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 606d5f868e2579d067f153a0c57563f144e45173aa1e21d5c5fbf2ce5a65615e
MD5 f8208b2f27747333ae6f066f6462924e
BLAKE2b-256 07f3b5d56a679849588a61be13d394454632651006733f62edf4483099da3ea2

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for Levenshtein-0.22.0-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 8f4fbc8b7ae61fe596f3a2256ea4122f61d7a58fe77d45a7e85a594e4e03c8c2
MD5 3e5dc91fb6e91acea55989b2929f67b7
BLAKE2b-256 c294b44fc99b35bf946519e92d795f0d34a85d8914faf78e33038985b94e404f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.22.0-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 14fc8ed8ad16f619d0975df70e63bd5a5c7b88aabc4037b8395346ff7bdb250c
MD5 22884d0b071bfc673c4d742110a9b431
BLAKE2b-256 9d313816fea7d6df098812cd034097d95ae3985a966d790c6c90cd72fd8da19e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.22.0-cp37-cp37m-musllinux_1_1_s390x.whl
Algorithm Hash digest
SHA256 eaa3d2174132ff6bfa488c320f9e309018f003b819f942203bd508fe16d2b1a6
MD5 8499e88d9163f98d241bf617e2a9e784
BLAKE2b-256 7657e474c4eafe7d8a46b39f0bcf095a45f603e4f723c8b40b12a7a3cb8c4de7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.22.0-cp37-cp37m-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 c1c52c58e8ff50c8d58c6fe2753a6f6d6bf56394dd86549879fd6cac032d8f7d
MD5 c0ef8342c61e23ff31f15ee2c13b5a79
BLAKE2b-256 2d3b1c0889368a7be6c750a8ae501d3e11a9cf5c977912c6cdc6d538a8dd76e4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.22.0-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 98bcfa889c7a97155fb2675506fb242710596cfcd6bcadf37e58cfe421968f47
MD5 e8ea4b6b6132684f7bc847fc06aa61f7
BLAKE2b-256 d54043cde291b96528cc38d908a772c226621e1e9a925ca19f22fb72cbfe9044

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.22.0-cp37-cp37m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 4b27cfd9396e6c720cb13b3bdd35545afca92816d13649c1e8b99586f5d81754
MD5 c4cc133d6572d76c72dd6769e3856d33
BLAKE2b-256 0102df7756075d5595241308c696ab0ec2ec6255ffaa9cda68b7f18d92b940c9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.22.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f5bbc77c2d59a394075c1023fa1555082602aadd923a8c90b5121f8a543c8870
MD5 27c237de6430b69e24aa39ed08302d99
BLAKE2b-256 845cddf11a68661127dbf661dda8ef12e085b0fa621f19304cd80888466eaa23

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.22.0-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 549f9eb3073c03d8626c5a94e2768fb3de92af7ef93a97c5aa639427158660b4
MD5 040a285f687e362d4acb3bdb4ac252bb
BLAKE2b-256 b7989ab88c48ce3aa5dd044b1eabcccdb251cf2de32c384245ebd1303c367f80

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.22.0-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 ef72b265c445bf4dd0187b4a49565fcd184183419918330ed4ea7b66031c041d
MD5 2a63b4bc885a075cf44accadac210a5d
BLAKE2b-256 efda38bb5ca83040dfbe024589cf3ee756fa1c26c8c1d354a311242f10349b08

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.22.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 271c9c4485beda8d23561cc7b046e1049a5beee09bb16f8dec6b756f572c59ed
MD5 4805b5317945975104e27afa02952d23
BLAKE2b-256 e997de6167efaac4755f5e9e2964aa19ca523a5e49241b8dfc36683a641f7a13

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.22.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f56203d5e3805ea947cad41b70d3f88d07cd21a634653ef87e9c74e813b579ae
MD5 824703484cbf0b014b2925885d2a2ce8
BLAKE2b-256 031bc3dd120bd41e8bbc7ba23022d9d1492ab06efd06398ef4f2b23373adf123

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.22.0-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 dc53b1f9e4f43fa28faad39c2622f285e6b250455cfed2b38daf2337c69be63a
MD5 e921d44f3c2add6c249582d039d7724e
BLAKE2b-256 dc8880d3fafa79455a2d8e946f34c0ffdbc91bd41b575ac0af2652ec9e3a34c3

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