Skip to main content

lev

lev is an extremely fast Python library for the Levenshtein distance and similarity ratio, written in Rust. 🦀

Installation

uv add lev-rs

or if you prefer slow:

pip install lev-rs

Usage

import lev

lev.distance("kitten", "sitting")   # 3
lev.distance("résumé", "resume")    # 2
lev.distance("日本語", "日本")       # 1

lev.ratio("kitten", "sitting")      # 0.769...
lev.ratio("", "")                   # 1.0

For more details on the API see the API Reference.

Benchmarks

lev is benchmarked against the fastest Python Levenshtein libraries: rapidfuzz, editdistance, and edlib. We excluded slower implementations like pylev and python-Levenshtein.

Benchmarks were run on an Apple Mac Mini M2 Pro (macOS 26.2) using Python 3.13. Each string pair is exactly 100 characters long. Results represent the total wall time for 1,000 repetitions using Python's timeit. To reproduce, run uv run python scripts/benchmark.py.

ASCII

lev is significantly faster than the other libraries on 100-character ASCII strings.

ASCII benchmark – dark

Other Encodings

lev maintains its lead across all four CPython string-encoding kinds.

Latin-1

Latin-1 benchmark – dark

CJK

CJK benchmark – dark

Emoji

Emoji benchmark – dark

Contact

To get in contact, please open an issue or contact me via github@markusbilz.com.

Download files

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

Source Distribution

lev_rs-0.2.3.tar.gz (200.5 kB view details)

Uploaded Source

Built Distributions

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

lev_rs-0.2.3-cp314-cp314-win_amd64.whl (139.1 kB view details)

Uploaded CPython 3.14Windows x86-64

lev_rs-0.2.3-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (219.7 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

lev_rs-0.2.3-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (209.0 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64

lev_rs-0.2.3-cp314-cp314-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl (419.1 kB view details)

Uploaded CPython 3.14macOS 10.12+ universal2 (ARM64, x86-64)macOS 10.12+ x86-64macOS 11.0+ ARM64

lev_rs-0.2.3-cp313-cp313-win_amd64.whl (139.4 kB view details)

Uploaded CPython 3.13Windows x86-64

lev_rs-0.2.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (220.7 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

lev_rs-0.2.3-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (209.2 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

lev_rs-0.2.3-cp313-cp313-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl (419.7 kB view details)

Uploaded CPython 3.13macOS 10.12+ universal2 (ARM64, x86-64)macOS 10.12+ x86-64macOS 11.0+ ARM64

lev_rs-0.2.3-cp312-cp312-win_amd64.whl (139.2 kB view details)

Uploaded CPython 3.12Windows x86-64

lev_rs-0.2.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (220.4 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

lev_rs-0.2.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (209.0 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

lev_rs-0.2.3-cp312-cp312-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl (419.3 kB view details)

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

lev_rs-0.2.3-cp311-cp311-win_amd64.whl (140.1 kB view details)

Uploaded CPython 3.11Windows x86-64

lev_rs-0.2.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (220.5 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

lev_rs-0.2.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (209.2 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

lev_rs-0.2.3-cp311-cp311-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl (420.3 kB view details)

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

lev_rs-0.2.3-cp310-cp310-win_amd64.whl (140.3 kB view details)

Uploaded CPython 3.10Windows x86-64

lev_rs-0.2.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (220.7 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

lev_rs-0.2.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (209.5 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

lev_rs-0.2.3-cp310-cp310-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl (420.6 kB view details)

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

File details

Details for the file lev_rs-0.2.3.tar.gz.

File metadata

  • Download URL: lev_rs-0.2.3.tar.gz
  • Upload date:
  • Size: 200.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for lev_rs-0.2.3.tar.gz
Algorithm Hash digest
SHA256 eaf41e2ec7bc81ffbba19ba8a41507f2ab03f02c5f24035fbeb9e51c0e9ed442
MD5 70f40473169351dcb3235bc239ce5d39
BLAKE2b-256 373b2532098959f6af7092817e4ae42bd13c0062944760302872856ab12839e8

See more details on using hashes here.

Provenance

The following attestation bundles were made for lev_rs-0.2.3.tar.gz:

Publisher: release.yml on KarelZe/lev

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

File details

Details for the file lev_rs-0.2.3-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: lev_rs-0.2.3-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 139.1 kB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for lev_rs-0.2.3-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 b5729ead55af9352fd535255017afcc9c2197ad6719fdf5a0dd0ae68b0dc94d4
MD5 8b5301ef0e07546ccf601a8cd8bad5e0
BLAKE2b-256 96e12b67b45d0303d801cb1263f3692e9006d9d908be5aef7b5e693f598bc3ff

See more details on using hashes here.

Provenance

The following attestation bundles were made for lev_rs-0.2.3-cp314-cp314-win_amd64.whl:

Publisher: release.yml on KarelZe/lev

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

File details

Details for the file lev_rs-0.2.3-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for lev_rs-0.2.3-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 da33386dfe9d870c1ff294052fd9d70a4d1e7e09dfda2271ba566974faff9f2a
MD5 242ac0e7b5da94b92741d7d8f3d02582
BLAKE2b-256 52868e387214025c712f47a13d1cfbc6d60ac00c6535eeaff0204c945ad2dc78

See more details on using hashes here.

Provenance

The following attestation bundles were made for lev_rs-0.2.3-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release.yml on KarelZe/lev

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

File details

Details for the file lev_rs-0.2.3-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for lev_rs-0.2.3-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b865a26753cf61fc6fcc1e9a12b8d4c9c39c51d7ebc879f35d164204112e923e
MD5 310d6a02c256b0ddd99a159365dcb624
BLAKE2b-256 230ee71542c071e59f0a640d0dd55cf22b785892ea67cf7cb3df8e543bbee87d

See more details on using hashes here.

Provenance

The following attestation bundles were made for lev_rs-0.2.3-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: release.yml on KarelZe/lev

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

File details

Details for the file lev_rs-0.2.3-cp314-cp314-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl.

File metadata

File hashes

Hashes for lev_rs-0.2.3-cp314-cp314-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
Algorithm Hash digest
SHA256 5ce188d95633ec064aeae28e3f20fb16cd8f124d26dea3e5af59280deb6932cc
MD5 31bd7f4b0d829942c029d637407886e6
BLAKE2b-256 63b98748e34c57e9096d396aa74111b8b1e6eb09a52e49ddd5c0f19575f08d5c

See more details on using hashes here.

Provenance

The following attestation bundles were made for lev_rs-0.2.3-cp314-cp314-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl:

Publisher: release.yml on KarelZe/lev

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

File details

Details for the file lev_rs-0.2.3-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: lev_rs-0.2.3-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 139.4 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for lev_rs-0.2.3-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 d7d832d2b6c2a9132a8e7c02aec2500aa61e67d9822659a2d7ea3994ca18a5a7
MD5 a607c573ef57c241c8df85018de0ed74
BLAKE2b-256 cc5284fa82d2024c53401cac17a40893d7b92e334251b0c1e27950ed8d53d0da

See more details on using hashes here.

Provenance

The following attestation bundles were made for lev_rs-0.2.3-cp313-cp313-win_amd64.whl:

Publisher: release.yml on KarelZe/lev

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

File details

Details for the file lev_rs-0.2.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for lev_rs-0.2.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 16d6a3c7faece773bb55c91b783f0a18b8a1f1918d051904d4279ae70d65c8d5
MD5 be43bea870639ff90692bcd693f66736
BLAKE2b-256 bbf1e54abdc2bc447ec81259555dde827c97713b99c751339dcd4d25ff3dd80b

See more details on using hashes here.

Provenance

The following attestation bundles were made for lev_rs-0.2.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release.yml on KarelZe/lev

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

File details

Details for the file lev_rs-0.2.3-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for lev_rs-0.2.3-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ae8f46627ae056e712d21d95d69fa6b945b343460fc95e3888d476e7ab07e7f7
MD5 0ab68e62678d672b6655b33148c8c254
BLAKE2b-256 86561303ad4f65f92fae2e79d6b6e9f272f711eb64f9de5556eee1e3cac74ba5

See more details on using hashes here.

Provenance

The following attestation bundles were made for lev_rs-0.2.3-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: release.yml on KarelZe/lev

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

File details

Details for the file lev_rs-0.2.3-cp313-cp313-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl.

File metadata

File hashes

Hashes for lev_rs-0.2.3-cp313-cp313-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
Algorithm Hash digest
SHA256 4f3c2bb189e06add3c09436456ac458d5a1f3c79acaea5da09b5f91cbb5f9246
MD5 9ed4787df47ab51de05d6f6a8ac220ac
BLAKE2b-256 2980d74a8ecc304861ae788d2b0209235ffc21fe3d164bd5f6393d0bf8ad8bbf

See more details on using hashes here.

Provenance

The following attestation bundles were made for lev_rs-0.2.3-cp313-cp313-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl:

Publisher: release.yml on KarelZe/lev

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

File details

Details for the file lev_rs-0.2.3-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: lev_rs-0.2.3-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 139.2 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for lev_rs-0.2.3-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 c48350ce11b705e78fd26f9f6b571d9094cdfea13b5e2603a8bddf7eec8144a6
MD5 ea955cf2fdaad26c5e2447dce1ed922a
BLAKE2b-256 5dcf8a8e7f2e3b1cbdf9a8842e5fa02168eb06d77a12278ab319ef6d4b4c20ce

See more details on using hashes here.

Provenance

The following attestation bundles were made for lev_rs-0.2.3-cp312-cp312-win_amd64.whl:

Publisher: release.yml on KarelZe/lev

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

File details

Details for the file lev_rs-0.2.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for lev_rs-0.2.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2f75100b056f5dc07130b80931b303ec0f2e88be61f99b83d94aec109e22d575
MD5 1f20b995b73ba044504d99f024ae66af
BLAKE2b-256 959b685e83a0abc61546459b56702a49198bdf8850617055ae841ce4660b0b61

See more details on using hashes here.

Provenance

The following attestation bundles were made for lev_rs-0.2.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release.yml on KarelZe/lev

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

File details

Details for the file lev_rs-0.2.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for lev_rs-0.2.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 cf43b241203fee8a790cee76dbf2510c188536f48fd939f4cc48b3e7fb08e646
MD5 dbc3e97a6e82a6d20aa96563645df16d
BLAKE2b-256 a098c4063059b26653001b2e882cb6c2232cbb23aec642c471cb107c419e6c5d

See more details on using hashes here.

Provenance

The following attestation bundles were made for lev_rs-0.2.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: release.yml on KarelZe/lev

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

File details

Details for the file lev_rs-0.2.3-cp312-cp312-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl.

File metadata

File hashes

Hashes for lev_rs-0.2.3-cp312-cp312-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
Algorithm Hash digest
SHA256 fd858a2595966027ce2d2358b03d2642ead60888108dd1f28a75ad0f4b131691
MD5 3d89c1b4d9cd6c87346a223d3f251da1
BLAKE2b-256 f8f216420c191114ec9ba69f503967a24a243d79d6c5d1f918f88443a8029a14

See more details on using hashes here.

Provenance

The following attestation bundles were made for lev_rs-0.2.3-cp312-cp312-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl:

Publisher: release.yml on KarelZe/lev

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

File details

Details for the file lev_rs-0.2.3-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: lev_rs-0.2.3-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 140.1 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for lev_rs-0.2.3-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 83b1937cf67c2849ab17d904f7847cfebfbd27122fa67135e4082537e90a8ba3
MD5 0ab7c422147aa9d15e9cbe3644038f41
BLAKE2b-256 f7639ed9e10c26325bd7a97865e76fa0753ce7ec62ee0b4ba124ea23072e9454

See more details on using hashes here.

Provenance

The following attestation bundles were made for lev_rs-0.2.3-cp311-cp311-win_amd64.whl:

Publisher: release.yml on KarelZe/lev

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

File details

Details for the file lev_rs-0.2.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for lev_rs-0.2.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c202812d638a37fad9f0e3179ac7e1cf6bcf0751049b22e2ab6d272224e81891
MD5 d7a162f79755e180df7a1024336b87da
BLAKE2b-256 d8a8f74ef1466b25490e773d2bca9bebb9005fa2d0f685601287e4af4311697a

See more details on using hashes here.

Provenance

The following attestation bundles were made for lev_rs-0.2.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release.yml on KarelZe/lev

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

File details

Details for the file lev_rs-0.2.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for lev_rs-0.2.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c797533bb35dd7b56037936fa8fbce813fabfa1951c840fef5a7613df145f52b
MD5 c0e5a37f3391fd62d7a29e9f4fbd1d6e
BLAKE2b-256 a37fb1e1a829f49f6e8090bace4d6ba488929138dbb2c2ed38d899053ed59470

See more details on using hashes here.

Provenance

The following attestation bundles were made for lev_rs-0.2.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: release.yml on KarelZe/lev

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

File details

Details for the file lev_rs-0.2.3-cp311-cp311-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl.

File metadata

File hashes

Hashes for lev_rs-0.2.3-cp311-cp311-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
Algorithm Hash digest
SHA256 6d3f450d7ea0afff3ec0f76574e776be75380f3e551953d3b25f0371bf58a50f
MD5 eebce8cfa365f4bc37ec2c4799185c2c
BLAKE2b-256 815575482e3aa2fd1a083cdb234f8baed5d92c69beebbe90055aaf5739988e21

See more details on using hashes here.

Provenance

The following attestation bundles were made for lev_rs-0.2.3-cp311-cp311-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl:

Publisher: release.yml on KarelZe/lev

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

File details

Details for the file lev_rs-0.2.3-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: lev_rs-0.2.3-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 140.3 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for lev_rs-0.2.3-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 a43548967137c5e573a1f3a6fae5a604953b1a929467ed856cc4130e678dbc99
MD5 1c1becf19477570743ec2ca99054a9e9
BLAKE2b-256 aa7e73c44981a296f68ef0472c0847fe0c3f1130465c65d1d145a8856ed86cb7

See more details on using hashes here.

Provenance

The following attestation bundles were made for lev_rs-0.2.3-cp310-cp310-win_amd64.whl:

Publisher: release.yml on KarelZe/lev

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

File details

Details for the file lev_rs-0.2.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for lev_rs-0.2.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 82e1588e9d103fa1703e0dcdf3fc30e806bec56d4bb6e40b6fe3a625eaff93be
MD5 e09d3a2b6deba16faeb01efeaa0375dc
BLAKE2b-256 aa1bd4cc27e3bed1df6f81daf3a9fc94623eee12f80049f5ce95497fb1c7750c

See more details on using hashes here.

Provenance

The following attestation bundles were made for lev_rs-0.2.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release.yml on KarelZe/lev

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

File details

Details for the file lev_rs-0.2.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for lev_rs-0.2.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 94199789b8bed0f2d6c57b7f6ec33db15252c783a54f420208405906d7571302
MD5 2f9d76a8103693ec1683c5726599a758
BLAKE2b-256 553fa3f461d93fbf127af562064e174fc3e92ae4e9b7d6128a119ec96e10bd1e

See more details on using hashes here.

Provenance

The following attestation bundles were made for lev_rs-0.2.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: release.yml on KarelZe/lev

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

File details

Details for the file lev_rs-0.2.3-cp310-cp310-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl.

File metadata

File hashes

Hashes for lev_rs-0.2.3-cp310-cp310-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
Algorithm Hash digest
SHA256 e27ec986991cd46e7d8d032f7ad0a2fb7845847df0ae35c288d06918ceda8f9b
MD5 881c41d7027a8069c5e477be754f1183
BLAKE2b-256 638b6c6c68f88ecb28e300a607ec77674a64183af3ce1124be777968f2204c61

See more details on using hashes here.

Provenance

The following attestation bundles were made for lev_rs-0.2.3-cp310-cp310-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl:

Publisher: release.yml on KarelZe/lev

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

Release history Release notifications | RSS feed

This release

0.2.3 This release

21 files

0.2.2

16 files

0.2.1

16 files

0.2.0

16 files

0.1.0

16 files

Supported by

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