Skip to main content

Python extension for computing string edit distances and similarities.

Project description

Levenshtein

Continous Integration PyPI package version Python versions Documentation GitHub license

Introduction

The Levenshtein Python C extension module contains functions for fast computation of:

  • Levenshtein (edit) distance, and edit operations
  • string similarity
  • approximate median strings, and generally string averaging
  • string sequence and set similarity

This is a fork of ztane/python-Levenshtein, since the original project is no longer actively maintained.

Requirements

  • Python 3.6 or later

Installation

pip install levenshtein

Documentation

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

Support the project

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

Support the project through GitHub Sponsors or via PayPal:

.

License

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

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

Project details


Download files

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

Source Distribution

Levenshtein-0.20.3.tar.gz (114.8 kB view details)

Uploaded Source

Built Distributions

Levenshtein-0.20.3-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.4 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

Levenshtein-0.20.3-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (1.4 MB view details)

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

Levenshtein-0.20.3-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.4 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

Levenshtein-0.20.3-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (1.4 MB view details)

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

Levenshtein-0.20.3-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.4 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

Levenshtein-0.20.3-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (1.4 MB view details)

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

Levenshtein-0.20.3-cp311-cp311-win_amd64.whl (182.9 kB view details)

Uploaded CPython 3.11 Windows x86-64

Levenshtein-0.20.3-cp311-cp311-win32.whl (165.6 kB view details)

Uploaded CPython 3.11 Windows x86

Levenshtein-0.20.3-cp311-cp311-musllinux_1_1_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

Levenshtein-0.20.3-cp311-cp311-musllinux_1_1_s390x.whl (2.1 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ s390x

Levenshtein-0.20.3-cp311-cp311-musllinux_1_1_ppc64le.whl (1.9 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ ppc64le

Levenshtein-0.20.3-cp311-cp311-musllinux_1_1_i686.whl (2.1 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ i686

Levenshtein-0.20.3-cp311-cp311-musllinux_1_1_aarch64.whl (1.8 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ ARM64

Levenshtein-0.20.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

Levenshtein-0.20.3-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.6 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ s390x

Levenshtein-0.20.3-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.5 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ppc64le

Levenshtein-0.20.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

Levenshtein-0.20.3-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (1.4 MB view details)

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

Levenshtein-0.20.3-cp311-cp311-macosx_11_0_arm64.whl (107.7 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

Levenshtein-0.20.3-cp311-cp311-macosx_10_9_x86_64.whl (138.0 kB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

Levenshtein-0.20.3-cp311-cp311-macosx_10_9_universal2.whl (232.8 kB view details)

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

Levenshtein-0.20.3-cp310-cp310-win_amd64.whl (182.2 kB view details)

Uploaded CPython 3.10 Windows x86-64

Levenshtein-0.20.3-cp310-cp310-win32.whl (165.0 kB view details)

Uploaded CPython 3.10 Windows x86

Levenshtein-0.20.3-cp310-cp310-musllinux_1_1_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

Levenshtein-0.20.3-cp310-cp310-musllinux_1_1_s390x.whl (2.1 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ s390x

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

Uploaded CPython 3.10 musllinux: musl 1.1+ ppc64le

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

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

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

Uploaded CPython 3.10 musllinux: musl 1.1+ ARM64

Levenshtein-0.20.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

Levenshtein-0.20.3-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.6 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ s390x

Levenshtein-0.20.3-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.4 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ppc64le

Levenshtein-0.20.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

Levenshtein-0.20.3-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (1.4 MB view details)

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

Levenshtein-0.20.3-cp310-cp310-macosx_11_0_arm64.whl (107.0 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

Levenshtein-0.20.3-cp310-cp310-macosx_10_9_x86_64.whl (137.2 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

Levenshtein-0.20.3-cp310-cp310-macosx_10_9_universal2.whl (231.4 kB view details)

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

Levenshtein-0.20.3-cp39-cp39-win_amd64.whl (182.4 kB view details)

Uploaded CPython 3.9 Windows x86-64

Levenshtein-0.20.3-cp39-cp39-win32.whl (165.3 kB view details)

Uploaded CPython 3.9 Windows x86

Levenshtein-0.20.3-cp39-cp39-musllinux_1_1_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

Levenshtein-0.20.3-cp39-cp39-musllinux_1_1_s390x.whl (2.1 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ s390x

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

Uploaded CPython 3.9 musllinux: musl 1.1+ ppc64le

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

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

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

Uploaded CPython 3.9 musllinux: musl 1.1+ ARM64

Levenshtein-0.20.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

Levenshtein-0.20.3-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.6 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ s390x

Levenshtein-0.20.3-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.4 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ppc64le

Levenshtein-0.20.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

Levenshtein-0.20.3-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (1.4 MB view details)

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

Levenshtein-0.20.3-cp39-cp39-macosx_11_0_arm64.whl (107.1 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

Levenshtein-0.20.3-cp39-cp39-macosx_10_9_x86_64.whl (137.4 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

Levenshtein-0.20.3-cp39-cp39-macosx_10_9_universal2.whl (231.7 kB view details)

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

Levenshtein-0.20.3-cp38-cp38-win_amd64.whl (182.4 kB view details)

Uploaded CPython 3.8 Windows x86-64

Levenshtein-0.20.3-cp38-cp38-win32.whl (165.3 kB view details)

Uploaded CPython 3.8 Windows x86

Levenshtein-0.20.3-cp38-cp38-musllinux_1_1_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

Levenshtein-0.20.3-cp38-cp38-musllinux_1_1_s390x.whl (2.1 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ s390x

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

Uploaded CPython 3.8 musllinux: musl 1.1+ ppc64le

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

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

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

Uploaded CPython 3.8 musllinux: musl 1.1+ ARM64

Levenshtein-0.20.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

Levenshtein-0.20.3-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.6 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ s390x

Levenshtein-0.20.3-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.4 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ppc64le

Levenshtein-0.20.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

Levenshtein-0.20.3-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (1.4 MB view details)

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

Levenshtein-0.20.3-cp38-cp38-macosx_11_0_arm64.whl (106.8 kB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

Levenshtein-0.20.3-cp38-cp38-macosx_10_9_x86_64.whl (137.1 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

Levenshtein-0.20.3-cp38-cp38-macosx_10_9_universal2.whl (231.2 kB view details)

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

Levenshtein-0.20.3-cp37-cp37m-win_amd64.whl (184.4 kB view details)

Uploaded CPython 3.7m Windows x86-64

Levenshtein-0.20.3-cp37-cp37m-win32.whl (165.9 kB view details)

Uploaded CPython 3.7m Windows x86

Levenshtein-0.20.3-cp37-cp37m-musllinux_1_1_x86_64.whl (1.9 MB view details)

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

Levenshtein-0.20.3-cp37-cp37m-musllinux_1_1_s390x.whl (2.1 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ s390x

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

Uploaded CPython 3.7m musllinux: musl 1.1+ ppc64le

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

Uploaded CPython 3.7m musllinux: musl 1.1+ i686

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

Uploaded CPython 3.7m musllinux: musl 1.1+ ARM64

Levenshtein-0.20.3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.4 MB view details)

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

Levenshtein-0.20.3-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.6 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ s390x

Levenshtein-0.20.3-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.5 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ppc64le

Levenshtein-0.20.3-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

Levenshtein-0.20.3-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (1.4 MB view details)

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

Levenshtein-0.20.3-cp37-cp37m-macosx_10_9_x86_64.whl (137.4 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

Levenshtein-0.20.3-cp36-cp36m-win_amd64.whl (182.5 kB view details)

Uploaded CPython 3.6m Windows x86-64

Levenshtein-0.20.3-cp36-cp36m-win32.whl (164.1 kB view details)

Uploaded CPython 3.6m Windows x86

Levenshtein-0.20.3-cp36-cp36m-musllinux_1_1_x86_64.whl (1.9 MB view details)

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

Levenshtein-0.20.3-cp36-cp36m-musllinux_1_1_s390x.whl (2.1 MB view details)

Uploaded CPython 3.6m musllinux: musl 1.1+ s390x

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

Uploaded CPython 3.6m musllinux: musl 1.1+ ppc64le

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

Uploaded CPython 3.6m musllinux: musl 1.1+ i686

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

Uploaded CPython 3.6m musllinux: musl 1.1+ ARM64

Levenshtein-0.20.3-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.4 MB view details)

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

Levenshtein-0.20.3-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.6 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ s390x

Levenshtein-0.20.3-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.4 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ ppc64le

Levenshtein-0.20.3-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ ARM64

Levenshtein-0.20.3-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (1.4 MB view details)

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

Levenshtein-0.20.3-cp36-cp36m-macosx_10_9_x86_64.whl (135.4 kB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

File details

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

File metadata

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

File hashes

Hashes for Levenshtein-0.20.3.tar.gz
Algorithm Hash digest
SHA256 9f7fb9d4e64e9663c2bed51e5c6beca4e88d62d30a5072b2e805ade09adf9acc
MD5 ac18a849033c1f28f654cc8c3b1a6ed7
BLAKE2b-256 eddeeffd4bd84935190aef36d0afd211245343f9ec5477ade2587ede152482e0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.3-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 518a7ae84c90e4e21b1cb83b95ac4a746b2842e1ff90729486be953b928d3a9d
MD5 322cb65bceedad179521de11dc6feab4
BLAKE2b-256 034c7ba2d88c241a99087ae66be6894dad31b320c894ce2b446add588ede905b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.3-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b7fc11628c031b54a1334e1420207784cd00589f78df765d586a0dcd09b2ae9a
MD5 c3d1aee849c33b5360e251521445465a
BLAKE2b-256 162c18d631d81476d3faf59a4ed516d4e0110641f66f7556ac5e6a7bb9557542

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.3-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6f59a05709cb9e372937a9820780648c07099fe70e85e099e0b5e9568347b012
MD5 994a1cbb121db9829d2ecf9d22acccd1
BLAKE2b-256 dd3ca480a453a72cebad839df2b27d82edda2c02e2548a3e9258e557a43a6738

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.3-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5f53bb4c4bd2ed793fa81136fb6d38ce06366385f7848fe2dd992f04640202af
MD5 a97ef9d6b75957376591f2ba11af24fe
BLAKE2b-256 e4bdcd6b748a82a6dc85c1cb0c620e58c2a538104207038a2071f536ebe489a3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.3-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1f1d5069b536653f4cbf78be08a6a5e53ed036f6b8e4ff9ab45c44bd4f721589
MD5 d163c9c28c92a9e11128c9377aed561b
BLAKE2b-256 5d5f5f211eddeb3c31771ab32876b3731658c73d06bf422e7dba12298c04b3fc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.3-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b1c345f544a0caf48dc34fe681d16fc85de10511897d95db994b415a166b04ce
MD5 f7dcd650722bfc50e6bf7318f45eef41
BLAKE2b-256 e911ed622497e4c1237312f3889ba3b3620a104fde1876a57bddfa2e5edf3cdd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.3-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7d4725e5da0cf283327605b7a24c906865ecdeae12f8b217ca8694b4362e87b5
MD5 6b3177a5bbfbd91c7731f7217ff9314e
BLAKE2b-256 8620e503a29acd9627334ad2e5039efeea3f0825e270a7557f0505f4ae70f78f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.3-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0e03d5699aee8a1ccd896e1670bb66dfba86fff74fafb93c8761956c63b51565
MD5 f22a6ddaecd9646fa7a2d57f80d411db
BLAKE2b-256 e1bb797a84008ba86a840d6f5726341c8b1947bfd43a1bab0419eb48614cbd4a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.3-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d8e70b43df51b93a062d70343e8146152265a83c5f379f12878c1fb7bbba3679
MD5 92c3e3c8536acc9b5db2c0189e4c297c
BLAKE2b-256 5e1348f75440634b3ad7086195bb1c1e7b61260a8b82c9407cdfe47391b79bac

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.3-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 84c1b7dfaa1d14778536d4c11fea0c994a42843fbb05f59d9f317c1ca3213131
MD5 a76c1d23f150e5dcdf2d202b743630e2
BLAKE2b-256 286817fb18ad16ee66c58569acbca6fa6d87bc01a8f7b951b172d3478e593bae

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.3-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 56b9542ac9cfec5f5e0101fc539a9a3f5b4d25d283f2d7200171bbbfa840b17a
MD5 c83665d5445b7538ef82b50adf384359
BLAKE2b-256 d04036e4608405e4f16f511eaf888544a5db60b9f85cc2ddf034a26af06095de

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.3-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 9c08f34a81e48917585735c9fae23982a9e7235a24dbe83b4112ea93983d680f
MD5 b42f01132920f31a9df16a306fedbb3f
BLAKE2b-256 0ccad79b2e3700bbd0ce8b9dd168730811dc5901fb8083e82cc3a485955478ba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.3-cp311-cp311-musllinux_1_1_s390x.whl
Algorithm Hash digest
SHA256 5c12fcbfc38687bd89c21235038701ff94b63a63d2396910797560dd72dd6205
MD5 55ade852b672b70bbf02b5d500b04f2e
BLAKE2b-256 7810789b20e56a816b5944302d49e481f7023683e9f3022ce26691eb66cfd1e3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.3-cp311-cp311-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 90904bfef4bb7b3b68faaf8b67b65b7fcc7ddc993868477b1b88307dabf0764d
MD5 71146a3f3d475f2f3983bfc007d5558c
BLAKE2b-256 0c31a227af189b70acea0f1395ddf02784b5f1d98a970d55d748f0a9c1d11a16

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.3-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 e903ce45253779214bcae98bb96d93b273485dc4c5ead7975d38b2546e4e4ffe
MD5 db9ea090b8d0e918af55612cce3f6a1a
BLAKE2b-256 370664f590e65dbdaac193f6d0b594ce2d06350fc9f05558457a90b16c64ab91

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.3-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 6b56bf7ce92ab2b2a16bf50530cd52804f9cf350fa16ac8c6694d72dbd7b6fed
MD5 181610879f21dcb6ea802c55e5bb5431
BLAKE2b-256 f51f16a12be98db91d2c4bd888b26505ae7f228f3f0bc04794c7923e600dc9df

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ffe51d383bddef910423dc5c4eb063e9c90b4e1247675d4ff9c68ed8d936f1a0
MD5 8da68ab0f6f34ff5ea20346b1d6d449f
BLAKE2b-256 cf7b07188e72bc0ce2fd0e07230c8492da628e74cd3d99c91985b47099432a31

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.3-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 e640bffc2ed103b62dbfe17fdc69cf17a29e399c99514169bdeb2880faeb284c
MD5 eae9d7a5cc36556430fa4d1ba5447d49
BLAKE2b-256 cf71c4eff31a1b6261e3661f90b1d6266bd08a187cbf1b679cd4c53c8953b8ce

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.3-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 331e9f8a8c482d992223a1be202ce184369387be4a15ac2d929d9f5081d20087
MD5 b6ecada2f133e838b791dac9d8fe5cc5
BLAKE2b-256 1c3f2f6b7f2d60fd5067b73303346ffdc8a0a518db2cf8e0f01bb0ca778c9426

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 767f6335045166bcfe53a9508da3b96f5a826d0ebf6b4ea019c8007ab39bdbee
MD5 a9a282f8091f8a7ca95a46093b30e0a2
BLAKE2b-256 0442a34cc80821d70f8bfb65fc44532b648063329a1ebeef4cd276df88774afb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.3-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 448135ce4e7b0bfec7b157c96af3d3c5a4ba1a5aa22a9001ffaca71ad4ac851b
MD5 567b6f5a60812e88c15ef77f79f1e163
BLAKE2b-256 327345f8df496a885d1626f01ed7917644d2d0baf2bed97f2598cce88d3d20f0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.3-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 39b42f438a9e8e4dfe9d27a1a8372bfd68102eaa7b04ee0dac802e0268f07ca9
MD5 c649a7d3b2e15c17b7401f9b5aa9846c
BLAKE2b-256 47f7c9813aa0bfb7fe93b05f80bd4b7551cad5d5e779c42f716e91cbda689685

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.3-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 8224b53af214cc64d928428aa568816053216ead35a6f1f8d84cf43ab45fa221
MD5 c310fa6e109596784e573310b1fc2f8e
BLAKE2b-256 16299194da90f1230980c2a17339aeff7f620895638488444d96091fc18e5dd0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.3-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 298ae52104b2e0929a7cd075bf1b92a5b080869e4614b078407dd5fc311eb580
MD5 a22d7958e179be46a497bbd4f55d3c3d
BLAKE2b-256 e03e57ca998e3ef1ef8d955d3b79ba2695ad13699fee0dabf4e48ecd7c177e8d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.3-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 19b484db33f9632d0f20e8fd8d4bdacafbfe79699014cd0d3b382bf48d026c86
MD5 19c29fa7cd780ec3f22fc875228d8044
BLAKE2b-256 4c50f64fa9e2f5a3ad7d4672a1376077edf1d523a605fd57025e4b959167cda3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.3-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 3b42ba25f6d7ea9032698ed305033a4141694bf5e33baa7f97674a9c0cf46c58
MD5 6eb8f4b0405e3cd51042db54dcd310c8
BLAKE2b-256 b4fb4bd40e0ff51da76e78c90bc06478149aa69d51d17a7afd478daab36f3098

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.3-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 960aa8dbb7791f8c9e46d5f0381e966129a96ddaa07c6fd88f52f9cbbbe7c7df
MD5 fe1e5f3026c3205a48feeefd38eb0cf7
BLAKE2b-256 02d9be503a57ca80fc5b0cf2a0343ab7eac0b33426765ef7aee47f251f4e8795

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.3-cp310-cp310-musllinux_1_1_s390x.whl
Algorithm Hash digest
SHA256 07b4a560fbda33bdbfb14ed08da4fa5d1d384c085700a6840f54f50caec35083
MD5 9d358dea56f1885921a03d9438f6a406
BLAKE2b-256 cc4c814d23ff0ad494882c3910fd9adf50b9e82fb3defaa62daf03d7c42a1d4f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.3-cp310-cp310-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 6bc54cecfc4291857a39db557907771a55a575963c37e104d2e325898638b6a8
MD5 1664311780ecf7861cf78418db42ef71
BLAKE2b-256 6db723f70d96970355a865215a8e8ba17c1f95f2266fafdbb9cf45ba6e74d717

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.3-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 10682720e1494c09ada460b05b2293a0f3a7e1ba37a10dc835cecfb91f451095
MD5 ead52df1336f0b4e7ea7e80c13f4951d
BLAKE2b-256 86bd0b6a46a79d0bfb19e885eeae404dd6d61bfdaeaf3883b07d60ee174ba9a6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.3-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 faeec85af18c75ceeb620807021bae25c0350bdd8fc6a003a8e970955ebf7a59
MD5 73d03766d163a8e26fac72039273a436
BLAKE2b-256 9bb21d8e4dedc063e73b57d6e4355dc0583125791a0720dc583ec61468a53c3e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d8222b6d1b5b671828cc196eaa969897d02d5791d1d1d88751ebb19a0d585d3f
MD5 c270c6b8b6c3c586e29a9f80db2f8b22
BLAKE2b-256 afdaa6d8906daa1910c7f726ab7115a27df63592d939bc7c10aa5ff7a477b375

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.3-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 243eed7fff10ea570fb4e6332f2e8374d07cf50966ae4c461bb775b28304b432
MD5 e0badebf4d9d427534a5fa7d03b64e8e
BLAKE2b-256 88f0d05d30972c57b73cad5f6434ee4c65859381f9a1df705f59a6736d9c011b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.3-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 0a7f78d09b59941480ef3ea98aed422e1e0ef18ea3f1c723c89b188ec795fc95
MD5 f610020a97948d5eea6274e60efd6625
BLAKE2b-256 9630880322d215fe62ff7b250a95ee8acd1ceffdbff9bd3a7b0845c9b69a98f6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c471e615eb7d9a6bd1cd8cace020d1626237798af52d03a16e6fb7b0d3fb5ed4
MD5 65a5310c3bb7d4ea809b6604b4a1d47a
BLAKE2b-256 871d2c8455376543ff5b4dc41d8f49d65a60e46ca0924aeeff190416a8d14b87

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.3-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b6ab712446195700ba4f6693342ab0a99a96577cbf3b9df1d2be6dec81a4c33f
MD5 5e73955f51dd59bcc1c04337e14fbf81
BLAKE2b-256 445cf1043bcc0d9c231c2b8ddead9b31c6ec138aa778790fa4772ee469582f9e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.3-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1a1148179162d01ad46cab90f118f70bf24d47a5394c1e832f5e1f914143ae2d
MD5 9855b9b0725eafb7c880cdda4c8c0cb0
BLAKE2b-256 cff0fe5d987b30529490b82b81f93761da9908ea7747a59d8bee68c013c0b946

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.3-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f511e9cb90f265e1cac1ad550b026f05c39bf3f2fc8b926537fde584c5f1fd0b
MD5 c4c0316b992229994fa85e46fea2c1b8
BLAKE2b-256 84d4e2e0b0fdf046bb277dcb42f218d172cdffed60c8f10ccae78a8fcc3b2ca5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.3-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 d774a85fde74fc6f92fa10f8a2c497b842386731a798f7532bcedf6dba9e8a21
MD5 1929eb9c74403f00b8ececa9d9189225
BLAKE2b-256 996fec9f18518e830c1efdb79fe59fd05d3c4f7395a937457412cdc4fb2d07f9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.3-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 bfa4348055d50ca68eec660ffa88439347dad62e976e4681a794f37009037b12
MD5 1c47b5706c4f1394056b8ea8dbd88dc2
BLAKE2b-256 c8453772de8ae8ef70e5b3278226dac6d697bd3ca352a6bb744035cc33399133

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for Levenshtein-0.20.3-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 ea444a25013430c4c01e16c41cca812faf5470688b965ae766ae5b92b7a3fe4a
MD5 b87b60fd7030d4948dc08009caaa182e
BLAKE2b-256 cf2e5992a534c32781bffba96cd6f02018aa84ae77d3d4fd16c663a3fbd49254

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.3-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 753248f191e6f0d0c0e0dafa7230b5870967e9a811b2a39f9cdccf537f895076
MD5 c936fb1c84a243f702e946debab58006
BLAKE2b-256 8b300acd5406095bc3038758dc45120dc2774f0ea2352310fdd8ce7330543f13

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.3-cp39-cp39-musllinux_1_1_s390x.whl
Algorithm Hash digest
SHA256 338bc7166b56be9cb2995d1a31343b656d7c787c8887e3be61fd40dd1989c3a3
MD5 d3f899aa56ee7802d0c5afd804f643a4
BLAKE2b-256 eb56ebf88b26c0d5b2566994c6d2601fecda245f3c0227bc340a73a7a679a470

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.3-cp39-cp39-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 2e09bbb950a82f95c3a1f8b5677db8a349c28c96f649988b502b5060569e925c
MD5 b98afde4add755350a2b345c14e76129
BLAKE2b-256 a3b60a69d97343194ece1cf79ba3f296db167cc8ac93c7bd81a41e57054d3c79

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.3-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 8582615994a9bb34e7322acce9332fb12edae2aa6cfb0fa105b515f1066fd034
MD5 bbfa207a690bf34d0479c1ec81033242
BLAKE2b-256 171c028c1166661c211948ec895b34183c29c7bc29a7516037245c56484e33c5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.3-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 7e408428be034bfa62f0102d8d8e47637ee35f85436e53ddf1cffc26ef803ae9
MD5 6074edf4df28f23b0b6f82290ba41806
BLAKE2b-256 515a86535fa7c82b0dd8a34ad7e57bf66a4acdc20cfe32091eab5a6b9920787e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 77fa09dcd1f1be7d768c1ffc637a2ec26da812d1a9ee68e136a6f8265122b0b6
MD5 36ccab48ca97bdad27f6b267630422ac
BLAKE2b-256 243422a688dbab0f7a661513b33028d96a7606ef899b8937415ed2467d43396f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.3-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 05f2eb44f63dff59c712c48832c31b71ae03715e59d401f64f18b54a86bf0505
MD5 d8df5b16d9a03e13b953c34d9c8b6cc5
BLAKE2b-256 ccce1fb950eae0d85b31390f93b4fc080ca03c2844b98b90f86e7abb16f0f323

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.3-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 2aeccccc3ee9cbacb7cbc2993b0b5d0e68ca24f5ec01fd8e136ea4c148c29177
MD5 1e656b282433e527377062f51ec2aff8
BLAKE2b-256 0e5b00c3068c62f2a498c237f96e3a4707c7c339dbea6cbca8e2c4291e4f5c96

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c14f7f97a46731f844290cd9612fb531363e41ef23ce03268fb3257af87c7dac
MD5 331331b58f40392065aaa2867a4da65e
BLAKE2b-256 170ef653a9fa1df813099a6ae60ff316c459c81129c66a1ffdbf846eacc94393

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.3-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e40dbc53b9970745236ccb4b023918b9cea0cbeb56db6052ca81329f7ac0ce3e
MD5 cc4e44fd37deb3937cfba77cc12aad42
BLAKE2b-256 bdc89768aeacae0c3e3e12ea45d887082730d815afb81e41eaa6a96630c67e6f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.3-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 589b26a1ed8134ab22fa741ccf600c5d5712ac2b06a2d1009b7dbcbbccf4644d
MD5 bb3b8b3710bf05aa1954710ce9c6c7fb
BLAKE2b-256 c5221d6d7f4e98830925ce9e62b7bcb221b5b943857b601177a753af27e2c125

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.3-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 9be68609415e3dab594eac8094289764a001176c942293f1f60e9f5d09c09d6b
MD5 b53fcd12b37a44c87a5216189300654b
BLAKE2b-256 e6cee6b9941e8e41421f18d36ad93e6c1a573bb83716148eade0b2df6db3fa5d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.3-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 9099ff75171ad70551f7e66d778487b7428debb1b83bf671f03749e8033783ef
MD5 8d4fd161d53d3b0010476c9280db9566
BLAKE2b-256 fdc9084209e2f1d71388d90e8d920e3c052b8a94a319388fa8f5013b998c7235

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.3-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 a8ee8c66720f4294e4b599233e6679b5b2bb6ccd47bac279093ecc697fd27a48
MD5 8bf03fe7d16288f676ddb3b573f4fdb0
BLAKE2b-256 a910f547fffb27adca6054b50ee80cdb44ba87fc5242854e166ed202d2bd1bee

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for Levenshtein-0.20.3-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 edb4b3441fcc3f88b14ef230d12f0250e7bb464a15ed44cd40c87289a1a3d6ff
MD5 50330d274fb765047a1a9472d6130367
BLAKE2b-256 fd434bcc74aa240e0597413376f07952c05c2378ab4a8ab0c8d699f664bfb8a2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.3-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 0221064fdb5c413e9ede9b359237a77a1cb37a794cb8a611272ede70880ecf36
MD5 83641766fa5c1bd596ba8aab7b1ef61a
BLAKE2b-256 4588e55ee8d0dd591175173fa216c003414c6525fbd4f6cf76512d37fe469cd4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.3-cp38-cp38-musllinux_1_1_s390x.whl
Algorithm Hash digest
SHA256 7b7244a9aa16d4dca2edd31d7539092251bee1180587e1bbfa1fd4a5c48cbb31
MD5 144dcbddc66668a93c732092cb177905
BLAKE2b-256 bd4ad9e1853f1ef284306e80211cebef5334a44f47e27dd5c1816ea6110b4609

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.3-cp38-cp38-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 ad903d9cbf77100980ec867161d5c8c2b4818b4c4254b1f093f45299fa1b84e4
MD5 2337bd521d7dc863c6cb0e0c1618b9d1
BLAKE2b-256 c83e69c8b6e0dbaf4390fab59e320dea868b4e16027361d2aa2cfac26cb0a40c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.3-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 a073dcd0334333c136333b6c3593e61f4b5bab58757b6fb068a36a6c87d62e97
MD5 ac2a4330d05bb329454dbc1000e21d34
BLAKE2b-256 ba658cd22f7d8b954b181b7826e9321f3d81c0bcbe9c704c6bf7580c4a8cc27a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.3-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 438545ec5454cdb40bf4456f9c3d38e2f71ad77731986cde556e3b83bebec505
MD5 8cb49165811587ae824575396d6c46ea
BLAKE2b-256 e56ed2b75c49de5a51753f4bba6445d434377241e1722567b6f28a633f6cee64

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 871bbce5af34e00a99961c11e0b2592431d7bfeb64e299254ae649639ffc2416
MD5 d6859b0535c133c0b83548706658f0d9
BLAKE2b-256 c72b3597be683e4843612ec5bd433a962f5f7df281e080ed1729d830ebd1385f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.3-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 6f8e60f365d0ea4dd3877ee5fcd5728185d71c4104ae0299a48d62ff33ff825a
MD5 09c0b12bdf4fd7b7318e55188583b95c
BLAKE2b-256 ddb449a22c6e38802d562b0af544e55d474b4bc4ed61041f7fcb635c95e3436f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.3-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 f32a9d7b834456772047254198c62bc003ebab34231ad7d3bd9ee69b0d3b50cf
MD5 83a8998d56369d1fc827081813ad808b
BLAKE2b-256 ca2bf9066e9fecff18d0501879981c2198ff0ba665d0256456dc887f8fd52c28

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a00b7c8d3b5c7da4cf8cf2a2bdf06463531354eb9249e969776bbaf28cc68fa7
MD5 e8a9e091806844352c1eccb20ef0e94c
BLAKE2b-256 24d701f009bda5c504b57d6f672684034ced71fd8dc21418d753c9fece826c8c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.3-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 3199a6647cc6b429d808c7d9b68800364bec18b0c80469cc998dea051874cb66
MD5 652a0795bb1da65486cb5750d4bdf448
BLAKE2b-256 2b296aad7dc5e8992851b9e28a36f6512d34215c7b21d04f3a4007b1efbdee68

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.3-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4a8ee195f795c870f20190a2d7dc998861cf54d7eb242a3303f92922bc571e6a
MD5 7ba5a4e8624738103eee15eb0b6b4744
BLAKE2b-256 b3340d85738683763ebf6efddb8f308948247ff7a12a0fdf447c484636b99c07

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.3-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 fdfab3cf611d84ce4e7ce8ce48e2ef8cb6e9598b6967f5049f05090459b38302
MD5 7be978dcc7905d52b9c5a3d4d1204c6a
BLAKE2b-256 495b9796aa6a2538d29f7040e87855e52a875260031943092dfcd5b2aebd1952

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.3-cp38-cp38-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 8412b24521004a87fe28b2d0368b4942b4b7307f834a1c1982a25b879e52c740
MD5 bcdef65240297d7eae7e4b2b547d8a19
BLAKE2b-256 9dcb6bbc3bea36f1a4737118dd7b81e2275d791fbd2d4d29bea14ffb263f1e4a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.3-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 be1fa705e596277cfefb56d549605736453d4e101a163fbaf2287034f698cbcc
MD5 42f020154b6ca944d2d3333577b3e017
BLAKE2b-256 8ae4a22f18061acdbd1a4a85f49a9c63775bd79557811c0b15ccea9babe381c1

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for Levenshtein-0.20.3-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 6ef75c0fa461e383ec46c9f85f48e753983f2296e8a077ba7beb6308a9e32afd
MD5 7ef23dde00d04fa09e84d0cf0a2ce364
BLAKE2b-256 6a00e5acddf45a7f4bd66ed721b1134a6bb0f203dbd14698d6604502bec72104

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.3-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 aead6b3cf56586d2f21fc7fbcb67351a32fcf2455c28d15782fded04be96ce68
MD5 e43af44807fc4d78f67014defd015a95
BLAKE2b-256 71c6a26685bb22ce04732803578bb41b95a42a3c028a09eadf46e078647f4900

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.3-cp37-cp37m-musllinux_1_1_s390x.whl
Algorithm Hash digest
SHA256 c6eb6124c1a67d71d44514e9c582b27ca45bf54d000591dffd857e433074a66d
MD5 50172a249484a2cadacabc077d6adcdd
BLAKE2b-256 a6210e270ec242cd4a105ef9bbff980ef7e495e36665d7acfb26b8a91839416c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.3-cp37-cp37m-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 c8efb6818d002e0bf172fb429f6c82940e5f6cef0b2cb9fa992536364d0d8048
MD5 4625c7cef3fc0648e23fddff1e89cdcc
BLAKE2b-256 464385e4fc4313a773d57ffb1cf67e0f2fba36945a42faa24d6a5c1e08300b20

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.3-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 b0a6ae326a7e84486e25e100caf60dd44673f1b39897beba52d26007b98c36ef
MD5 1f243c97af7309248ccafcc9ef370a55
BLAKE2b-256 6501d1e8555e073bbbf29b1cb8cd66f0d33fa1440cca40eefb2fd8e42dcb1e82

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.3-cp37-cp37m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 e12e73e0939394025f4a192f5ed5706d9a2ce75d8faa194a31f304a2553458d6
MD5 8981df5df88b221526493f75ee63f6cc
BLAKE2b-256 84f3c802fdbd762967c3bf1180e81ac16b44d174a27aee701282b04a372f43cc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d2a6b7e0b6863cf1b1075e051b4ef09eaec6d8ddf0983e0f528a6d00a23b31ba
MD5 a7958e331c309243da1bf0bd12eef22b
BLAKE2b-256 5652ceb1f1aa828a53ea5461a56fb8e632ba915889e5c613a36cc6ba98b248ff

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.3-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 c3898323ed390add83c8ad0ce614a477fc607ded57389d051da8b013f6f65aa0
MD5 e7ba6a8b0f1c13a73d4d728358013e9d
BLAKE2b-256 248f6053538f94a1156ede392ea02b75b261f09b9b9c3af8eabc34c38e68d72e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.3-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 1b088e950cf6c40b773ff97740b478c443b5e52f34fcc6cc6c2ff93d4590fee0
MD5 0d105cfd2f61ccd921832a8578ee2d6b
BLAKE2b-256 57fc85a66e51d17044cead7751f6c1730db78ffaffe3881cd76069997d462744

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.3-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 48e7c210b5201c22ba9abbe144bbfc196dbe9509209389756d1acf01574e0a86
MD5 9c3d80367f0af8f4166877f8222edaac
BLAKE2b-256 816303b3a9e1e49bd691748f34c577272f778f9e3df4313ab739c01de5148366

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.3-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f9fc66e148316df6401686c55f28a0668c2f970f9c156d65494e4d6b6cef3c48
MD5 191e37638f0f17b67982e21bac7b65f0
BLAKE2b-256 dde0a6b7bc1b416b6c990d1d06924bf6308c818484ac170b5405e1b2461c9eef

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.3-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c9d4cef612e782dd23ec07067edd75be6fe9e7183b8efb57f6dfcdaeeca66cec
MD5 123f68fe1973e6f8988c924f12b186c3
BLAKE2b-256 419d35a3ac5cecd8a319c8c2d43088bb36ffed39363781840b8ed11cbe1c2eba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.3-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 b17b949d47826ef9fb276699d9db91b150f9f255d6e48e48bc79ca908d4995a3
MD5 37757d049ddbf895b376d5b0c11954f9
BLAKE2b-256 87856ce63f1885d037efd91ac0e5192627887af14a8078abe524739bcc60a8e6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Levenshtein-0.20.3-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 164.1 kB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.14

File hashes

Hashes for Levenshtein-0.20.3-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 2e81b211e7cd595d2c4867459620586399ce8d765ec763ca9d7af0548165ca3d
MD5 8da7ef8f20a282e7319edf3ee70b37df
BLAKE2b-256 b792596a8591447408b242e1c57f59c9b7ee04627d8cfe8d5ca562203fd8297a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.3-cp36-cp36m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 f136658adc18f85b616afda5949c5383c1469e96853538e420ad2c5603569b03
MD5 4bf87d631c43e6039cdc897a6e332dfc
BLAKE2b-256 3a6443da28789651f08bfdb475e9cef9c515ab55c86e733e3618458eba20ba3c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.3-cp36-cp36m-musllinux_1_1_s390x.whl
Algorithm Hash digest
SHA256 fcc46fea1b89166dd9a3c3e809581032eb1f3129e62cddb44a98c3eed4a5d0a3
MD5 4cf94e68eb120cf83275d1a971f70f77
BLAKE2b-256 26ea04aeeb4342bf9b48147c20c0987affdbad4047ba5e6b81c0c33323fa183d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.3-cp36-cp36m-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 6886baa2c4549389f5bfa1703e6aa048668c5d102f6ed6fa27cd78e5c82e818b
MD5 220a5073b242324f3ac7e453a7aee33e
BLAKE2b-256 50f3865d170c3dcb378c858851115c988aeed04ddfab76feb6622cd4148b3fd8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.3-cp36-cp36m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 c989b325d64255f8a853184ec4dfd8ec334f8bb02975792eacc0f7a055c3740e
MD5 93ed8a9e78c2d0e6fd56035e81732832
BLAKE2b-256 6b6b9071fa092bb293ea45b4d1ce020225e82a3ac7991f6a2b33da45dabfcfca

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.3-cp36-cp36m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 5c94436efaa1aa44f9276d922f4281be25cc22f103dbd9c7a38ba4f61af23cd8
MD5 c99740b7a815ed72f0a3d9bb9e158aec
BLAKE2b-256 6fc1f902d7d9fc35e026039fb193f6338e737f28f99ee713a8f391df91e22e3b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.3-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0861eb1323d1c97b2fcc933e3d60ae3ffe41461efbae8088066a9e4dc5c33c5d
MD5 41e7ad7de22a4e201d1154f64199b58d
BLAKE2b-256 e776ee72ecc9caa206b59cfde0aa713ac8dd7d38ed3e4c0063f216603a09ca00

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.3-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 d0613afa57654ce79832970604b7c6f42abd42c026139bfc0db1422402baa222
MD5 70f25860b45cc85e1ceb74d98fb2c7c3
BLAKE2b-256 f96d2762eb72d29e4db695de2e467a5655730223e601e2ff48c9f2a0e9428793

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.3-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 39530349c3921fa7f9ca63fe83191009672d0972b9e74522fdc7df76b05234c1
MD5 ef53e72416cf400fcc91b4fb007ca909
BLAKE2b-256 be84efd63e2926970af183dac5885749a1b7a8c06eef0b88da376db0e76d2f1b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.3-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2e6e0cda2056142a877cdcbd9c49420500ea79d6d61ee2ff3797feaf03b700fc
MD5 3e4c61b6ff117087f9a501744c03c25e
BLAKE2b-256 7bcb3e1253bf38869d66f498bc9ac5bc96706b8973e3a22db6a6c51f2ca8eda1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.3-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a901b6fb619a55d8b8acd78cd3f6e868b0684d072e0bd258ed0add0c5f77f28f
MD5 9982e74b356390eb792e497baa84dd71
BLAKE2b-256 6a702dd6600f1d8eaeb8c8ba022556266148bb84760cc5d3ec717b3ccda0e756

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Levenshtein-0.20.3-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 07d8c50d6385b66911925301179dd46f6490f642a37592705c4f2f2ad623604a
MD5 fcd414c55b47fb759f3e3254c6db4f93
BLAKE2b-256 e890bcd95580e6c04e3517e667a59abc3de98f54ae92758b3fd0488c3647caa9

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