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.5.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.5-cp313-cp313-win_amd64.whl (13.9 kB view details)

Uploaded CPython 3.13Windows x86-64

levdist-0.1.5-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.5-cp313-cp313-musllinux_1_2_i686.whl (1.1 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

levdist-0.1.5-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.5-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.5-cp313-cp313-macosx_14_0_arm64.whl (14.6 kB view details)

Uploaded CPython 3.13macOS 14.0+ ARM64

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

Uploaded CPython 3.12Windows x86-64

levdist-0.1.5-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.5-cp312-cp312-musllinux_1_2_i686.whl (1.1 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

levdist-0.1.5-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.5-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.5-cp312-cp312-macosx_14_0_arm64.whl (14.6 kB view details)

Uploaded CPython 3.12macOS 14.0+ ARM64

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

Uploaded CPython 3.11Windows x86-64

levdist-0.1.5-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.5-cp311-cp311-musllinux_1_2_i686.whl (1.1 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

levdist-0.1.5-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.5-cp311-cp311-manylinux_2_17_i686.manylinux_2_5_i686.manylinux1_i686.manylinux2014_i686.whl (48.8 kB view details)

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

levdist-0.1.5-cp311-cp311-macosx_14_0_arm64.whl (14.6 kB view details)

Uploaded CPython 3.11macOS 14.0+ ARM64

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

Uploaded CPython 3.10Windows x86-64

levdist-0.1.5-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.5-cp310-cp310-musllinux_1_2_i686.whl (1.1 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

levdist-0.1.5-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.5-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.5-cp310-cp310-macosx_14_0_arm64.whl (14.6 kB view details)

Uploaded CPython 3.10macOS 14.0+ ARM64

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

Uploaded CPython 3.9Windows x86-64

levdist-0.1.5-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.5-cp39-cp39-musllinux_1_2_i686.whl (1.1 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

levdist-0.1.5-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.5-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.5-cp39-cp39-macosx_14_0_arm64.whl (14.6 kB view details)

Uploaded CPython 3.9macOS 14.0+ ARM64

File details

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

File metadata

  • Download URL: levdist-0.1.5.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.5.tar.gz
Algorithm Hash digest
SHA256 09ffdeb26ad587c6dfca7cfe824136cccefb39a1bbaa1c25996ad93f20d2844f
MD5 5577206f0ea2181dddafcac171777955
BLAKE2b-256 2dda853c10d88c8c37ac659daeeffc55fa965df794fdfe3e628e80354b7e3f4d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: levdist-0.1.5-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.5-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 0a5f86e9c9ed95ff2e2775d58dec9fb0db8573c71e78124dbc55d139c1f6c175
MD5 f7bba6a8f3c7c9513d05f6b756e0d55a
BLAKE2b-256 3486ad77b9f7806fd6e1cd8126b34a1e172da7b9c1832245b4dc6add9c68d226

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for levdist-0.1.5-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6ef04a0ea3bed8e33438e7009f528de62b2be24be152bd30d1236ff388a80c33
MD5 91fd2ab12a44b765fe65a366cb3b88a8
BLAKE2b-256 58bc11c24bf05094b183ad08c962a23d25d27e62c55f33462a9efa67c3246f97

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for levdist-0.1.5-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 1a8ece344a754c4d25dca481291e63895768186b6287615473aa04207a907e76
MD5 5360f7851c13a025dbb0b7132115dc33
BLAKE2b-256 be87feaeee58b31817c82ecc7cd56bdf081662356c8b19d146307d59884325dd

See more details on using hashes here.

File details

Details for the file levdist-0.1.5-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.5-cp313-cp313-manylinux_2_17_x86_64.manylinux_2_5_x86_64.manylinux1_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a9962a088c25eb997d33ec28f82d84c092127796eec13cb28bf2b75e81432118
MD5 7af2aa78a4f0f4e52b1af0b53afeb9d0
BLAKE2b-256 226bcfb73ba9ae7e66d7651827c419f4657b012da82a62054dc092ea8b119c63

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for levdist-0.1.5-cp313-cp313-manylinux_2_17_i686.manylinux_2_5_i686.manylinux1_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 14928fb7dfe77c9fa6f97294de980ff6316fb508ca4a1b597f6a57ef21eff277
MD5 8941a3534f3fa14eb3eec7dcf7e78370
BLAKE2b-256 05a9634519e0ca5bb242886a6b053b2ccae3fdef65a1de6d4af1384067c1f575

See more details on using hashes here.

File details

Details for the file levdist-0.1.5-cp313-cp313-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for levdist-0.1.5-cp313-cp313-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 377c47fbeeb46eafc3c5c58e278044b303c22b74fed7805e5a4f2887e9196200
MD5 5cb6933496f5c02bac603acca93884db
BLAKE2b-256 8d1203f4fa65619471693a44aa1051bc9d55cd48147c0980567c284e36426241

See more details on using hashes here.

File details

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

File metadata

  • Download URL: levdist-0.1.5-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.5-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 ad2a44fb2598987632b6926f876c8f49af08a4d71a7b3a6237d5a0dea470729a
MD5 8ddd4ec26cbf62ea0bfbb792dbaaffe6
BLAKE2b-256 c1ab984110f8e9a7cf3033045cad6b2c3d5a197b0a63991d2713149dc046e8c5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for levdist-0.1.5-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 861c2c8be4014419a7e9e8875fe491c3437b97de512e138909f7d486c4df48ff
MD5 9607bd847bc6e0568b57cf5dbd6ec8b5
BLAKE2b-256 76b097a1fee047974200c79446696c52cfc6efecd9f8c7d116e385491c0ac236

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for levdist-0.1.5-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 336035ea5160fe85e7ce8999b14cdee770ee037981ce3f652173e6e0a28b2c50
MD5 1745f7c9eff147198a2d031010a73eda
BLAKE2b-256 29baded18b62770e7e39888e052f3d1f07370bbaebc1d29426ae95f337c82d14

See more details on using hashes here.

File details

Details for the file levdist-0.1.5-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.5-cp312-cp312-manylinux_2_17_x86_64.manylinux_2_5_x86_64.manylinux1_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0c7327b87afd985606f31b3ae3a8e8ff6a2f9a0ce2eabfb7313d9c568155a402
MD5 cb5be90d118c39aed05f77c1d3bf519e
BLAKE2b-256 8099faa5106055781159f38ed593e5a984e2619e13c57f93dd45687dcbc551bf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for levdist-0.1.5-cp312-cp312-manylinux_2_17_i686.manylinux_2_5_i686.manylinux1_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 96b75d1c82368e9c7b39a67014ac107ef0cf0d2b5fb8cdd8588a6270e6a7bf7e
MD5 d49d425656c83062d0971b3decdc60ad
BLAKE2b-256 75def4a1c2104960e41811d565421147bde685c4a5137d779a5d82150e06d218

See more details on using hashes here.

File details

Details for the file levdist-0.1.5-cp312-cp312-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for levdist-0.1.5-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 12728c9ad51756f7dfe2d5e2ac293b71a6704b1c3bbd149eced3ad6894bcc5be
MD5 599bd0884cea8f7e55ed8e4bc3b4358a
BLAKE2b-256 c92e0ca2cbe5622fcfc3a0fad13a257943b7df8b56bd27e84f19ef86db59b525

See more details on using hashes here.

File details

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

File metadata

  • Download URL: levdist-0.1.5-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.5-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 3aa30fa53621f4a41966cdc15cad8938ed2ddc4a27c3c7174d4d364f52dda46e
MD5 bbc3a73cb8ed4044d4f7ae1e040d64fd
BLAKE2b-256 b2f4327ff543f2ed3ca11db5ad7bdbbe5a8c0f621d970fd7ddc57278004370f8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for levdist-0.1.5-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7b1bbd741e17624d0dfc680f30c121d54e15aaad58953b95b3a084f8fcd93fcd
MD5 16d5cd63a26214f2be63a2491210c3f6
BLAKE2b-256 6fd9fb71387bde96d7309628431ce2551fa55905848fc7fc12a726cefa9badd5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for levdist-0.1.5-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 058d7e186d65a56a070f8ea2e9b9b82dce6c9775a6646e06b3f1fee20efde989
MD5 bfe1c87b1d5c82e16bd14af6d6888063
BLAKE2b-256 77e2be43f57a98313a310f4b73bf3a17701e56c49aa762b2f1decac1c7ca4a5f

See more details on using hashes here.

File details

Details for the file levdist-0.1.5-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.5-cp311-cp311-manylinux_2_17_x86_64.manylinux_2_5_x86_64.manylinux1_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d491b1d131cab751493c8335e0413b2fe904bcde006a0931456b27ef0555b8b3
MD5 57344167106a7961d9a1995b0c6d29e6
BLAKE2b-256 ce09fc1694717df31af8b725b7d05016fa175657d87f0768d96cb0760b061052

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for levdist-0.1.5-cp311-cp311-manylinux_2_17_i686.manylinux_2_5_i686.manylinux1_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 92efbebeb3d8771b3d4d5679620ef84bd1fd0bbf182ac412c7d4f938df62a8fe
MD5 ded375f8c2c0e22287983afa8ada9831
BLAKE2b-256 13faf3f1c183340364bcac3e02ac37e52ee7b160883fb4b26df53243cacc91ee

See more details on using hashes here.

File details

Details for the file levdist-0.1.5-cp311-cp311-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for levdist-0.1.5-cp311-cp311-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 c61ac575aaa81a59476bf33812de91444d094918257e0b62f39f1dbd0bb95444
MD5 bfd3d5000e2dcbac8fa2b713107f80c0
BLAKE2b-256 59be1907aae15f061eac69af1e8d89c7f4517f8359114628ded3d335268ebeb8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: levdist-0.1.5-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.5-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 0dc386f246401a758ab249085fea9ecae47b94e0e8b48239d92433f19f4e6acf
MD5 acad8aadbe5ef5bcbc7ec337b3ed9e17
BLAKE2b-256 a50897758ea2b239cc03a19d4fa9a763cbcbdc204f83a0d227dae21d8a1ac93d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for levdist-0.1.5-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3f9625a7edb044990e2af72a06fa7b894a95b939c7f005a16629d134194c3d56
MD5 a341646bf793fa44f7630f1e8496e84a
BLAKE2b-256 afc88faa88a32f52c19c3bddb98f72bcf7be58f8e46d93162350aba9c87aa2ac

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for levdist-0.1.5-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 fd968c81884a54bb1c7e975a125b279fbb6494863f8b7f9c8ee0fc05b00ff5b8
MD5 1d67d03fb734d563ceb1b26cbb4ac231
BLAKE2b-256 7c796d391a81f3f0818821b42d46ac2d2afd433629a2bf3d8a4cefeced799528

See more details on using hashes here.

File details

Details for the file levdist-0.1.5-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.5-cp310-cp310-manylinux_2_17_x86_64.manylinux_2_5_x86_64.manylinux1_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f647e3027c84dd4667f6f0ae26d27cd51c2c892ef30f8ad6b5715bff86ee6690
MD5 1589fd4363fb7db70d73edde8ac22454
BLAKE2b-256 72d553b3aef5aa1ed1e6f2ec8416fe6b29ee1d02ce7d9adf7c2afbe754da605e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for levdist-0.1.5-cp310-cp310-manylinux_2_17_i686.manylinux_2_5_i686.manylinux1_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 07e7e0ef57d1dbdea040bbe2e2708a9708becff30028061a40c62386be7ae49e
MD5 3a838361a6614dae9a19490c3918d92d
BLAKE2b-256 6659688eb8810a397ff1bf233465bbbcfde1395241eb653d9cdeacd49a3f3a69

See more details on using hashes here.

File details

Details for the file levdist-0.1.5-cp310-cp310-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for levdist-0.1.5-cp310-cp310-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 b8117750e974139bbd7f4446422da14f32a440c119b3cbc0a7be6a25b1063f60
MD5 faea4135f1cf73d15f039039beb692f0
BLAKE2b-256 defe0ec26e666952bf7061cb41dd198534f1f6bb38e01164d1b21004e5fff354

See more details on using hashes here.

File details

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

File metadata

  • Download URL: levdist-0.1.5-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.5-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 b2b27fb33088a8606dcc4c28a330fb4a324e8cb85fbc544783ba280ebb5d5216
MD5 3d4a24792f96e0ae866577446792c0df
BLAKE2b-256 b12927f79002686efe4bd19589efc69208259e2d59b15b0a01e599dab3ccf6de

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for levdist-0.1.5-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 51e2294dbea0941c04caf28d25fa0e27b00cd6de5f475bf28f1d72003ab6397f
MD5 8aa7291dc179d8159486d5a279069c5f
BLAKE2b-256 2cf9802850cd93c2dde90d82da79d0410232a3e445b1a7c67d3c82e423799185

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for levdist-0.1.5-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 4a59c9f51e792177f2ff88fd0d52ac237edecc89f86c8f487b3c82487eae8efe
MD5 2a3908775979158f501e84123d8d4947
BLAKE2b-256 11d35f0e8e73c809a3cebae2baf1ed1133e6b95d27f6627e8104b7b84be5a1a7

See more details on using hashes here.

File details

Details for the file levdist-0.1.5-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.5-cp39-cp39-manylinux_2_17_x86_64.manylinux_2_5_x86_64.manylinux1_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 60365bf17a5a09945925e625007ee85d4d881baf4726813d1c3aea9c1f82e5d1
MD5 f8e7d9adbb2b2e581a9feed9d37b66b8
BLAKE2b-256 4a2f8407f31b40bb4ff5e1419804479c5e70b3164179cb2387c12d3d5e066238

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for levdist-0.1.5-cp39-cp39-manylinux_2_17_i686.manylinux_2_5_i686.manylinux1_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 aef5b9044a1d3609fc8064916190e28aa4ce547a74bf0c5816aa55cf518ee4fa
MD5 de222ca0c8ee2be30f67568d430dd71f
BLAKE2b-256 4e0b7580f021ab33c9c603ad5576de00e803c28d1f2caaf9b9faf89a125942fa

See more details on using hashes here.

File details

Details for the file levdist-0.1.5-cp39-cp39-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for levdist-0.1.5-cp39-cp39-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 7e80a4d613c3917b8c1302eafb27afdf8386ab7beff369ec3511b0818789fc0b
MD5 48a1ece626e1bacf89dd8fab7e6d2e1d
BLAKE2b-256 efe714aadbd4b42642aedc68cd0cf8aca64f29ef57207b38d827ebdfa4e5fa15

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