Skip to main content

Package to calculate the Levenstein distance

Project description

levdist

PyPI - Python Version PyPI version PyPI - Downloads

CI codecov

A Python package to calculate the Levinstein distance algorithm implementation with non-GPL license, typing and speedups. The implementation is based on code samples from Levenstein Wiki.

Installation

pip install levdist

Usage

from levdist import levenshtein

distance = levenstein("dog", "cat")

Development

Setup

  1. Install PDM using this documentation
  2. Install development dependencies pdm install
  3. Install pre-commit hooks pre-commit install

Testing

This project is using pytest for unit testing. To run the test you need to run pdm test In addition to that you can lint your code using pdm lint and check the typing by pdm mypy.

Type checks

mypy is configured to run in strict mode for files in src folder. Typing is not checked in tests folder.

CI

PR checks

Each PR run GitHub actions for all actual Python versions to check if native extension is built and tests pass. Also formatting and typing will be checked.

The coverage is published to CodeCov.

Dependency updates

To update dependencies and pre-commit hooks there is a GHA job that is scheduled to run weekly.

Release

To create a release, create a tag v<MAJOR>.<MINOR>.<PATCH>. The release will be created with the source code and wheels.

Benchmark

The benchmark of this package can be run using pdm benchmark command. It compare its speed with other Python implementations. Check the BENCHMARK.md for the latest measurements.

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

levdist-0.1.8.tar.gz (5.4 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

levdist-0.1.8-cp313-cp313-win_amd64.whl (13.9 kB view details)

Uploaded CPython 3.13Windows x86-64

levdist-0.1.8-cp313-cp313-win32.whl (13.0 kB view details)

Uploaded CPython 3.13Windows x86

levdist-0.1.8-cp313-cp313-musllinux_1_2_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

levdist-0.1.8-cp313-cp313-musllinux_1_2_i686.whl (1.1 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

levdist-0.1.8-cp313-cp313-manylinux_2_17_x86_64.manylinux_2_5_x86_64.manylinux1_x86_64.manylinux2014_x86_64.whl (50.4 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64manylinux: glibc 2.5+ x86-64

levdist-0.1.8-cp313-cp313-manylinux_2_17_i686.manylinux_2_5_i686.manylinux1_i686.manylinux2014_i686.whl (48.8 kB view details)

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

levdist-0.1.8-cp313-cp313-macosx_11_0_arm64.whl (10.3 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

levdist-0.1.8-cp313-cp313-macosx_10_13_x86_64.whl (10.9 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

levdist-0.1.8-cp312-cp312-win_amd64.whl (13.9 kB view details)

Uploaded CPython 3.12Windows x86-64

levdist-0.1.8-cp312-cp312-win32.whl (13.0 kB view details)

Uploaded CPython 3.12Windows x86

levdist-0.1.8-cp312-cp312-musllinux_1_2_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

levdist-0.1.8-cp312-cp312-musllinux_1_2_i686.whl (1.1 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

levdist-0.1.8-cp312-cp312-manylinux_2_17_x86_64.manylinux_2_5_x86_64.manylinux1_x86_64.manylinux2014_x86_64.whl (50.4 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64manylinux: glibc 2.5+ x86-64

levdist-0.1.8-cp312-cp312-manylinux_2_17_i686.manylinux_2_5_i686.manylinux1_i686.manylinux2014_i686.whl (48.9 kB view details)

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

levdist-0.1.8-cp312-cp312-macosx_11_0_arm64.whl (10.3 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

levdist-0.1.8-cp312-cp312-macosx_10_13_x86_64.whl (10.9 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

levdist-0.1.8-cp311-cp311-win_amd64.whl (13.9 kB view details)

Uploaded CPython 3.11Windows x86-64

levdist-0.1.8-cp311-cp311-win32.whl (13.0 kB view details)

Uploaded CPython 3.11Windows x86

levdist-0.1.8-cp311-cp311-musllinux_1_2_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

levdist-0.1.8-cp311-cp311-musllinux_1_2_i686.whl (1.1 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

levdist-0.1.8-cp311-cp311-manylinux_2_17_x86_64.manylinux_2_5_x86_64.manylinux1_x86_64.manylinux2014_x86_64.whl (50.4 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64manylinux: glibc 2.5+ x86-64

levdist-0.1.8-cp311-cp311-manylinux_2_17_i686.manylinux_2_5_i686.manylinux1_i686.manylinux2014_i686.whl (48.9 kB view details)

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

levdist-0.1.8-cp311-cp311-macosx_11_0_arm64.whl (10.3 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

levdist-0.1.8-cp311-cp311-macosx_10_9_x86_64.whl (10.9 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

levdist-0.1.8-cp310-cp310-win_amd64.whl (14.0 kB view details)

Uploaded CPython 3.10Windows x86-64

levdist-0.1.8-cp310-cp310-win32.whl (13.1 kB view details)

Uploaded CPython 3.10Windows x86

levdist-0.1.8-cp310-cp310-musllinux_1_2_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

levdist-0.1.8-cp310-cp310-musllinux_1_2_i686.whl (1.1 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

levdist-0.1.8-cp310-cp310-manylinux_2_17_x86_64.manylinux_2_5_x86_64.manylinux1_x86_64.manylinux2014_x86_64.whl (47.5 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64manylinux: glibc 2.5+ x86-64

levdist-0.1.8-cp310-cp310-manylinux_2_17_i686.manylinux_2_5_i686.manylinux1_i686.manylinux2014_i686.whl (46.0 kB view details)

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

levdist-0.1.8-cp310-cp310-macosx_11_0_arm64.whl (10.3 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

levdist-0.1.8-cp310-cp310-macosx_10_9_x86_64.whl (10.9 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

levdist-0.1.8-cp39-cp39-win_amd64.whl (14.0 kB view details)

Uploaded CPython 3.9Windows x86-64

levdist-0.1.8-cp39-cp39-win32.whl (13.1 kB view details)

Uploaded CPython 3.9Windows x86

levdist-0.1.8-cp39-cp39-musllinux_1_2_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

levdist-0.1.8-cp39-cp39-musllinux_1_2_i686.whl (1.1 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

levdist-0.1.8-cp39-cp39-manylinux_2_17_x86_64.manylinux_2_5_x86_64.manylinux1_x86_64.manylinux2014_x86_64.whl (47.3 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64manylinux: glibc 2.5+ x86-64

levdist-0.1.8-cp39-cp39-manylinux_2_17_i686.manylinux_2_5_i686.manylinux1_i686.manylinux2014_i686.whl (45.8 kB view details)

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

levdist-0.1.8-cp39-cp39-macosx_11_0_arm64.whl (10.3 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

levdist-0.1.8-cp39-cp39-macosx_10_9_x86_64.whl (10.9 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

File details

Details for the file levdist-0.1.8.tar.gz.

File metadata

  • Download URL: levdist-0.1.8.tar.gz
  • Upload date:
  • Size: 5.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.9.20

File hashes

Hashes for levdist-0.1.8.tar.gz
Algorithm Hash digest
SHA256 4a5e3b45e6c0737ab83b8cdf5593abb9d16e9383142eba62d63e8190ec5043d1
MD5 7fd0e5cfe398dc895d0754db6fbf79c4
BLAKE2b-256 b4cdb548d3b5f83636c140d94da5f3b380caa8fbc8fd2a1399bfa53b82d849d5

See more details on using hashes here.

File details

Details for the file levdist-0.1.8-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: levdist-0.1.8-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 13.9 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.9.20

File hashes

Hashes for levdist-0.1.8-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 a6f49e2960e35329b94f55237e3ba0e32c20603fd1e856c7a9dbf8d2ed599754
MD5 75c9e21b647c8ed8110044e9a0402c43
BLAKE2b-256 f1cce5a3e4128ee3671b21bc438ceae1bb8408f0b1eb8622f75ef896033663a1

See more details on using hashes here.

File details

Details for the file levdist-0.1.8-cp313-cp313-win32.whl.

File metadata

  • Download URL: levdist-0.1.8-cp313-cp313-win32.whl
  • Upload date:
  • Size: 13.0 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.9.20

File hashes

Hashes for levdist-0.1.8-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 fb3b2d80a7d860c8e1a0879db59cea2ad5deba8bd13020e5dd05db94a25b21fa
MD5 4ffb48437cf840076992712af03085fd
BLAKE2b-256 e5360f9a5359b31c429ae141c571729003b18db68f2473f34827694476c69b8d

See more details on using hashes here.

File details

Details for the file levdist-0.1.8-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for levdist-0.1.8-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 15ba8356481360966b6403cffa79055eef45ec765a7044bd9a97e5f3fe41b75c
MD5 b91fd25db434a8421b1cd90a58f674fa
BLAKE2b-256 4c4c4db94ff6624d32f7eaedc3eb0e60af90affe29fe8d89527afd6e7ff08dc5

See more details on using hashes here.

File details

Details for the file levdist-0.1.8-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for levdist-0.1.8-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 4222b85c4ed666bfb52d122c0e113761e77c165a779036581112a2f962cb6b31
MD5 1e8f137d5a179473b25042ccc5d6b122
BLAKE2b-256 7cdf80a703eacc9e5fd24803785f91994158191efd2a62ec7bb4d415a024e01d

See more details on using hashes here.

File details

Details for the file levdist-0.1.8-cp313-cp313-manylinux_2_17_x86_64.manylinux_2_5_x86_64.manylinux1_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for levdist-0.1.8-cp313-cp313-manylinux_2_17_x86_64.manylinux_2_5_x86_64.manylinux1_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 dc81310478a4fa0be739fc2bbfd38810cc2c5a93b5e33645045977991fa2b3ba
MD5 b07e0fc1bd9e1dc2904f64ebc3dd7c02
BLAKE2b-256 540eda1315860b631db18091834bb299265a9d7c236612ff5c63654b144e5027

See more details on using hashes here.

File details

Details for the file levdist-0.1.8-cp313-cp313-manylinux_2_17_i686.manylinux_2_5_i686.manylinux1_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for levdist-0.1.8-cp313-cp313-manylinux_2_17_i686.manylinux_2_5_i686.manylinux1_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a46e24b3a837f1b800f14202da78192e5d5f12a9355e1429800a247fe960d1e4
MD5 8ad7324b531832587536ea409a1a11e7
BLAKE2b-256 f38734ddda779e24a56a132f1ec60c5eae84ac460d740561b44a6c6e5c2a2ca8

See more details on using hashes here.

File details

Details for the file levdist-0.1.8-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for levdist-0.1.8-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 081b041a29144d851d2008fe03cb2e46576aa2eee4773416d6aa2d2cfca5ca6c
MD5 c8905dac7edc5f2378d2a267dfbb54db
BLAKE2b-256 2723e1a10cec2afc0b1b5d53e4ab60c2dae07fe03fd48fec34284d368cbe08ec

See more details on using hashes here.

File details

Details for the file levdist-0.1.8-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for levdist-0.1.8-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 ca9dd1c86069004e179c03a21a3de82cb69fde49b25c617ab52b6382c69e2213
MD5 721a3acba1eac767a4c883c98c1418fe
BLAKE2b-256 8e995ce5309a1a0203d5b8cd42929362d68a49f0d23cf7bb43e3c64287444e65

See more details on using hashes here.

File details

Details for the file levdist-0.1.8-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: levdist-0.1.8-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 13.9 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.9.20

File hashes

Hashes for levdist-0.1.8-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 5c24b6333ec2258e079756937cc3a21466b1e444d29c86afe49b3aebf291cb56
MD5 d1a61fb30179641f592903b557e96888
BLAKE2b-256 3327066113e8c349093a1bf38dc649a533b668fb006bc9b5a832f3c232993b98

See more details on using hashes here.

File details

Details for the file levdist-0.1.8-cp312-cp312-win32.whl.

File metadata

  • Download URL: levdist-0.1.8-cp312-cp312-win32.whl
  • Upload date:
  • Size: 13.0 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.9.20

File hashes

Hashes for levdist-0.1.8-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 59c64d1bbd7e89c9108a06b9d4f4b6f97d86e74258f64e9302d0f193bf804f09
MD5 670f05e7bd4db533b2aff8f166a030da
BLAKE2b-256 e0fe704105e7de8d66f15b70de0305a00d5f9c14b5b8d0e7906eabb4d8da28a5

See more details on using hashes here.

File details

Details for the file levdist-0.1.8-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for levdist-0.1.8-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d6928bd65f6b2ca3208a2f0b42d80ae02b57b9c894c5fb0b7cacfd31b77120f9
MD5 d09cec9f6c9514835a157e4bc45ca752
BLAKE2b-256 039d4cd7e313e5e2594ac7129fe264f54e8f510989c1908327565b17cdfb2deb

See more details on using hashes here.

File details

Details for the file levdist-0.1.8-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for levdist-0.1.8-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 a5bab0623e4a69fdb55e5bdb3320ae698e656fa0dfe76497e50750c97e134b56
MD5 00767cc003db98829669b0d27327d301
BLAKE2b-256 3b059064e43fe9a23e5d0068d95d5f33fe22a1e16c69c96a1e08486be69be7ed

See more details on using hashes here.

File details

Details for the file levdist-0.1.8-cp312-cp312-manylinux_2_17_x86_64.manylinux_2_5_x86_64.manylinux1_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for levdist-0.1.8-cp312-cp312-manylinux_2_17_x86_64.manylinux_2_5_x86_64.manylinux1_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1924a3f23da1d03d96d5df0e61b66115adb2600878c7cd771344982f5e88be31
MD5 aee5f89267b4b664055f971c0a0f04de
BLAKE2b-256 2199176025086b7b5cc11c3edaa979dbd06eac8c77c738dabea348bec5a94170

See more details on using hashes here.

File details

Details for the file levdist-0.1.8-cp312-cp312-manylinux_2_17_i686.manylinux_2_5_i686.manylinux1_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for levdist-0.1.8-cp312-cp312-manylinux_2_17_i686.manylinux_2_5_i686.manylinux1_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 3047a216b62b873e3d39e8041d527b867e62ba5405454cdd03f6caef6c71739b
MD5 c55d9b4233817d8d802069d70ecd5928
BLAKE2b-256 5d528e4c70f86688cf841d58c37eb9d8f64d6e80e3a7ae790ca4ab47f4652cdd

See more details on using hashes here.

File details

Details for the file levdist-0.1.8-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for levdist-0.1.8-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d344db1cdcb16f9b60e1be8ec06bcc67221ccfa7a4271c6398233e6d0d57295f
MD5 3fcef9651fcfc2810e90df11f86d8142
BLAKE2b-256 398f2b42345ed8314ddba19e3040401492ce63664ae41103494227b6aa0ecbea

See more details on using hashes here.

File details

Details for the file levdist-0.1.8-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for levdist-0.1.8-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 12d25c47be145d34fbaa386d2f82c3b002c3b9ec870314d5d627e23af75d54ba
MD5 34b1f967d3c5a2a13a0ae0347b6c3478
BLAKE2b-256 7bcf40092cad32ad108cc8b3cf53b63fe12624f33549ae78c42bde959c90470f

See more details on using hashes here.

File details

Details for the file levdist-0.1.8-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: levdist-0.1.8-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 13.9 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.9.20

File hashes

Hashes for levdist-0.1.8-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 d845ee6856e162dcde88c6a55f84541f5c7f6641c4d20d600df0c657c755a547
MD5 f31a17470a5721552bc946aa730981df
BLAKE2b-256 11551813e11c8d5d3ff4fb81f293db349e3f4d83b0ecf4ef0aa29ac62f9e68ee

See more details on using hashes here.

File details

Details for the file levdist-0.1.8-cp311-cp311-win32.whl.

File metadata

  • Download URL: levdist-0.1.8-cp311-cp311-win32.whl
  • Upload date:
  • Size: 13.0 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.9.20

File hashes

Hashes for levdist-0.1.8-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 fa35634f29e09d20980b065b3f94d51b1d5b8862dc18a87d45ec87a70ea37600
MD5 49057ed83b01664dd6181f4087acd6a1
BLAKE2b-256 0a3833d08e9cc6c7c7d980ad78f0afb8ad5ddabe89312d491bb1f57fddf19724

See more details on using hashes here.

File details

Details for the file levdist-0.1.8-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for levdist-0.1.8-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 00611f3bce8343abb564b81dd2b18cfaa23d90448ac1e36de941fd2632ecf8b0
MD5 a9b3589a57df8279f891005d1382f2fa
BLAKE2b-256 741d2a7ed6aafc6e9fcffcfb14431a75b1dde6185c787b02afb23f3f9767d027

See more details on using hashes here.

File details

Details for the file levdist-0.1.8-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for levdist-0.1.8-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 b8d482aa57de0b8127d94222b36c8bf12f571d8738a480f7f6db14dedc951462
MD5 3e050c5a603f14e79fdadf9822568fe9
BLAKE2b-256 7e57afa27f584ea7362ce76098dfb3d32a580a23d575285cfd323fb02f9dce57

See more details on using hashes here.

File details

Details for the file levdist-0.1.8-cp311-cp311-manylinux_2_17_x86_64.manylinux_2_5_x86_64.manylinux1_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for levdist-0.1.8-cp311-cp311-manylinux_2_17_x86_64.manylinux_2_5_x86_64.manylinux1_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bbd0f813cd3af6c529670c207bc53d7ff5ee0febe2270b955876a581432ab9d7
MD5 73d3da56284be34e01167631ec7b78e5
BLAKE2b-256 714ef562348bc75164670e57c496eb66df8948f09820cc84051722a8c911fc0d

See more details on using hashes here.

File details

Details for the file levdist-0.1.8-cp311-cp311-manylinux_2_17_i686.manylinux_2_5_i686.manylinux1_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for levdist-0.1.8-cp311-cp311-manylinux_2_17_i686.manylinux_2_5_i686.manylinux1_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 401c5418fcefb067454b2c60a24627fb75cbde981db5aa3e36e9c1501c7ce24e
MD5 2525c8ff0db4aededb4df723e598c833
BLAKE2b-256 6efa24c4e557135b643443484ce30f8efee6e2ad12ee83e475675227f79a40ae

See more details on using hashes here.

File details

Details for the file levdist-0.1.8-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for levdist-0.1.8-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 959d7bbaf02f4dce55a2e85235c513d88fd069e2a5311d59a98d5296d5da86ec
MD5 22585388a8ca4b8bef9cc57d62c712e6
BLAKE2b-256 2a949e0e7d0c40351e3189fbc06bb617bb22b915039e602df180cba7558277d5

See more details on using hashes here.

File details

Details for the file levdist-0.1.8-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for levdist-0.1.8-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 0f28a4c4880906d83c82e3e42de4a72c53ab44fec5940f38b2e8058ba28e76cf
MD5 a6f53f2da171bdd9b608aa5d8399824d
BLAKE2b-256 edfa937be72cfa567b6533ed924eac1cfe6ca124de7f13554ecdbde2ea3ffd9b

See more details on using hashes here.

File details

Details for the file levdist-0.1.8-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: levdist-0.1.8-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 14.0 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.9.20

File hashes

Hashes for levdist-0.1.8-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 694402d0b2ce6a2181bd4cf822d15f50d443c355cbf3a0e78c05985c97e363a9
MD5 6a311af3cb57059200ef4ad36f34da02
BLAKE2b-256 ce0bfd71adc04e3815cde23a9d2e5c0a6c4160e16b5f2446b2d435f3928d3074

See more details on using hashes here.

File details

Details for the file levdist-0.1.8-cp310-cp310-win32.whl.

File metadata

  • Download URL: levdist-0.1.8-cp310-cp310-win32.whl
  • Upload date:
  • Size: 13.1 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.9.20

File hashes

Hashes for levdist-0.1.8-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 6eb28534963c83e90c7e35920fa10742d03477ff6a5ee4d94d133a76bc4391bd
MD5 9d4a322f87dd9011bddf305d13e86436
BLAKE2b-256 2a62ab6ee83867a0f6cf11f9a4824977867ef7b75127d2b51673e9a15edb8879

See more details on using hashes here.

File details

Details for the file levdist-0.1.8-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for levdist-0.1.8-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2eab8074e699956bd1ad220901909f3e43a44458d38f3a7f711d018c89cd0035
MD5 bbab114363741e6e0c4496f2379ee122
BLAKE2b-256 0a18763559f8efbfc8dc3489245a4a211f72f133766be535d5a2b3ef9ea6faa4

See more details on using hashes here.

File details

Details for the file levdist-0.1.8-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for levdist-0.1.8-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 f9e61177d5fa9e153706cfa96bb6fb68ef0421ef88d5addc8e446fa5584b0213
MD5 7ffd170580ebcc36dfabf814f017ae43
BLAKE2b-256 5692029ff94f832217c3adac63dc9c7e1fe37c10ce3e9f3a4cf1c9999895fe5a

See more details on using hashes here.

File details

Details for the file levdist-0.1.8-cp310-cp310-manylinux_2_17_x86_64.manylinux_2_5_x86_64.manylinux1_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for levdist-0.1.8-cp310-cp310-manylinux_2_17_x86_64.manylinux_2_5_x86_64.manylinux1_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 688b314b636ae4d23e452ffcfbd51d809afb776b0b34d3dd4162e2059590417c
MD5 9e7b7dfddf142ce35970a077af74b0f6
BLAKE2b-256 090ccd7a6f21777569ead6ef6f5d2272b9fc513762829db441e29aac13d2d79a

See more details on using hashes here.

File details

Details for the file levdist-0.1.8-cp310-cp310-manylinux_2_17_i686.manylinux_2_5_i686.manylinux1_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for levdist-0.1.8-cp310-cp310-manylinux_2_17_i686.manylinux_2_5_i686.manylinux1_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 0a5c5824652730658a9abaa46a0fd055237b2474a7592101f614613d2e852748
MD5 dc7f250bbfd15f03efeb8af48d7dd743
BLAKE2b-256 55b045d34649d269a7597075cc0fb9390f0cbb409633d62a996eefb57138ca1d

See more details on using hashes here.

File details

Details for the file levdist-0.1.8-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for levdist-0.1.8-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1b60e5047dc5f14fedfefe0eeb99ad3c12165ebc713ceb5e159e702949fe4167
MD5 34158386cbad27d0e4f3311632253aff
BLAKE2b-256 321e33cf2d303f64d09d29c122852ae882d91645d9bc956bfb6f346bb5f4b843

See more details on using hashes here.

File details

Details for the file levdist-0.1.8-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for levdist-0.1.8-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 2637aefdb619399ae93bd0b9bc63e9ca38c49ab0c1b3cd4b4bf0235bed5496c1
MD5 cc763b0467c959e521b4b75c83ab0232
BLAKE2b-256 ab871605035b1e40177054b497f35a5a8c0bede0dce02f594fb7076dde578a2f

See more details on using hashes here.

File details

Details for the file levdist-0.1.8-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: levdist-0.1.8-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 14.0 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.9.20

File hashes

Hashes for levdist-0.1.8-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 4c331457d6f53cf4bd8ce661db32a5c6b02cb276c29a503d0e26467ee4a30205
MD5 95d565219f905de7f0016077d9e927d6
BLAKE2b-256 cc150533d87418c79b5fff2cd80ce38205c76bc86af6b49531a84c0ba4661142

See more details on using hashes here.

File details

Details for the file levdist-0.1.8-cp39-cp39-win32.whl.

File metadata

  • Download URL: levdist-0.1.8-cp39-cp39-win32.whl
  • Upload date:
  • Size: 13.1 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.9.20

File hashes

Hashes for levdist-0.1.8-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 023526587795348c82b3132296a55222d53e6c2e566b47dbd68179fdc4c90546
MD5 0cc20e5691310bec6c57e3daa93f36fc
BLAKE2b-256 b202b9de74e613d99ec432f4f559c8387ca4ac560bc9cd92cb0bfbd568fd39b9

See more details on using hashes here.

File details

Details for the file levdist-0.1.8-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for levdist-0.1.8-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 084e783afb6d2d11ded9f7c64bac8acf314acf8075a9e0b155b73d8ee9197848
MD5 b16aeff0b1f27e4544a0cbdb0da2c6b4
BLAKE2b-256 d814f441511ab096d0bc0d2ea7de2751490a1a0b62a12d7634b04424b75ab7df

See more details on using hashes here.

File details

Details for the file levdist-0.1.8-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for levdist-0.1.8-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 f0e8ab96262d55c95e154e216c7cc6db90f1197e7b35800242c7e78535ca3a78
MD5 f2b695802b8fc6b7233fb31bbd685650
BLAKE2b-256 f7889502091027db5f3afd332065f067f961b504efb2ada2684ae085250b5867

See more details on using hashes here.

File details

Details for the file levdist-0.1.8-cp39-cp39-manylinux_2_17_x86_64.manylinux_2_5_x86_64.manylinux1_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for levdist-0.1.8-cp39-cp39-manylinux_2_17_x86_64.manylinux_2_5_x86_64.manylinux1_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7b2351480169e42c4b846c3c492edb0cebb7e2df680143741031dae91bd384fa
MD5 ff3a3e9d5ffa522e3c0ea7421afc5026
BLAKE2b-256 caace070d44c2c5110333a2e68d97de5058a53987067af0b5e011f865b3d2d8c

See more details on using hashes here.

File details

Details for the file levdist-0.1.8-cp39-cp39-manylinux_2_17_i686.manylinux_2_5_i686.manylinux1_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for levdist-0.1.8-cp39-cp39-manylinux_2_17_i686.manylinux_2_5_i686.manylinux1_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 7c3825578e4bc226e8bffba549742242e31ccf96bf3ea203f3e5c7e3affdbc50
MD5 46ef5a69c9ff54ffe7d1db9f5f5bec36
BLAKE2b-256 cf02ebbc03cb2177fc67e9d8b2d559e432821528de2a164f579c803d5bf4de1f

See more details on using hashes here.

File details

Details for the file levdist-0.1.8-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for levdist-0.1.8-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 248a922eb518f0d28d327dc680e69032c7c90d639d5290bab8a30fc327a52fc9
MD5 34959b6cb964fd814956c417655ddae0
BLAKE2b-256 0161ffacee08a5a697dce52afca46aa39c35ba4bd214f029f785af7f1a99db01

See more details on using hashes here.

File details

Details for the file levdist-0.1.8-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for levdist-0.1.8-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c615f506aed69af64ca3a8ecce72e94ff5b15e511188b0a6473fbbed5f1cd91c
MD5 08c98c8995dee7ffc5a1b90112338ae7
BLAKE2b-256 d62aee269303281884b51b1a4574be253bd4755ce349e080b498967323d75c4f

See more details on using hashes here.

Supported by

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