Skip to main content

pyxDamerauLevenshtein implements the Damerau-Levenshtein (DL) edit distance algorithm for Python in Cython for high performance.

Project description

pyxDamerauLevenshtein implements the Damerau-Levenshtein (DL) edit distance algorithm for Python in Cython for high performance. Courtesy Wikipedia: In information theory and computer science, the Damerau-Levenshtein distance (named after Frederick J. Damerau and Vladimir I. Levenshtein) is a “distance” (string metric) between two strings, i.e., finite sequence of symbols, given by counting the minimum number of operations needed to transform one string into the other, where an operation is defined as an insertion, deletion, or substitution of a single character, or a transposition of two adjacent characters. This implementation is based on Michael Homer’s pure Python implementation, which implements the optimal string alignment distance algorithm. It runs in O(N*M) time using O(M) space. It supports unicode characters. For more information on pyxDamerauLevenshtein, visit the GitHub project page.

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

pyxDamerauLevenshtein-1.9.0.tar.gz (73.3 kB view details)

Uploaded Source

Built Distributions

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

pyxdameraulevenshtein-1.9.0-cp314-cp314-win_amd64.whl (31.7 kB view details)

Uploaded CPython 3.14Windows x86-64

pyxdameraulevenshtein-1.9.0-cp314-cp314-musllinux_1_2_x86_64.whl (39.8 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

pyxdameraulevenshtein-1.9.0-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (39.5 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ x86-64manylinux: glibc 2.5+ x86-64

pyxdameraulevenshtein-1.9.0-cp314-cp314-macosx_10_13_x86_64.whl (33.8 kB view details)

Uploaded CPython 3.14macOS 10.13+ x86-64

pyxdameraulevenshtein-1.9.0-cp313-cp313-win_amd64.whl (30.9 kB view details)

Uploaded CPython 3.13Windows x86-64

pyxdameraulevenshtein-1.9.0-cp313-cp313-musllinux_1_2_x86_64.whl (39.7 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

pyxdameraulevenshtein-1.9.0-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (39.5 kB view details)

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

pyxdameraulevenshtein-1.9.0-cp313-cp313-macosx_10_13_x86_64.whl (33.9 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

pyxdameraulevenshtein-1.9.0-cp312-cp312-win_amd64.whl (31.3 kB view details)

Uploaded CPython 3.12Windows x86-64

pyxdameraulevenshtein-1.9.0-cp312-cp312-musllinux_1_2_x86_64.whl (40.3 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

pyxdameraulevenshtein-1.9.0-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (40.0 kB view details)

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

pyxdameraulevenshtein-1.9.0-cp312-cp312-macosx_10_13_x86_64.whl (34.3 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

pyxdameraulevenshtein-1.9.0-cp311-cp311-win_amd64.whl (30.9 kB view details)

Uploaded CPython 3.11Windows x86-64

pyxdameraulevenshtein-1.9.0-cp311-cp311-musllinux_1_2_x86_64.whl (38.6 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

pyxdameraulevenshtein-1.9.0-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (38.2 kB view details)

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

pyxdameraulevenshtein-1.9.0-cp311-cp311-macosx_10_9_x86_64.whl (32.6 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

pyxdameraulevenshtein-1.9.0-cp310-cp310-win_amd64.whl (30.8 kB view details)

Uploaded CPython 3.10Windows x86-64

pyxdameraulevenshtein-1.9.0-cp310-cp310-musllinux_1_2_x86_64.whl (38.0 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

pyxdameraulevenshtein-1.9.0-cp310-cp310-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (37.5 kB view details)

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

pyxdameraulevenshtein-1.9.0-cp310-cp310-macosx_10_9_x86_64.whl (32.0 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

pyxdameraulevenshtein-1.9.0-cp39-cp39-win_amd64.whl (30.8 kB view details)

Uploaded CPython 3.9Windows x86-64

pyxdameraulevenshtein-1.9.0-cp39-cp39-musllinux_1_2_x86_64.whl (38.0 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

pyxdameraulevenshtein-1.9.0-cp39-cp39-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (37.5 kB view details)

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

pyxdameraulevenshtein-1.9.0-cp39-cp39-macosx_10_9_x86_64.whl (32.0 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

File details

Details for the file pyxDamerauLevenshtein-1.9.0.tar.gz.

File metadata

  • Download URL: pyxDamerauLevenshtein-1.9.0.tar.gz
  • Upload date:
  • Size: 73.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for pyxDamerauLevenshtein-1.9.0.tar.gz
Algorithm Hash digest
SHA256 50c84b1b7272c4f1dcee732d6b1713f4871921c99e4cf80e722c65928ca94ce1
MD5 bdb23a0000ee4e7bd92ef2a20a3b514d
BLAKE2b-256 88dbb529c031e92a36ded5cca06b48e31e4e2a388da231de84ccb383c8e27af1

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyxDamerauLevenshtein-1.9.0.tar.gz:

Publisher: build_and_release.yml on lanl/pyxDamerauLevenshtein

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

File details

Details for the file pyxdameraulevenshtein-1.9.0-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for pyxdameraulevenshtein-1.9.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 589fd042e3c35c3de65c917d289def6524252c706fa359a15eb7ad33bae371de
MD5 89576923939aaaa210347ee093c4947c
BLAKE2b-256 8e7b2d02a4f90ee80ac58eb23b30bbdfddd702935f602e509fa1e4f5ef5ed53e

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyxdameraulevenshtein-1.9.0-cp314-cp314-win_amd64.whl:

Publisher: build_and_release.yml on lanl/pyxDamerauLevenshtein

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

File details

Details for the file pyxdameraulevenshtein-1.9.0-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyxdameraulevenshtein-1.9.0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4e64d4f63c21a8e172eb355eb16efff4709c512075a7b7982d8b9f74efe4b361
MD5 118098adb201aadac74dd28bfe23b3f2
BLAKE2b-256 5b851cae187bb710ebb2b4b68523ae0aefbd7a23aac448f89c441c93e0a405cb

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyxdameraulevenshtein-1.9.0-cp314-cp314-musllinux_1_2_x86_64.whl:

Publisher: build_and_release.yml on lanl/pyxDamerauLevenshtein

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

File details

Details for the file pyxdameraulevenshtein-1.9.0-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for pyxdameraulevenshtein-1.9.0-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 b47ff2c63086fccc01ba21367620f1859e599406bdb8d0a81c8f726b6f82a6df
MD5 70f907fec5d16522296311de8f09ecc2
BLAKE2b-256 42fa7a5a8bba8005d51d6b0f1d303c3f4dc251385496544b049312a8362f8a19

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyxdameraulevenshtein-1.9.0-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl:

Publisher: build_and_release.yml on lanl/pyxDamerauLevenshtein

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

File details

Details for the file pyxdameraulevenshtein-1.9.0-cp314-cp314-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for pyxdameraulevenshtein-1.9.0-cp314-cp314-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 1088e94dae9f03e6eb16a4b470105cd877dfead5aa27a3cb264eb6c08ee2d900
MD5 dfc74418c9f790f8eb62dbb046938d01
BLAKE2b-256 4d54fcad685b7950f21ac5625740e21d89757d941b64731dbcc7a61c9b97f8fe

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyxdameraulevenshtein-1.9.0-cp314-cp314-macosx_10_13_x86_64.whl:

Publisher: build_and_release.yml on lanl/pyxDamerauLevenshtein

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

File details

Details for the file pyxdameraulevenshtein-1.9.0-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for pyxdameraulevenshtein-1.9.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 6e6d0961ffe8f660034dcd343b74775232c3bc1a4bcb27dba7059ca7fb82bcb9
MD5 c5bf106ddf4614d4febe9ab73db96f81
BLAKE2b-256 de06800f8e9060f7516bb7482bbec3f9f59d1eb57b34088d4df2abfa7bce1ff5

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyxdameraulevenshtein-1.9.0-cp313-cp313-win_amd64.whl:

Publisher: build_and_release.yml on lanl/pyxDamerauLevenshtein

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

File details

Details for the file pyxdameraulevenshtein-1.9.0-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyxdameraulevenshtein-1.9.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6bc6c4e45b6538fb8c32de57ffcf0b900b5637ee49c3afe497d19e5fbff32e61
MD5 e8e8a1572180fad562e0f171518bc1af
BLAKE2b-256 855fa8aafec9dbec6d111a7f64a3dc200a47fa0b0a7d02724fbd0e66604d87bc

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyxdameraulevenshtein-1.9.0-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: build_and_release.yml on lanl/pyxDamerauLevenshtein

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

File details

Details for the file pyxdameraulevenshtein-1.9.0-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for pyxdameraulevenshtein-1.9.0-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 e862112872e3b20add261fe854408ba98787009d7d80cebb2057b23026bb9e83
MD5 73fa60e9b719d12b1ac8789be89d5f5f
BLAKE2b-256 de60c5c188056f0a3494b0b8b4b6b0ce491b6fb52506376643c39a59f455aaf6

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyxdameraulevenshtein-1.9.0-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl:

Publisher: build_and_release.yml on lanl/pyxDamerauLevenshtein

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

File details

Details for the file pyxdameraulevenshtein-1.9.0-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for pyxdameraulevenshtein-1.9.0-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 e7e31e41e9cd8491953bd0d044e90f414651d9a6ac0d85ffcc630d591a8b2887
MD5 b5fda33d8c3d8ee5e4ecebe742f6211e
BLAKE2b-256 f2675c09904a49a373c5e1786fac4ce8d41e16a1f3e699aff70b1394e1bf2dc4

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyxdameraulevenshtein-1.9.0-cp313-cp313-macosx_10_13_x86_64.whl:

Publisher: build_and_release.yml on lanl/pyxDamerauLevenshtein

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

File details

Details for the file pyxdameraulevenshtein-1.9.0-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for pyxdameraulevenshtein-1.9.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 58e154aa03507673bb2f2992910445f955c683f73e62612f947175bbee04cd72
MD5 8d1c8f2300e7de8e0401c48cae28f97d
BLAKE2b-256 9dbd264dc2db346a212435758a62c764966cd80e1ac3b8ce52193054d53ccb9e

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyxdameraulevenshtein-1.9.0-cp312-cp312-win_amd64.whl:

Publisher: build_and_release.yml on lanl/pyxDamerauLevenshtein

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

File details

Details for the file pyxdameraulevenshtein-1.9.0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyxdameraulevenshtein-1.9.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7b88e8b63eb1e202966039c4616e9ff2e66aa9cf8c3190fcb189a0dfcd7e3733
MD5 33e1ca76c1599e93080e960d2bdcf025
BLAKE2b-256 7305c0e78f56d2e9ad3a39130ad1dff9e05312e980e3b48b5dc00947a61a12f1

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyxdameraulevenshtein-1.9.0-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: build_and_release.yml on lanl/pyxDamerauLevenshtein

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

File details

Details for the file pyxdameraulevenshtein-1.9.0-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for pyxdameraulevenshtein-1.9.0-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 5d765d8df20fa316f95d8243d07c3cb74acd398e8b6e8106ac7e9eee7f1311a2
MD5 c29872e3c25cff426fbe7193a3ec96af
BLAKE2b-256 5944718f30689abad45ac91b39d1d48b8c06763cce660dc14592ed31050e1c81

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyxdameraulevenshtein-1.9.0-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl:

Publisher: build_and_release.yml on lanl/pyxDamerauLevenshtein

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

File details

Details for the file pyxdameraulevenshtein-1.9.0-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for pyxdameraulevenshtein-1.9.0-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 da7c92122d5ee79567e3d76fcc5aadd4f410147220ffa0dae593215499bdacd3
MD5 f760829a9a355715f02a8a0660f6ee02
BLAKE2b-256 096330eaa6afc04dde862d065610fe9ebfff41ef9d8e649123ec1ca210e7bc41

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyxdameraulevenshtein-1.9.0-cp312-cp312-macosx_10_13_x86_64.whl:

Publisher: build_and_release.yml on lanl/pyxDamerauLevenshtein

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

File details

Details for the file pyxdameraulevenshtein-1.9.0-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for pyxdameraulevenshtein-1.9.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 42e96b2d340ecb60cd5bba31766d783f5e1175fa63c7973b61e33c2fdffdd771
MD5 2294b53ed4b2a4d83b9691aceb7099fb
BLAKE2b-256 2822fd466f404e7f1a8d3fe307121a796ad2100ad837863d51f36a747aca2678

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyxdameraulevenshtein-1.9.0-cp311-cp311-win_amd64.whl:

Publisher: build_and_release.yml on lanl/pyxDamerauLevenshtein

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

File details

Details for the file pyxdameraulevenshtein-1.9.0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyxdameraulevenshtein-1.9.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2b33d87166eaa9133903a163dcca71fd35a7f20a6c62929187958c6a5e87359f
MD5 c65a7b7d42f7715d85b5b0b6983af428
BLAKE2b-256 ef8d4918da22a6e7416b5bd834cf0ba5cebb440f3cb0f19dd46cb12f5aae630d

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyxdameraulevenshtein-1.9.0-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: build_and_release.yml on lanl/pyxDamerauLevenshtein

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

File details

Details for the file pyxdameraulevenshtein-1.9.0-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for pyxdameraulevenshtein-1.9.0-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 11ff877684aef45045896234383e216a9e55083cc1eb139e9d19579f894f459e
MD5 147c11d5d30cf38f8aebeb8ee72dbd42
BLAKE2b-256 9a30dabd621749c4a2138ee2805e0d12235abdfa25e4c3a4a9397de0b20028e7

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyxdameraulevenshtein-1.9.0-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl:

Publisher: build_and_release.yml on lanl/pyxDamerauLevenshtein

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

File details

Details for the file pyxdameraulevenshtein-1.9.0-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyxdameraulevenshtein-1.9.0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b77f6d620ee0a1706005033db847897e22dddfaa152dfa3b4babde1de880c194
MD5 ba393ddef22f3ca4a72aac4baddc0d2f
BLAKE2b-256 2f5ef3b7c546274a9f908e307d9811c1e25da21df33a288a14b5edc54b0d8bfc

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyxdameraulevenshtein-1.9.0-cp311-cp311-macosx_10_9_x86_64.whl:

Publisher: build_and_release.yml on lanl/pyxDamerauLevenshtein

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

File details

Details for the file pyxdameraulevenshtein-1.9.0-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for pyxdameraulevenshtein-1.9.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 809407b1d47a3b43b61989eefb8c7ff551bc024454dc47c2411352cfd9d5f32c
MD5 43ca7ea32867c38577dba869fb7fda14
BLAKE2b-256 f8b90c80035c6f4baddd980eeda7a007617c1f5b998b73a1bccc1c037adef735

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyxdameraulevenshtein-1.9.0-cp310-cp310-win_amd64.whl:

Publisher: build_and_release.yml on lanl/pyxDamerauLevenshtein

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

File details

Details for the file pyxdameraulevenshtein-1.9.0-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyxdameraulevenshtein-1.9.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 29296ea1fd2a741f97ec1cc5d5407ec28b83c0c8969069c8d75a8f8d1ba83992
MD5 c09f46979aa0f15466d724e97e520e5f
BLAKE2b-256 78491ed40ad1c1bfbcdc786196a03ae2d85d45b960a10226e14faa086d54ad47

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyxdameraulevenshtein-1.9.0-cp310-cp310-musllinux_1_2_x86_64.whl:

Publisher: build_and_release.yml on lanl/pyxDamerauLevenshtein

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

File details

Details for the file pyxdameraulevenshtein-1.9.0-cp310-cp310-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for pyxdameraulevenshtein-1.9.0-cp310-cp310-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 23d4da4d2ea5e2329e8ab989bad4ebe10fa1cdd94b0ec4d79386a0b45d712c40
MD5 14893538a603d559485fced6b7ed861f
BLAKE2b-256 a8c6778d96e9307764e714383d56b39c7edc805578dbcf93a29fdf55f5a8327e

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyxdameraulevenshtein-1.9.0-cp310-cp310-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl:

Publisher: build_and_release.yml on lanl/pyxDamerauLevenshtein

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

File details

Details for the file pyxdameraulevenshtein-1.9.0-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyxdameraulevenshtein-1.9.0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 fad899bd6c06292247a942ebd17d205c5173b144c315db0d1a2a8ef99b03e412
MD5 9b8eba55072332a9e87d3e841a7c1236
BLAKE2b-256 b1e5d7c6133fe53b1b82453d5a0a63c4373170adbb9a47531246402c9dd44c50

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyxdameraulevenshtein-1.9.0-cp310-cp310-macosx_10_9_x86_64.whl:

Publisher: build_and_release.yml on lanl/pyxDamerauLevenshtein

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

File details

Details for the file pyxdameraulevenshtein-1.9.0-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for pyxdameraulevenshtein-1.9.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 9e6e94622b13a2918769e5154d3007cf614f38b378286b7399b804de1f41662a
MD5 641b09539bdbcce8a21b1881ae0cf034
BLAKE2b-256 192dc5771ec0d2fe7862e9c7c23db04f924545c16813e8ea8a8c09fcdce229c5

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyxdameraulevenshtein-1.9.0-cp39-cp39-win_amd64.whl:

Publisher: build_and_release.yml on lanl/pyxDamerauLevenshtein

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

File details

Details for the file pyxdameraulevenshtein-1.9.0-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyxdameraulevenshtein-1.9.0-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1729e5ca89576760de1627720f8e09f74b5a9bdca3ccfa309cafc437ac828d80
MD5 e428fb18792cafe70f73620701e9cdfd
BLAKE2b-256 790160d1f93b79a02cbc2110a1c5bb4896f7812fd7750444efc60a62b6718b65

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyxdameraulevenshtein-1.9.0-cp39-cp39-musllinux_1_2_x86_64.whl:

Publisher: build_and_release.yml on lanl/pyxDamerauLevenshtein

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

File details

Details for the file pyxdameraulevenshtein-1.9.0-cp39-cp39-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for pyxdameraulevenshtein-1.9.0-cp39-cp39-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 f50e0c4180b4cb73541ece120bc3e11491c3dd411f1e89e5f24f253686ed2c34
MD5 11f0262f660aee001c608438f7b1038f
BLAKE2b-256 a6a990a0ebeb3be65d5ec0b5ba65b2eea2b4008b18efa3de8a2d88724051f14a

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyxdameraulevenshtein-1.9.0-cp39-cp39-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl:

Publisher: build_and_release.yml on lanl/pyxDamerauLevenshtein

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

File details

Details for the file pyxdameraulevenshtein-1.9.0-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyxdameraulevenshtein-1.9.0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 6541af239f1aeac314f19d53968e8da5d2391cd4bee8b94919ddaca8fdf22bb5
MD5 941295d369a08bb7b255562888d7735a
BLAKE2b-256 cc6a54286f6d6201a12a668b137e43cb66e4ccdd08841bab62ae0840387774fd

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyxdameraulevenshtein-1.9.0-cp39-cp39-macosx_10_9_x86_64.whl:

Publisher: build_and_release.yml on lanl/pyxDamerauLevenshtein

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 Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page