Skip to main content

Python extension for computing string edit distances and similarities.

Project description

Levenshtein

Continuous 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.9 or later

Installation

pip install levenshtein

Documentation

The documentation for the current version can be found at https://rapidfuzz.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.27.1.tar.gz (382.6 kB view details)

Uploaded Source

Built Distributions

levenshtein-0.27.1-pp311-pypy311_pp73-win_amd64.whl (98.0 kB view details)

Uploaded PyPyWindows x86-64

levenshtein-0.27.1-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (157.4 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

levenshtein-0.27.1-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (149.6 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

levenshtein-0.27.1-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (243.1 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

levenshtein-0.27.1-pp311-pypy311_pp73-macosx_11_0_arm64.whl (153.1 kB view details)

Uploaded PyPymacOS 11.0+ ARM64

levenshtein-0.27.1-pp311-pypy311_pp73-macosx_10_15_x86_64.whl (170.5 kB view details)

Uploaded PyPymacOS 10.15+ x86-64

levenshtein-0.27.1-pp310-pypy310_pp73-win_amd64.whl (97.9 kB view details)

Uploaded PyPyWindows x86-64

levenshtein-0.27.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (158.7 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

levenshtein-0.27.1-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (151.0 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

levenshtein-0.27.1-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (244.4 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

levenshtein-0.27.1-pp310-pypy310_pp73-macosx_11_0_arm64.whl (153.1 kB view details)

Uploaded PyPymacOS 11.0+ ARM64

levenshtein-0.27.1-pp310-pypy310_pp73-macosx_10_15_x86_64.whl (170.5 kB view details)

Uploaded PyPymacOS 10.15+ x86-64

levenshtein-0.27.1-pp39-pypy39_pp73-win_amd64.whl (98.1 kB view details)

Uploaded PyPyWindows x86-64

levenshtein-0.27.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (158.8 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

levenshtein-0.27.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (150.9 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

levenshtein-0.27.1-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (245.2 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

levenshtein-0.27.1-pp39-pypy39_pp73-macosx_11_0_arm64.whl (153.1 kB view details)

Uploaded PyPymacOS 11.0+ ARM64

levenshtein-0.27.1-pp39-pypy39_pp73-macosx_10_15_x86_64.whl (170.6 kB view details)

Uploaded PyPymacOS 10.15+ x86-64

levenshtein-0.27.1-cp313-cp313-win_arm64.whl (87.9 kB view details)

Uploaded CPython 3.13Windows ARM64

levenshtein-0.27.1-cp313-cp313-win_amd64.whl (100.6 kB view details)

Uploaded CPython 3.13Windows x86-64

levenshtein-0.27.1-cp313-cp313-win32.whl (88.1 kB view details)

Uploaded CPython 3.13Windows x86

levenshtein-0.27.1-cp313-cp313-musllinux_1_2_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

levenshtein-0.27.1-cp313-cp313-musllinux_1_2_s390x.whl (1.4 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ s390x

levenshtein-0.27.1-cp313-cp313-musllinux_1_2_ppc64le.whl (1.2 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ppc64le

levenshtein-0.27.1-cp313-cp313-musllinux_1_2_i686.whl (1.4 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

levenshtein-0.27.1-cp313-cp313-musllinux_1_2_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

levenshtein-0.27.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (160.0 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

levenshtein-0.27.1-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl (183.7 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ s390x

levenshtein-0.27.1-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (181.2 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

levenshtein-0.27.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (150.0 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

levenshtein-0.27.1-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (244.8 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

levenshtein-0.27.1-cp313-cp313-macosx_11_0_arm64.whl (155.8 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

levenshtein-0.27.1-cp313-cp313-macosx_10_13_x86_64.whl (173.4 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

levenshtein-0.27.1-cp312-cp312-win_arm64.whl (88.2 kB view details)

Uploaded CPython 3.12Windows ARM64

levenshtein-0.27.1-cp312-cp312-win_amd64.whl (100.7 kB view details)

Uploaded CPython 3.12Windows x86-64

levenshtein-0.27.1-cp312-cp312-win32.whl (88.3 kB view details)

Uploaded CPython 3.12Windows x86

levenshtein-0.27.1-cp312-cp312-musllinux_1_2_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

levenshtein-0.27.1-cp312-cp312-musllinux_1_2_s390x.whl (1.4 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ s390x

levenshtein-0.27.1-cp312-cp312-musllinux_1_2_ppc64le.whl (1.2 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ppc64le

levenshtein-0.27.1-cp312-cp312-musllinux_1_2_i686.whl (1.4 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

levenshtein-0.27.1-cp312-cp312-musllinux_1_2_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

levenshtein-0.27.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (159.9 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

levenshtein-0.27.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (185.4 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

levenshtein-0.27.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (183.1 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

levenshtein-0.27.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (151.1 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

levenshtein-0.27.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (245.0 kB view details)

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

levenshtein-0.27.1-cp312-cp312-macosx_11_0_arm64.whl (156.4 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

levenshtein-0.27.1-cp312-cp312-macosx_10_13_x86_64.whl (174.0 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

levenshtein-0.27.1-cp311-cp311-win_arm64.whl (88.0 kB view details)

Uploaded CPython 3.11Windows ARM64

levenshtein-0.27.1-cp311-cp311-win_amd64.whl (100.4 kB view details)

Uploaded CPython 3.11Windows x86-64

levenshtein-0.27.1-cp311-cp311-win32.whl (88.2 kB view details)

Uploaded CPython 3.11Windows x86

levenshtein-0.27.1-cp311-cp311-musllinux_1_2_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

levenshtein-0.27.1-cp311-cp311-musllinux_1_2_s390x.whl (1.4 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ s390x

levenshtein-0.27.1-cp311-cp311-musllinux_1_2_ppc64le.whl (1.2 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ppc64le

levenshtein-0.27.1-cp311-cp311-musllinux_1_2_i686.whl (1.4 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

levenshtein-0.27.1-cp311-cp311-musllinux_1_2_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

levenshtein-0.27.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (161.7 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

levenshtein-0.27.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (185.5 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

levenshtein-0.27.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (184.2 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

levenshtein-0.27.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (152.4 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

levenshtein-0.27.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (246.7 kB view details)

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

levenshtein-0.27.1-cp311-cp311-macosx_11_0_arm64.whl (156.3 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

levenshtein-0.27.1-cp311-cp311-macosx_10_9_x86_64.whl (174.6 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

levenshtein-0.27.1-cp310-cp310-win_arm64.whl (87.8 kB view details)

Uploaded CPython 3.10Windows ARM64

levenshtein-0.27.1-cp310-cp310-win_amd64.whl (99.9 kB view details)

Uploaded CPython 3.10Windows x86-64

levenshtein-0.27.1-cp310-cp310-win32.whl (88.0 kB view details)

Uploaded CPython 3.10Windows x86

levenshtein-0.27.1-cp310-cp310-musllinux_1_2_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

levenshtein-0.27.1-cp310-cp310-musllinux_1_2_s390x.whl (1.4 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ s390x

levenshtein-0.27.1-cp310-cp310-musllinux_1_2_ppc64le.whl (1.2 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ppc64le

levenshtein-0.27.1-cp310-cp310-musllinux_1_2_i686.whl (1.4 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

levenshtein-0.27.1-cp310-cp310-musllinux_1_2_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

levenshtein-0.27.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (161.5 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

levenshtein-0.27.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (185.1 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

levenshtein-0.27.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (184.3 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

levenshtein-0.27.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (152.2 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

levenshtein-0.27.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (247.0 kB view details)

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

levenshtein-0.27.1-cp310-cp310-macosx_11_0_arm64.whl (156.4 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

levenshtein-0.27.1-cp310-cp310-macosx_10_9_x86_64.whl (174.5 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

levenshtein-0.27.1-cp39-cp39-win_arm64.whl (88.0 kB view details)

Uploaded CPython 3.9Windows ARM64

levenshtein-0.27.1-cp39-cp39-win_amd64.whl (100.0 kB view details)

Uploaded CPython 3.9Windows x86-64

levenshtein-0.27.1-cp39-cp39-win32.whl (88.2 kB view details)

Uploaded CPython 3.9Windows x86

levenshtein-0.27.1-cp39-cp39-musllinux_1_2_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

levenshtein-0.27.1-cp39-cp39-musllinux_1_2_s390x.whl (1.4 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ s390x

levenshtein-0.27.1-cp39-cp39-musllinux_1_2_ppc64le.whl (1.2 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ppc64le

levenshtein-0.27.1-cp39-cp39-musllinux_1_2_i686.whl (1.4 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

levenshtein-0.27.1-cp39-cp39-musllinux_1_2_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

levenshtein-0.27.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (160.8 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

levenshtein-0.27.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (186.2 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ s390x

levenshtein-0.27.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (184.6 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64le

levenshtein-0.27.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (151.8 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

levenshtein-0.27.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (246.8 kB view details)

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

levenshtein-0.27.1-cp39-cp39-macosx_11_0_arm64.whl (156.2 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

levenshtein-0.27.1-cp39-cp39-macosx_10_9_x86_64.whl (174.3 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

File details

Details for the file levenshtein-0.27.1.tar.gz.

File metadata

  • Download URL: levenshtein-0.27.1.tar.gz
  • Upload date:
  • Size: 382.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for levenshtein-0.27.1.tar.gz
Algorithm Hash digest
SHA256 3e18b73564cfc846eec94dd13fab6cb006b5d2e0cc56bad1fd7d5585881302e3
MD5 3f10add315701638918d8039ff8dfe44
BLAKE2b-256 7eb3b5f8011483ba9083a0bc74c4d58705e9cf465fbe55c948a1b1357d0a2aa8

See more details on using hashes here.

Provenance

The following attestation bundles were made for levenshtein-0.27.1.tar.gz:

Publisher: pythonbuild.yml on rapidfuzz/Levenshtein

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file levenshtein-0.27.1-pp311-pypy311_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for levenshtein-0.27.1-pp311-pypy311_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 7987ef006a3cf56a4532bd4c90c2d3b7b4ca9ad3bf8ae1ee5713c4a3bdfda913
MD5 d2c0c005756fabec501b70a1ab8fcf58
BLAKE2b-256 dc1e408fd10217eac0e43aea0604be22b4851a09e03d761d44d4ea12089dd70e

See more details on using hashes here.

Provenance

The following attestation bundles were made for levenshtein-0.27.1-pp311-pypy311_pp73-win_amd64.whl:

Publisher: pythonbuild.yml on rapidfuzz/Levenshtein

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file levenshtein-0.27.1-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for levenshtein-0.27.1-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 31fc0a5bb070722bdabb6f7e14955a294a4a968c68202d294699817f21545d22
MD5 0436fc2827108b71c3de1ee0613c352c
BLAKE2b-256 e4db0580797e1e4ac26cf67761a235b29b49f62d2b175dbbc609882f2aecd4e4

See more details on using hashes here.

Provenance

The following attestation bundles were made for levenshtein-0.27.1-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: pythonbuild.yml on rapidfuzz/Levenshtein

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file levenshtein-0.27.1-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for levenshtein-0.27.1-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 614be316e3c06118705fae1f717f9072d35108e5fd4e66a7dd0e80356135340b
MD5 164fc545de79a2f048e4f46498e4a3e3
BLAKE2b-256 d1602bd8d001ea4eb53ca16faa7a649d56005ba22b1bcc2a4f1617ab27ed7e48

See more details on using hashes here.

Provenance

The following attestation bundles were made for levenshtein-0.27.1-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: pythonbuild.yml on rapidfuzz/Levenshtein

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file levenshtein-0.27.1-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for levenshtein-0.27.1-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 9415aa5257227af543be65768a80c7a75e266c3c818468ce6914812f88f9c3df
MD5 05a76f353a595992ee2b14e1e3358c73
BLAKE2b-256 f4de9c171c96d1f15c900086d7212b5543a85539e767689fc4933d14048ba1ec

See more details on using hashes here.

Provenance

The following attestation bundles were made for levenshtein-0.27.1-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: pythonbuild.yml on rapidfuzz/Levenshtein

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file levenshtein-0.27.1-pp311-pypy311_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for levenshtein-0.27.1-pp311-pypy311_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d193a7f97b8c6a350e36ec58e41a627c06fa4157c3ce4b2b11d90cfc3c2ebb8f
MD5 b29e895dd18d23d06f25711ff69893f1
BLAKE2b-256 e73f858572d68b33e13a9c154b99f153317efe68381bf63cc4e986e820935fc3

See more details on using hashes here.

Provenance

The following attestation bundles were made for levenshtein-0.27.1-pp311-pypy311_pp73-macosx_11_0_arm64.whl:

Publisher: pythonbuild.yml on rapidfuzz/Levenshtein

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file levenshtein-0.27.1-pp311-pypy311_pp73-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for levenshtein-0.27.1-pp311-pypy311_pp73-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 909b7b6bce27a4ec90576c9a9bd9af5a41308dfecf364b410e80b58038277bbe
MD5 b438f8fa0ef256ae1cf1a25e13c6853f
BLAKE2b-256 7d44c5955d0b6830925559b00617d80c9f6e03a9b00c451835ee4da7010e71cd

See more details on using hashes here.

Provenance

The following attestation bundles were made for levenshtein-0.27.1-pp311-pypy311_pp73-macosx_10_15_x86_64.whl:

Publisher: pythonbuild.yml on rapidfuzz/Levenshtein

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file levenshtein-0.27.1-pp310-pypy310_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for levenshtein-0.27.1-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 e52270591854af67217103955a36bd7436b57c801e3354e73ba44d689ed93697
MD5 0ba0e10483d523310e8d395db2521771
BLAKE2b-256 d05534f133f4f0998d7335bd96b9d315dc888b118e48e999c3d2c621b84965b9

See more details on using hashes here.

Provenance

The following attestation bundles were made for levenshtein-0.27.1-pp310-pypy310_pp73-win_amd64.whl:

Publisher: pythonbuild.yml on rapidfuzz/Levenshtein

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file levenshtein-0.27.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for levenshtein-0.27.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 105edcb14797d95c77f69bad23104314715a64cafbf4b0e79d354a33d7b54d8d
MD5 743dd2fcabff03854d5fb0b9ac3349a7
BLAKE2b-256 55b44b80eb0c96caabdb683256cac9cc2cc9a73dee8ea80ab7cc3ee8aebd603f

See more details on using hashes here.

Provenance

The following attestation bundles were made for levenshtein-0.27.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: pythonbuild.yml on rapidfuzz/Levenshtein

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file levenshtein-0.27.1-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for levenshtein-0.27.1-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 58b1daeebfc148a571f09cfe18c16911ea1eaaa9e51065c5f7e7acbc4b866afa
MD5 9d52d8b3f18f337fe408bde4f53ff081
BLAKE2b-256 b1c518d0bec94a166cebaefa3db4beab9a7e0d75412b52e9626f5dce1ca8d149

See more details on using hashes here.

Provenance

The following attestation bundles were made for levenshtein-0.27.1-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: pythonbuild.yml on rapidfuzz/Levenshtein

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file levenshtein-0.27.1-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for levenshtein-0.27.1-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d9c58fb1ef8bdc8773d705fbacf628e12c3bb63ee4d065dda18a76e86042444a
MD5 dc9da06a37ce8c83b3ada0a02bc73b4b
BLAKE2b-256 8114a43daefbc6d5e5561176150363cbac73003795b85ae136ffd4d0691af3fb

See more details on using hashes here.

Provenance

The following attestation bundles were made for levenshtein-0.27.1-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: pythonbuild.yml on rapidfuzz/Levenshtein

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file levenshtein-0.27.1-pp310-pypy310_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for levenshtein-0.27.1-pp310-pypy310_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 71afc36b4ee950fa1140aff22ffda9e5e23280285858e1303260dbb2eabf342d
MD5 98d79143e6cf7c903b3a9a80c2aa6f49
BLAKE2b-256 6d9f30b1144b9d1da74743e7d7cdf47575b7013c9767e608c7454dbd318aacd2

See more details on using hashes here.

Provenance

The following attestation bundles were made for levenshtein-0.27.1-pp310-pypy310_pp73-macosx_11_0_arm64.whl:

Publisher: pythonbuild.yml on rapidfuzz/Levenshtein

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file levenshtein-0.27.1-pp310-pypy310_pp73-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for levenshtein-0.27.1-pp310-pypy310_pp73-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 c92a222ab95b8d903eae6d5e7d51fe6c999be021b647715c18d04d0b0880f463
MD5 8cad5ec2375a12e95d5f42c058a3f20c
BLAKE2b-256 25ed37e2d1f5e690d7376cd7e8bdd19411479ff352a3df9ab5f845dd680ef779

See more details on using hashes here.

Provenance

The following attestation bundles were made for levenshtein-0.27.1-pp310-pypy310_pp73-macosx_10_15_x86_64.whl:

Publisher: pythonbuild.yml on rapidfuzz/Levenshtein

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file levenshtein-0.27.1-pp39-pypy39_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for levenshtein-0.27.1-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 f12a99138fb09eb5606ab9de61dd234dd82a7babba8f227b5dce0e3ae3a9eaf4
MD5 7847702b684a36f0902f993c13fa413d
BLAKE2b-256 210f503b3dcf7fa3d6dee667154634a19689c7ab04465ad1036dac18f4e4d4dd

See more details on using hashes here.

Provenance

The following attestation bundles were made for levenshtein-0.27.1-pp39-pypy39_pp73-win_amd64.whl:

Publisher: pythonbuild.yml on rapidfuzz/Levenshtein

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file levenshtein-0.27.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for levenshtein-0.27.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8141c8e5bf2bd76ae214c348ba382045d7ed9d0e7ce060a36fc59c6af4b41d48
MD5 c3bdc1c838da2a4fa9bbeaca0d7ef01a
BLAKE2b-256 1298467fd3513ee0086be9c4d35e61beeaece84a7235d073ca04148ebf7255d6

See more details on using hashes here.

Provenance

The following attestation bundles were made for levenshtein-0.27.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: pythonbuild.yml on rapidfuzz/Levenshtein

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file levenshtein-0.27.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for levenshtein-0.27.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 da4baef7e7460691006dd2ca6b9e371aecf135130f72fddfe1620ae740b68d94
MD5 c349b9648c0a9f7aa9f975fe221113e1
BLAKE2b-256 6a936032af0f5707eeac3a24fabcb3940426628b72d8be0d7415b8bd8785271c

See more details on using hashes here.

Provenance

The following attestation bundles were made for levenshtein-0.27.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: pythonbuild.yml on rapidfuzz/Levenshtein

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file levenshtein-0.27.1-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for levenshtein-0.27.1-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 773aa120be48c71e25c08d92a2108786e6537a24081049664463715926c76b86
MD5 569024d22686a73b871245f78bc909aa
BLAKE2b-256 b6e0851ca12d470e9e6ed0acff4b12dab69987bb07c0486920d1bfe7c6fc3278

See more details on using hashes here.

Provenance

The following attestation bundles were made for levenshtein-0.27.1-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: pythonbuild.yml on rapidfuzz/Levenshtein

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file levenshtein-0.27.1-pp39-pypy39_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for levenshtein-0.27.1-pp39-pypy39_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 93344c2c3812f21fdc46bd9e57171684fc53dd107dae2f648d65ea6225d5ceaf
MD5 8530b32b47dc7a9c509ccaed38996f57
BLAKE2b-256 7afa6344088b7130cecff2ba2f0191e05626922fe033f8d1bc5a7b58d31baad5

See more details on using hashes here.

Provenance

The following attestation bundles were made for levenshtein-0.27.1-pp39-pypy39_pp73-macosx_11_0_arm64.whl:

Publisher: pythonbuild.yml on rapidfuzz/Levenshtein

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file levenshtein-0.27.1-pp39-pypy39_pp73-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for levenshtein-0.27.1-pp39-pypy39_pp73-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 e67750653459a8567b5bb10e56e7069b83428d42ff5f306be821ef033b92d1a8
MD5 2bf4035af4df155f29cb04d2bcaa22d7
BLAKE2b-256 7fee59d4af70a552f98032d78153dc573c6cb98b115045259dfa0afb6a5f445c

See more details on using hashes here.

Provenance

The following attestation bundles were made for levenshtein-0.27.1-pp39-pypy39_pp73-macosx_10_15_x86_64.whl:

Publisher: pythonbuild.yml on rapidfuzz/Levenshtein

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file levenshtein-0.27.1-cp313-cp313-win_arm64.whl.

File metadata

File hashes

Hashes for levenshtein-0.27.1-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 149cd4f0baf5884ac5df625b7b0d281721b15de00f447080e38f5188106e1167
MD5 d7fe6d335d353be2c46bfd3a068ee903
BLAKE2b-256 8b015f3ff775db7340aa378b250e2a31e6b4b038809a24ff0a3636ef20c7ca31

See more details on using hashes here.

Provenance

The following attestation bundles were made for levenshtein-0.27.1-cp313-cp313-win_arm64.whl:

Publisher: pythonbuild.yml on rapidfuzz/Levenshtein

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file levenshtein-0.27.1-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for levenshtein-0.27.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 7dd60aa49c2d8d23e0ef6452c8329029f5d092f386a177e3385d315cabb78f2a
MD5 dff13ae298e15c19a68af1d4da880075
BLAKE2b-256 9d7b9bbfd417f80f1047a28d0ea56a9b38b9853ba913b84dd5998785c5f98541

See more details on using hashes here.

Provenance

The following attestation bundles were made for levenshtein-0.27.1-cp313-cp313-win_amd64.whl:

Publisher: pythonbuild.yml on rapidfuzz/Levenshtein

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file levenshtein-0.27.1-cp313-cp313-win32.whl.

File metadata

  • Download URL: levenshtein-0.27.1-cp313-cp313-win32.whl
  • Upload date:
  • Size: 88.1 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for levenshtein-0.27.1-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 a520af67d976761eb6580e7c026a07eb8f74f910f17ce60e98d6e492a1f126c7
MD5 91adc811ac9c96fc80ed324ca9c4c076
BLAKE2b-256 2e1aaa6b07316e10781a6c5a5a8308f9bdc22213dc3911b959daa6d7ff654fc6

See more details on using hashes here.

Provenance

The following attestation bundles were made for levenshtein-0.27.1-cp313-cp313-win32.whl:

Publisher: pythonbuild.yml on rapidfuzz/Levenshtein

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file levenshtein-0.27.1-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for levenshtein-0.27.1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a9be39640a46d8a0f9be729e641651d16a62b2c07d3f4468c36e1cc66b0183b9
MD5 bd5c57c79f4ed59ecbd09b338d33650e
BLAKE2b-256 20feebfbaadcd90ea7dfde987ae95b5c11dc27c2c5d55a2c4ccbbe4e18a8af7b

See more details on using hashes here.

Provenance

The following attestation bundles were made for levenshtein-0.27.1-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: pythonbuild.yml on rapidfuzz/Levenshtein

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file levenshtein-0.27.1-cp313-cp313-musllinux_1_2_s390x.whl.

File metadata

File hashes

Hashes for levenshtein-0.27.1-cp313-cp313-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 f2441b6365453ec89640b85344afd3d602b0d9972840b693508074c613486ce7
MD5 19b32a86490bc7a524439c88cc9e7a4e
BLAKE2b-256 7425c86f8874ac7b0632b172d0d1622ed3ab9608a7f8fe85d41d632b16f5948e

See more details on using hashes here.

Provenance

The following attestation bundles were made for levenshtein-0.27.1-cp313-cp313-musllinux_1_2_s390x.whl:

Publisher: pythonbuild.yml on rapidfuzz/Levenshtein

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file levenshtein-0.27.1-cp313-cp313-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for levenshtein-0.27.1-cp313-cp313-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 8ee74ee31a5ab8f61cd6c6c6e9ade4488dde1285f3c12207afc018393c9b8d14
MD5 d47aec9eb044fb2110f6372d6d28a10a
BLAKE2b-256 e3f7fb42bfe2f3b46ef91f0fc6fa217b44dbeb4ef8c72a9c1917bbbe1cafc0f8

See more details on using hashes here.

Provenance

The following attestation bundles were made for levenshtein-0.27.1-cp313-cp313-musllinux_1_2_ppc64le.whl:

Publisher: pythonbuild.yml on rapidfuzz/Levenshtein

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file levenshtein-0.27.1-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for levenshtein-0.27.1-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 8d68714785178347ecb272b94e85cbf7e638165895c4dd17ab57e7742d8872ec
MD5 189bdcff6b085e5274a51af116d62e30
BLAKE2b-256 0bcf7e19ea2c23671db02fbbe5a5a4aeafd1d471ee573a6251ae17008458c434

See more details on using hashes here.

Provenance

The following attestation bundles were made for levenshtein-0.27.1-cp313-cp313-musllinux_1_2_i686.whl:

Publisher: pythonbuild.yml on rapidfuzz/Levenshtein

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file levenshtein-0.27.1-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for levenshtein-0.27.1-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 bbac509794afc3e2a9e73284c9e3d0aab5b1d928643f42b172969c3eefa1f2a3
MD5 cfcab845d33542f5ebf2a35cfdc3e882
BLAKE2b-256 b49330283c6e69a6556b02e0507c88535df9613179f7b44bc49cdb4bc5e889a3

See more details on using hashes here.

Provenance

The following attestation bundles were made for levenshtein-0.27.1-cp313-cp313-musllinux_1_2_aarch64.whl:

Publisher: pythonbuild.yml on rapidfuzz/Levenshtein

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file levenshtein-0.27.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for levenshtein-0.27.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 75191e469269ddef2859bc64c4a8cfd6c9e063302766b5cb7e1e67f38cc7051a
MD5 95c0058468c1d8920e10221762f65edd
BLAKE2b-256 bb65b691e502c6463f6965b7e0d8d84224c188aa35b53fbc85853c72a0e436c9

See more details on using hashes here.

Provenance

The following attestation bundles were made for levenshtein-0.27.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: pythonbuild.yml on rapidfuzz/Levenshtein

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file levenshtein-0.27.1-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for levenshtein-0.27.1-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 5c5986fb46cb0c063305fd45b0a79924abf2959a6d984bbac2b511d3ab259f3f
MD5 1c06231d3fa3011c4304489deef4514d
BLAKE2b-256 91b13cd4f69af32d40de14808142cc743af3a1b737b25571bd5e8d2f46b885e0

See more details on using hashes here.

Provenance

The following attestation bundles were made for levenshtein-0.27.1-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: pythonbuild.yml on rapidfuzz/Levenshtein

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file levenshtein-0.27.1-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for levenshtein-0.27.1-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 fb11ad3c9dae3063405aa50d9c96923722ab17bb606c776b6817d70b51fd7e07
MD5 3007130003d0d99cf196bcc76c3ce557
BLAKE2b-256 80939b0773107580416b9de14bf6a12bd1dd2b2964f7a9f6fb0e40723e1f0572

See more details on using hashes here.

Provenance

The following attestation bundles were made for levenshtein-0.27.1-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: pythonbuild.yml on rapidfuzz/Levenshtein

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file levenshtein-0.27.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for levenshtein-0.27.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a5b07de42bfc051136cc8e7f1e7ba2cb73666aa0429930f4218efabfdc5837ad
MD5 0e6acf8d0ae1a323acb716d64953401d
BLAKE2b-256 df98915f4e24e21982b6eca2c0203546c160f4a83853fa6a2ac6e2b208a54afc

See more details on using hashes here.

Provenance

The following attestation bundles were made for levenshtein-0.27.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: pythonbuild.yml on rapidfuzz/Levenshtein

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file levenshtein-0.27.1-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for levenshtein-0.27.1-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 51b3a7b2266933babc04e4d9821a495142eebd6ef709f90e24bc532b52b81385
MD5 96a0d266ff882743fe6283b151117497
BLAKE2b-256 0fc089a922a47306a475fb6d8f2ab08668f143d3dc7dea4c39d09e46746e031c

See more details on using hashes here.

Provenance

The following attestation bundles were made for levenshtein-0.27.1-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: pythonbuild.yml on rapidfuzz/Levenshtein

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file levenshtein-0.27.1-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for levenshtein-0.27.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c27e00bc7527e282f7c437817081df8da4eb7054e7ef9055b851fa3947896560
MD5 19290ccdfba180eacd104a4afaa9b1b3
BLAKE2b-256 df9f40a81c54cfe74b22737710e654bd25ad934a675f737b60b24f84099540e0

See more details on using hashes here.

Provenance

The following attestation bundles were made for levenshtein-0.27.1-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: pythonbuild.yml on rapidfuzz/Levenshtein

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file levenshtein-0.27.1-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for levenshtein-0.27.1-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 ab00c2cae2889166afb7e1af64af2d4e8c1b126f3902d13ef3740df00e54032d
MD5 5dc548db0df1eddf1b9e00b0cdd3c121
BLAKE2b-256 c6d330485fb9aee848542ee2d01aba85106a7f5da982ebeeffc619f70ea593c7

See more details on using hashes here.

Provenance

The following attestation bundles were made for levenshtein-0.27.1-cp313-cp313-macosx_10_13_x86_64.whl:

Publisher: pythonbuild.yml on rapidfuzz/Levenshtein

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file levenshtein-0.27.1-cp312-cp312-win_arm64.whl.

File metadata

File hashes

Hashes for levenshtein-0.27.1-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 83b9033a984ccace7703f35b688f3907d55490182fd39b33a8e434d7b2e249e6
MD5 54416fe01a869e2e1cebd7c8b494de78
BLAKE2b-256 cb81f8e4c0f571c2aac2e0c56a6e0e41b679937a2b7013e79415e4aef555cff0

See more details on using hashes here.

Provenance

The following attestation bundles were made for levenshtein-0.27.1-cp312-cp312-win_arm64.whl:

Publisher: pythonbuild.yml on rapidfuzz/Levenshtein

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file levenshtein-0.27.1-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for levenshtein-0.27.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 7f071ecdb50aa6c15fd8ae5bcb67e9da46ba1df7bba7c6bf6803a54c7a41fd96
MD5 bb3f74f7a80063546efb7b08000d0ae6
BLAKE2b-256 53794f8fabcc5aca9305b494d1d6c7a98482e90a855e0050ae9ff5d7bf4ab2c6

See more details on using hashes here.

Provenance

The following attestation bundles were made for levenshtein-0.27.1-cp312-cp312-win_amd64.whl:

Publisher: pythonbuild.yml on rapidfuzz/Levenshtein

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file levenshtein-0.27.1-cp312-cp312-win32.whl.

File metadata

  • Download URL: levenshtein-0.27.1-cp312-cp312-win32.whl
  • Upload date:
  • Size: 88.3 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for levenshtein-0.27.1-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 d9099ed1bcfa7ccc5540e8ad27b5dc6f23d16addcbe21fdd82af6440f4ed2b6d
MD5 6410588f3e51560503e4fc8d468bb4d1
BLAKE2b-256 2d545ecd89066cf579223d504abe3ac37ba11f63b01a19fd12591083acc00eb6

See more details on using hashes here.

Provenance

The following attestation bundles were made for levenshtein-0.27.1-cp312-cp312-win32.whl:

Publisher: pythonbuild.yml on rapidfuzz/Levenshtein

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file levenshtein-0.27.1-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for levenshtein-0.27.1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5bb22956af44bb4eade93546bf95be610c8939b9a9d4d28b2dfa94abf454fed7
MD5 9e513f45ecbfd6d99741f5c8530b3ee7
BLAKE2b-256 4b08f3bc828dd9f0f8433b26f37c4fceab303186ad7b9b70819f2ccb493d99fc

See more details on using hashes here.

Provenance

The following attestation bundles were made for levenshtein-0.27.1-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: pythonbuild.yml on rapidfuzz/Levenshtein

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file levenshtein-0.27.1-cp312-cp312-musllinux_1_2_s390x.whl.

File metadata

File hashes

Hashes for levenshtein-0.27.1-cp312-cp312-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 583943813898326516ab451a83f734c6f07488cda5c361676150d3e3e8b47927
MD5 35a53879a62d2bf87b34de2197641241
BLAKE2b-256 ab3237dd1bc5ce866c136716619e6f7081d7078d7dd1c1da7025603dcfd9cf5f

See more details on using hashes here.

Provenance

The following attestation bundles were made for levenshtein-0.27.1-cp312-cp312-musllinux_1_2_s390x.whl:

Publisher: pythonbuild.yml on rapidfuzz/Levenshtein

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file levenshtein-0.27.1-cp312-cp312-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for levenshtein-0.27.1-cp312-cp312-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 8799164e1f83588dbdde07f728ea80796ea72196ea23484d78d891470241b222
MD5 cb03466dafd6979cab4bdf6e2499664e
BLAKE2b-256 ef69b93bccd093b3f06a99e67e11ebd6e100324735dc2834958ba5852a1b9fed

See more details on using hashes here.

Provenance

The following attestation bundles were made for levenshtein-0.27.1-cp312-cp312-musllinux_1_2_ppc64le.whl:

Publisher: pythonbuild.yml on rapidfuzz/Levenshtein

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file levenshtein-0.27.1-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for levenshtein-0.27.1-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 ec99871d98e517e1cc4a15659c62d6ea63ee5a2d72c5ddbebd7bae8b9e2670c8
MD5 acb6ffedf8509bcef82977bee6f5395a
BLAKE2b-256 f502b5b3bfb4b4cd430e9d110bad2466200d51c6061dae7c5a64e36047c8c831

See more details on using hashes here.

Provenance

The following attestation bundles were made for levenshtein-0.27.1-cp312-cp312-musllinux_1_2_i686.whl:

Publisher: pythonbuild.yml on rapidfuzz/Levenshtein

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file levenshtein-0.27.1-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for levenshtein-0.27.1-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 799b8d73cda3265331116f62932f553804eae16c706ceb35aaf16fc2a704791b
MD5 e2cb7b6278318655ac3b765eab5620d5
BLAKE2b-256 baf97367f87e3a6eed282f3654ec61a174b4d1b78a7a73f2cecb91f0ab675153

See more details on using hashes here.

Provenance

The following attestation bundles were made for levenshtein-0.27.1-cp312-cp312-musllinux_1_2_aarch64.whl:

Publisher: pythonbuild.yml on rapidfuzz/Levenshtein

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file levenshtein-0.27.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for levenshtein-0.27.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 712f562c5e64dd0398d3570fe99f8fbb88acec7cc431f101cb66c9d22d74c542
MD5 e93def47e67b0e7d10e84fecdfb50c74
BLAKE2b-256 178c8352e992063952b38fb61d49bad8d193a4a713e7eeceb3ae74b719d7863d

See more details on using hashes here.

Provenance

The following attestation bundles were made for levenshtein-0.27.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: pythonbuild.yml on rapidfuzz/Levenshtein

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file levenshtein-0.27.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for levenshtein-0.27.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 060b48c45ed54bcea9582ce79c6365b20a1a7473767e0b3d6be712fa3a22929c
MD5 4def940a41cf97ffe855f8fa4ab6ab44
BLAKE2b-256 1fa0a63e3bce6376127596d04be7f57e672d2f3d5f540265b1e30b9dd9b3c5a9

See more details on using hashes here.

Provenance

The following attestation bundles were made for levenshtein-0.27.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: pythonbuild.yml on rapidfuzz/Levenshtein

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file levenshtein-0.27.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for levenshtein-0.27.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 be7a7642ea64392fa1e6ef7968c2e50ef2152c60948f95d0793361ed97cf8a6f
MD5 efe80c45c74b48407ef9f753a312f660
BLAKE2b-256 4d8f2521081e9a265891edf46aa30e1b59c1f347a452aed4c33baafbec5216fa

See more details on using hashes here.

Provenance

The following attestation bundles were made for levenshtein-0.27.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: pythonbuild.yml on rapidfuzz/Levenshtein

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file levenshtein-0.27.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for levenshtein-0.27.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 dafa29c0e616f322b574e0b2aeb5b1ff2f8d9a1a6550f22321f3bd9bb81036e3
MD5 a28e05372b53baf2d8b274da01a3875d
BLAKE2b-256 c74ac1d3f27ec8b3fff5a96617251bf3f61c67972869ac0a0419558fc3e2cbe6

See more details on using hashes here.

Provenance

The following attestation bundles were made for levenshtein-0.27.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: pythonbuild.yml on rapidfuzz/Levenshtein

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file levenshtein-0.27.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for levenshtein-0.27.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a6141ad65cab49aa4527a3342d76c30c48adb2393b6cdfeca65caae8d25cb4b8
MD5 5f265a4f7c978085c361cc80c5dbffda
BLAKE2b-256 69b4564866e2038acf47c3de3e9292fc7fc7cc18d2593fedb04f001c22ac6e15

See more details on using hashes here.

Provenance

The following attestation bundles were made for levenshtein-0.27.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: pythonbuild.yml on rapidfuzz/Levenshtein

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file levenshtein-0.27.1-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for levenshtein-0.27.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f09cfab6387e9c908c7b37961c045e8e10eb9b7ec4a700367f8e080ee803a562
MD5 20f317752ccec8f9807474ed85355702
BLAKE2b-256 8f5c06c01870c0cf336f9f29397bbfbfbbfd3a59918868716e7bb15828e89367

See more details on using hashes here.

Provenance

The following attestation bundles were made for levenshtein-0.27.1-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: pythonbuild.yml on rapidfuzz/Levenshtein

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file levenshtein-0.27.1-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for levenshtein-0.27.1-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 25fb540d8c55d1dc7bdc59b7de518ea5ed9df92eb2077e74bcb9bb6de7b06f69
MD5 0622158520950f3686a4341aa9040b51
BLAKE2b-256 0d7384a7126b9e6441c2547f1fbfd65f3c15c387d1fc04e0dd1d025a12107771

See more details on using hashes here.

Provenance

The following attestation bundles were made for levenshtein-0.27.1-cp312-cp312-macosx_10_13_x86_64.whl:

Publisher: pythonbuild.yml on rapidfuzz/Levenshtein

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file levenshtein-0.27.1-cp311-cp311-win_arm64.whl.

File metadata

File hashes

Hashes for levenshtein-0.27.1-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 7fdaab29af81a8eb981043737f42450efca64b9761ca29385487b29c506da5b5
MD5 2bccdcb4dc22c9db4e1d5952d0203de7
BLAKE2b-256 80c0ff226897a238a2deb2ca2c00d658755a1aa01884b0ddc8f5d406cb5f2b0d

See more details on using hashes here.

Provenance

The following attestation bundles were made for levenshtein-0.27.1-cp311-cp311-win_arm64.whl:

Publisher: pythonbuild.yml on rapidfuzz/Levenshtein

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file levenshtein-0.27.1-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for levenshtein-0.27.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 0ed402d8902be7df212ac598fc189f9b2d520817fdbc6a05e2ce44f7f3ef6857
MD5 d330a7f5fa698939193aafc954d38e58
BLAKE2b-256 aaae444d6e8ba9a35379a56926716f18bb2e77c6cf69e5324521fbe6885f14f6

See more details on using hashes here.

Provenance

The following attestation bundles were made for levenshtein-0.27.1-cp311-cp311-win_amd64.whl:

Publisher: pythonbuild.yml on rapidfuzz/Levenshtein

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file levenshtein-0.27.1-cp311-cp311-win32.whl.

File metadata

  • Download URL: levenshtein-0.27.1-cp311-cp311-win32.whl
  • Upload date:
  • Size: 88.2 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for levenshtein-0.27.1-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 fcc08effe77fec0bc5b0f6f10ff20b9802b961c4a69047b5499f383119ddbe24
MD5 9b88d9d3d77372d8c0919c5253412ab0
BLAKE2b-256 8b96713335623f8ab50eba0627c8685618dc3a985aedaaea9f492986b9443551

See more details on using hashes here.

Provenance

The following attestation bundles were made for levenshtein-0.27.1-cp311-cp311-win32.whl:

Publisher: pythonbuild.yml on rapidfuzz/Levenshtein

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file levenshtein-0.27.1-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for levenshtein-0.27.1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 65ba880815b0f80a80a293aeebac0fab8069d03ad2d6f967a886063458f9d7a1
MD5 e13377a2e9759b912adcbd0630c04892
BLAKE2b-256 43d2dfcc5c22c07bab9be99f3f47a907be583bcd37bfd2eec57a205e59671019

See more details on using hashes here.

Provenance

The following attestation bundles were made for levenshtein-0.27.1-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: pythonbuild.yml on rapidfuzz/Levenshtein

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file levenshtein-0.27.1-cp311-cp311-musllinux_1_2_s390x.whl.

File metadata

File hashes

Hashes for levenshtein-0.27.1-cp311-cp311-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 8d5362b6c7aa4896dc0cb1e7470a4ad3c06124e0af055dda30d81d3c5549346b
MD5 5fb824be1ee871d44d9f93b8ec01e1f8
BLAKE2b-256 1b07ae2f31e87ff65ba4857e25192646f1f3c8cca83c2ac1c27e551215b7e1b6

See more details on using hashes here.

Provenance

The following attestation bundles were made for levenshtein-0.27.1-cp311-cp311-musllinux_1_2_s390x.whl:

Publisher: pythonbuild.yml on rapidfuzz/Levenshtein

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file levenshtein-0.27.1-cp311-cp311-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for levenshtein-0.27.1-cp311-cp311-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 560d7edba126e2eea3ac3f2f12e7bd8bc9c6904089d12b5b23b6dfa98810b209
MD5 b752fec79f1892215ace996c9217c88d
BLAKE2b-256 ef1d9b6ab30ff086a33492d6f7de86a07050b15862ccf0d9feeccfbe26af52d8

See more details on using hashes here.

Provenance

The following attestation bundles were made for levenshtein-0.27.1-cp311-cp311-musllinux_1_2_ppc64le.whl:

Publisher: pythonbuild.yml on rapidfuzz/Levenshtein

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file levenshtein-0.27.1-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for levenshtein-0.27.1-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 920b23d6109453913ce78ec451bc402ff19d020ee8be4722e9d11192ec2fac6f
MD5 e7bc4696c085f7185cb2b508b0ef883d
BLAKE2b-256 1d9be7323684f833ede13113fba818c3afe665a78b47d720afdeb2e530c1ecb3

See more details on using hashes here.

Provenance

The following attestation bundles were made for levenshtein-0.27.1-cp311-cp311-musllinux_1_2_i686.whl:

Publisher: pythonbuild.yml on rapidfuzz/Levenshtein

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file levenshtein-0.27.1-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for levenshtein-0.27.1-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ee2e766277cceb8ca9e584ea03b8dc064449ba588d3e24c1923e4b07576db574
MD5 a12a48ab1851d94f4604849355d031df
BLAKE2b-256 b28aebbeff74461da3230d00e8a8197480a2ea1a9bbb7dbc273214d7ea3896cb

See more details on using hashes here.

Provenance

The following attestation bundles were made for levenshtein-0.27.1-cp311-cp311-musllinux_1_2_aarch64.whl:

Publisher: pythonbuild.yml on rapidfuzz/Levenshtein

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file levenshtein-0.27.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for levenshtein-0.27.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e5ddd59f3cfaec216811ee67544779d9e2d6ed33f79337492a248245d6379e3d
MD5 38af03f073fdd57342b1f842b860833e
BLAKE2b-256 ac9476b64762f4af6e20bbab79713c4c48783240e6e502b2f52e5037ddda688a

See more details on using hashes here.

Provenance

The following attestation bundles were made for levenshtein-0.27.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: pythonbuild.yml on rapidfuzz/Levenshtein

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file levenshtein-0.27.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for levenshtein-0.27.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 201dafd5c004cd52018560cf3213da799534d130cf0e4db839b51f3f06771de0
MD5 8c0acb71e4978b890391ed7a53d75cb3
BLAKE2b-256 0279e698623795e36e0d166a3aa1eac6fe1e446cac3a5c456664a95c351571d1

See more details on using hashes here.

Provenance

The following attestation bundles were made for levenshtein-0.27.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: pythonbuild.yml on rapidfuzz/Levenshtein

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file levenshtein-0.27.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for levenshtein-0.27.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 ff5afb78719659d353055863c7cb31599fbea6865c0890b2d840ee40214b3ddb
MD5 c178f3a47b01737be617287dd3742ccf
BLAKE2b-256 9a5f533f4adf964b10817a1d0ecca978b3542b3b9915c96172d20162afe18bed

See more details on using hashes here.

Provenance

The following attestation bundles were made for levenshtein-0.27.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: pythonbuild.yml on rapidfuzz/Levenshtein

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file levenshtein-0.27.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for levenshtein-0.27.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7826efe51be8ff58bc44a633e022fdd4b9fc07396375a6dbc4945a3bffc7bf8f
MD5 44f2f4588ba77b973f7da63d7bd74294
BLAKE2b-256 2a2da75abaafc8a46b0dc52ab14dc96708989a31799a02a4914f9210c3415f04

See more details on using hashes here.

Provenance

The following attestation bundles were made for levenshtein-0.27.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: pythonbuild.yml on rapidfuzz/Levenshtein

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file levenshtein-0.27.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for levenshtein-0.27.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6afc241d27ecf5b921063b796812c55b0115423ca6fa4827aa4b1581643d0a65
MD5 3e6c5bee1ef99564432df55d4b051c3f
BLAKE2b-256 56d0d10eff9224c94a478078a469aaeb43471fdeddad035f443091224c7544b8

See more details on using hashes here.

Provenance

The following attestation bundles were made for levenshtein-0.27.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: pythonbuild.yml on rapidfuzz/Levenshtein

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file levenshtein-0.27.1-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for levenshtein-0.27.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c4ed8400d94ab348099395e050b8ed9dd6a5d6b5b9e75e78b2b3d0b5f5b10f38
MD5 3129c48cef49425a174c0b57f11a7115
BLAKE2b-256 195b176d96959f5c5969f356d8856f8e20d2e72f7e4879f6d1cda8e5c2ac2614

See more details on using hashes here.

Provenance

The following attestation bundles were made for levenshtein-0.27.1-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: pythonbuild.yml on rapidfuzz/Levenshtein

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file levenshtein-0.27.1-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for levenshtein-0.27.1-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 2e6f1760108319a108dceb2f02bc7cdb78807ad1f9c673c95eaa1d0fe5dfcaae
MD5 b9db95248040e681d6323fd912d3d359
BLAKE2b-256 2284110136e740655779aceb0da2399977362f21b2dbf3ea3646557f9c2237c4

See more details on using hashes here.

Provenance

The following attestation bundles were made for levenshtein-0.27.1-cp311-cp311-macosx_10_9_x86_64.whl:

Publisher: pythonbuild.yml on rapidfuzz/Levenshtein

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file levenshtein-0.27.1-cp310-cp310-win_arm64.whl.

File metadata

File hashes

Hashes for levenshtein-0.27.1-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 48334081fddaa0c259ba01ee898640a2cf8ede62e5f7e25fefece1c64d34837f
MD5 0233f0aa343d105cac0b4e20beed6c3c
BLAKE2b-256 27b813e22789ab700db0da98f973a508643dbe2d25bd0fb5dc53239e0e2852c1

See more details on using hashes here.

Provenance

The following attestation bundles were made for levenshtein-0.27.1-cp310-cp310-win_arm64.whl:

Publisher: pythonbuild.yml on rapidfuzz/Levenshtein

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file levenshtein-0.27.1-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for levenshtein-0.27.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 5b602b8428ee5dc88432a55c5303a739ee2be7c15175bd67c29476a9d942f48e
MD5 3e9c479a57cb15b701dbc85f83f888aa
BLAKE2b-256 06e0d9737dbbe85842ddb300cb7974fc065edc56ec647652863f95ac1977d378

See more details on using hashes here.

Provenance

The following attestation bundles were made for levenshtein-0.27.1-cp310-cp310-win_amd64.whl:

Publisher: pythonbuild.yml on rapidfuzz/Levenshtein

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file levenshtein-0.27.1-cp310-cp310-win32.whl.

File metadata

  • Download URL: levenshtein-0.27.1-cp310-cp310-win32.whl
  • Upload date:
  • Size: 88.0 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for levenshtein-0.27.1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 6278a33d2e0e909d8829b5a72191419c86dd3bb45b82399c7efc53dabe870c35
MD5 a35ea5bb7156fab9993988af0800d9bf
BLAKE2b-256 e0675ace76bc964b93ed6203a9f8c4dcde1a50e336468f7da3a21dd29febaf46

See more details on using hashes here.

Provenance

The following attestation bundles were made for levenshtein-0.27.1-cp310-cp310-win32.whl:

Publisher: pythonbuild.yml on rapidfuzz/Levenshtein

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file levenshtein-0.27.1-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for levenshtein-0.27.1-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a2adb9f263557f7fb13e19eb2f34595d86929a44c250b2fca6e9b65971e51e20
MD5 28db0f1a9c497505d7c505119abc5ae6
BLAKE2b-256 b81cf51ac1db4064a85effa50df240250e413f428164301d836c312baf09381e

See more details on using hashes here.

Provenance

The following attestation bundles were made for levenshtein-0.27.1-cp310-cp310-musllinux_1_2_x86_64.whl:

Publisher: pythonbuild.yml on rapidfuzz/Levenshtein

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file levenshtein-0.27.1-cp310-cp310-musllinux_1_2_s390x.whl.

File metadata

File hashes

Hashes for levenshtein-0.27.1-cp310-cp310-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 13412ff805afbfe619d070280d1a76eb4198c60c5445cd5478bd4c7055bb3d51
MD5 a74045dfb95171bb966b7bface769466
BLAKE2b-256 29f0f3f88d766fdbb1d39fe98dc5527223bae099444e501550ae088c47ddd97b

See more details on using hashes here.

Provenance

The following attestation bundles were made for levenshtein-0.27.1-cp310-cp310-musllinux_1_2_s390x.whl:

Publisher: pythonbuild.yml on rapidfuzz/Levenshtein

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file levenshtein-0.27.1-cp310-cp310-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for levenshtein-0.27.1-cp310-cp310-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 ff18d78c5c16bea20876425e1bf5af56c25918fb01bc0f2532db1317d4c0e157
MD5 9aec9ec71f4ac23a5ee36c055ec4d5f4
BLAKE2b-256 91e40b107676efe3ecd5fada1ed3a3bbddd4c829e2ef34e980b76374c116235b

See more details on using hashes here.

Provenance

The following attestation bundles were made for levenshtein-0.27.1-cp310-cp310-musllinux_1_2_ppc64le.whl:

Publisher: pythonbuild.yml on rapidfuzz/Levenshtein

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file levenshtein-0.27.1-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for levenshtein-0.27.1-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 f8ef378c873efcc5e978026b69b45342d841cd7a2f273447324f1c687cc4dc37
MD5 6d06f7f2e50271b49e1ae14f5d5e058d
BLAKE2b-256 751dc4be47d5f436fd310373c5ebdf05828c1d95be9a44c3e94f29c40937b30c

See more details on using hashes here.

Provenance

The following attestation bundles were made for levenshtein-0.27.1-cp310-cp310-musllinux_1_2_i686.whl:

Publisher: pythonbuild.yml on rapidfuzz/Levenshtein

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file levenshtein-0.27.1-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for levenshtein-0.27.1-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7c3121314bb4b676c011c33f6a0ebb462cfdcf378ff383e6f9e4cca5618d0ba7
MD5 a87e01bc548526f7ecb8825df9e4280a
BLAKE2b-256 777f981b903583956cb67b33bed39d9840ab5e4c7062bceec564b7bf2c3f6f49

See more details on using hashes here.

Provenance

The following attestation bundles were made for levenshtein-0.27.1-cp310-cp310-musllinux_1_2_aarch64.whl:

Publisher: pythonbuild.yml on rapidfuzz/Levenshtein

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file levenshtein-0.27.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for levenshtein-0.27.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0f3e0bea76695b9045bbf9ad5f67ad4cc01c11f783368f34760e068f19b6a6bc
MD5 6bf412abcfee564e8cf3b639b033d173
BLAKE2b-256 2dedd0c5abe8cfcf6a7f2a4197e889e12b7a0c2145a0ef3354b1c000bf367305

See more details on using hashes here.

Provenance

The following attestation bundles were made for levenshtein-0.27.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: pythonbuild.yml on rapidfuzz/Levenshtein

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file levenshtein-0.27.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for levenshtein-0.27.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 2d30c3ea23a94dddd56dbe323e1fa8a29ceb24da18e2daa8d0abf78b269a5ad1
MD5 a27e89e6e05887810097c780873ac10b
BLAKE2b-256 5a76d6ac541a1a80bdc5c98584a6a2d2301e677af4cb2e4092247207791b56a6

See more details on using hashes here.

Provenance

The following attestation bundles were made for levenshtein-0.27.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: pythonbuild.yml on rapidfuzz/Levenshtein

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file levenshtein-0.27.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for levenshtein-0.27.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 81270392c2e45d1a7e1b3047c3a272d5e28bb4f1eff0137637980064948929b7
MD5 51f786b1b22cb30519fb12741e237583
BLAKE2b-256 5e233f331f5fbfa93634126439cfc8c01b31f7ef1fbedb81663581e27a69da4d

See more details on using hashes here.

Provenance

The following attestation bundles were made for levenshtein-0.27.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: pythonbuild.yml on rapidfuzz/Levenshtein

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file levenshtein-0.27.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for levenshtein-0.27.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2de1f822b5c9a20d10411f779dfd7181ce3407261436f8470008a98276a9d07f
MD5 bf84848cf9b1b17f9e279d07a35ee6b9
BLAKE2b-256 6ddd92fcb71d48c1fe69c46c211156adafb8175037dc63e80e970106aef3f9d5

See more details on using hashes here.

Provenance

The following attestation bundles were made for levenshtein-0.27.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: pythonbuild.yml on rapidfuzz/Levenshtein

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file levenshtein-0.27.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for levenshtein-0.27.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 cdd190e468a68c31a5943368a5eaf4e130256a8707886d23ab5906a0cb98a43c
MD5 a6cd51a22a5a1856ac628a8a789566e4
BLAKE2b-256 f328a5b78e1818211bc6407590876bbdcc6d79671e529a0c186780492c1f2136

See more details on using hashes here.

Provenance

The following attestation bundles were made for levenshtein-0.27.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: pythonbuild.yml on rapidfuzz/Levenshtein

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file levenshtein-0.27.1-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for levenshtein-0.27.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ca9d54d41075e130c390e61360bec80f116b62d6ae973aec502e77e921e95334
MD5 7c9ae840205aa0df69f2747b3697faa5
BLAKE2b-256 3b57e26e0164a93fb045316856603111d95538cac8224a3709e4ac96a6bb74f3

See more details on using hashes here.

Provenance

The following attestation bundles were made for levenshtein-0.27.1-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: pythonbuild.yml on rapidfuzz/Levenshtein

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file levenshtein-0.27.1-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for levenshtein-0.27.1-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 13d6f617cb6fe63714c4794861cfaacd398db58a292f930edb7f12aad931dace
MD5 0f603af8fd86dff86e90bd761fa3340a
BLAKE2b-256 b3b19906a75b98dd9c008015a72d7658be53851e361a35492631edf1b1f334ab

See more details on using hashes here.

Provenance

The following attestation bundles were made for levenshtein-0.27.1-cp310-cp310-macosx_10_9_x86_64.whl:

Publisher: pythonbuild.yml on rapidfuzz/Levenshtein

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file levenshtein-0.27.1-cp39-cp39-win_arm64.whl.

File metadata

  • Download URL: levenshtein-0.27.1-cp39-cp39-win_arm64.whl
  • Upload date:
  • Size: 88.0 kB
  • Tags: CPython 3.9, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for levenshtein-0.27.1-cp39-cp39-win_arm64.whl
Algorithm Hash digest
SHA256 cde09ec5b3cc84a6737113b47e45392b331c136a9e8a8ead8626f3eacae936f8
MD5 40f2e8639b95472240fe6dfaa1669474
BLAKE2b-256 d0423abd9837f3a615eb24740edcde020060e762bea3955a2817817dd402e9e9

See more details on using hashes here.

Provenance

The following attestation bundles were made for levenshtein-0.27.1-cp39-cp39-win_arm64.whl:

Publisher: pythonbuild.yml on rapidfuzz/Levenshtein

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file levenshtein-0.27.1-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: levenshtein-0.27.1-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 100.0 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for levenshtein-0.27.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 612f0c90201c318dd113e7e97bd677e6e3e27eb740f242b7ae1a83f13c892b7e
MD5 620dd0cf9f0e1de2518ea4e8377dcf6a
BLAKE2b-256 a292109b33767a2a2669a51a3756b4f6744798f715877ae0d7b38abf3e68d9fe

See more details on using hashes here.

Provenance

The following attestation bundles were made for levenshtein-0.27.1-cp39-cp39-win_amd64.whl:

Publisher: pythonbuild.yml on rapidfuzz/Levenshtein

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file levenshtein-0.27.1-cp39-cp39-win32.whl.

File metadata

  • Download URL: levenshtein-0.27.1-cp39-cp39-win32.whl
  • Upload date:
  • Size: 88.2 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for levenshtein-0.27.1-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 145e6e8744643a3764fed9ab4ab9d3e2b8e5f05d2bcd0ad7df6f22f27a9fbcd4
MD5 e7372dcc718dfccc556b86a3af2c5b21
BLAKE2b-256 9139824150dc111eecee6f0c197538934cf2eefd5c45faf7d0b512038405c8ea

See more details on using hashes here.

Provenance

The following attestation bundles were made for levenshtein-0.27.1-cp39-cp39-win32.whl:

Publisher: pythonbuild.yml on rapidfuzz/Levenshtein

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file levenshtein-0.27.1-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for levenshtein-0.27.1-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 654e8f016cb64ad27263d3364c6536e7644205f20d94748c8b94c586e3362a23
MD5 c8a1c47669a2828f5c3b42c316592114
BLAKE2b-256 857ae2aa126c43a44adf6e62e3df2b9932ff450afb0f50d1ed2d217b5d0707e5

See more details on using hashes here.

Provenance

The following attestation bundles were made for levenshtein-0.27.1-cp39-cp39-musllinux_1_2_x86_64.whl:

Publisher: pythonbuild.yml on rapidfuzz/Levenshtein

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file levenshtein-0.27.1-cp39-cp39-musllinux_1_2_s390x.whl.

File metadata

File hashes

Hashes for levenshtein-0.27.1-cp39-cp39-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 a2f7688355b22db27588f53c922b4583b8b627c83a8340191bbae1fbbc0f5f56
MD5 d03e4e9f228c566e0e6b1932a488a89a
BLAKE2b-256 7e3663a09c5e473b64242c7c7e03ff9d0c6cd4b8e19e585c4e03b3ecc64610ed

See more details on using hashes here.

Provenance

The following attestation bundles were made for levenshtein-0.27.1-cp39-cp39-musllinux_1_2_s390x.whl:

Publisher: pythonbuild.yml on rapidfuzz/Levenshtein

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file levenshtein-0.27.1-cp39-cp39-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for levenshtein-0.27.1-cp39-cp39-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 ac28c4ced134c0fe2941230ce4fd5c423aa66339e735321665fb9ae970f03a32
MD5 5f3db9366c43f9c00043f2ec6cf8c5d8
BLAKE2b-256 32536df5c1b10226604ac3c11cb52dca9a6291ddc86f2a4f85e637fe30620a03

See more details on using hashes here.

Provenance

The following attestation bundles were made for levenshtein-0.27.1-cp39-cp39-musllinux_1_2_ppc64le.whl:

Publisher: pythonbuild.yml on rapidfuzz/Levenshtein

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file levenshtein-0.27.1-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for levenshtein-0.27.1-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 079cc78de05d3ded6cf1c5e2c3eadeb1232e12d49be7d5824d66c92b28c3555a
MD5 98bedbc65f1706ae488f77f6d23d3c0f
BLAKE2b-256 ce0330856026b1bd52ac52eec2f29535da2edaacdc7c8482948b0d167a906adb

See more details on using hashes here.

Provenance

The following attestation bundles were made for levenshtein-0.27.1-cp39-cp39-musllinux_1_2_i686.whl:

Publisher: pythonbuild.yml on rapidfuzz/Levenshtein

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file levenshtein-0.27.1-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for levenshtein-0.27.1-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c57655b20690ffa5168df7f4b7c6207c4ca917b700fb1b142a49749eb1cf37bb
MD5 165697af53692b3ad715a67adbe32c5e
BLAKE2b-256 e1005910c640f95b0c0c65d47987430492399d005c8c99e2ea9d3c91e8c0321d

See more details on using hashes here.

Provenance

The following attestation bundles were made for levenshtein-0.27.1-cp39-cp39-musllinux_1_2_aarch64.whl:

Publisher: pythonbuild.yml on rapidfuzz/Levenshtein

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file levenshtein-0.27.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for levenshtein-0.27.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ffdd9056c7afb29aea00b85acdb93a3524e43852b934ebb9126c901506d7a1ed
MD5 c7d910301a53724e83b5cbd8bdaa8cc4
BLAKE2b-256 b818b0c6f7c8c984bdecf7c036b5a07e94844dccd256c87180487b88236da960

See more details on using hashes here.

Provenance

The following attestation bundles were made for levenshtein-0.27.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: pythonbuild.yml on rapidfuzz/Levenshtein

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file levenshtein-0.27.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for levenshtein-0.27.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 6fbb234b3b04e04f7b3a2f678e24fd873c86c543d541e9df3ac9ec1cc809e732
MD5 06fb168fe06c67ab61baf08ce58419a8
BLAKE2b-256 754f9da656c2ee1781d408a07a5e2e9b5dd20e35b5926aaba1b88c0faf168860

See more details on using hashes here.

Provenance

The following attestation bundles were made for levenshtein-0.27.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: pythonbuild.yml on rapidfuzz/Levenshtein

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file levenshtein-0.27.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for levenshtein-0.27.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 e6024d67de6efbd32aaaafd964864c7fee0569b960556de326c3619d1eeb2ba4
MD5 071f7e42ed2bdabfa1ba4254365d0779
BLAKE2b-256 3f4f6072974a1131ad6b9b447e2b4f93fc9e3de703d31974b0c4bf3fe03ad54f

See more details on using hashes here.

Provenance

The following attestation bundles were made for levenshtein-0.27.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: pythonbuild.yml on rapidfuzz/Levenshtein

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file levenshtein-0.27.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for levenshtein-0.27.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 164e3184385caca94ef7da49d373edd7fb52d4253bcc5bd5b780213dae307dfb
MD5 59e02a512e2ab392281eaaa021433f95
BLAKE2b-256 9176cc5f8d9a6806f5f57ca8349b714c62a1502972eed2c31e9900d4e1f27fde

See more details on using hashes here.

Provenance

The following attestation bundles were made for levenshtein-0.27.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: pythonbuild.yml on rapidfuzz/Levenshtein

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file levenshtein-0.27.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for levenshtein-0.27.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a1a0918243a313f481f4ba6a61f35767c1230395a187caeecf0be87a7c8f0624
MD5 043d3b14e1a7420fcc03eff2455d2184
BLAKE2b-256 13146e1d334ee3e445fdf838e6770de24f131b01bf928512c2047d7eca7438c5

See more details on using hashes here.

Provenance

The following attestation bundles were made for levenshtein-0.27.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: pythonbuild.yml on rapidfuzz/Levenshtein

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file levenshtein-0.27.1-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for levenshtein-0.27.1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 cf9ba080b1a8659d35c11dcfffc7f8c001028c2a3a7b7e6832348cdd60c53329
MD5 afc2539f1771fbe7973afe58c1616a60
BLAKE2b-256 ee3aba520bc220f669a88df839393128834c36f153c561766fdab899abf7aabb

See more details on using hashes here.

Provenance

The following attestation bundles were made for levenshtein-0.27.1-cp39-cp39-macosx_11_0_arm64.whl:

Publisher: pythonbuild.yml on rapidfuzz/Levenshtein

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file levenshtein-0.27.1-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for levenshtein-0.27.1-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 0c9231ac7c705a689f12f4fc70286fa698b9c9f06091fcb0daddb245e9259cbe
MD5 df81f47c584d2b717858c21f5569ac8b
BLAKE2b-256 6eb8516e5653dbec1484c80b00c11cc6ac71790f56b81bfb06992c073f2186ed

See more details on using hashes here.

Provenance

The following attestation bundles were made for levenshtein-0.27.1-cp39-cp39-macosx_10_9_x86_64.whl:

Publisher: pythonbuild.yml on rapidfuzz/Levenshtein

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page