Skip to main content

Least Significant Digit Delta

Project description

LSDelta - Least Significant Digit Delta

lsdelta is a simple little library that provides a single function:

lsdelta(a :str|bytes, b :str|bytes) -> int

This function takes two decimal numbers stored as strings, pads them both to the same length after the decimal point, and then removes the decimal point and subtracts them, giving you the difference in their least significant digits.

>>> from lsdelta import lsdelta
>>> lsdelta("399.999","400")
-1
>>> lsdelta("1035.349", "1035.35")
-1
>>> lsdelta("1035.110", "1035.1")
10

This exists because it's part of a check I sometimes need to do on large datasets, which is why it's implemented in C for speed.

Author, Copyright, and License

Copyright (c) 2024 Hauke Daempfling (haukex@zero-g.net) at the Leibniz Institute of Freshwater Ecology and Inland Fisheries (IGB), Berlin, Germany, https://www.igb-berlin.de/

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with this program. If not, see https://www.gnu.org/licenses/

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

lsdelta-0.9.1.tar.gz (10.6 kB view details)

Uploaded Source

Built Distributions

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

lsdelta-0.9.1-cp314-cp314-win_amd64.whl (11.5 kB view details)

Uploaded CPython 3.14Windows x86-64

lsdelta-0.9.1-cp314-cp314-win32.whl (11.0 kB view details)

Uploaded CPython 3.14Windows x86

lsdelta-0.9.1-cp314-cp314-musllinux_1_2_x86_64.whl (16.1 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

lsdelta-0.9.1-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (16.1 kB view details)

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

lsdelta-0.9.1-cp314-cp314-macosx_11_0_arm64.whl (8.9 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

lsdelta-0.9.1-cp314-cp314-macosx_10_15_x86_64.whl (8.7 kB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

lsdelta-0.9.1-cp313-cp313-win_amd64.whl (11.3 kB view details)

Uploaded CPython 3.13Windows x86-64

lsdelta-0.9.1-cp313-cp313-win32.whl (10.8 kB view details)

Uploaded CPython 3.13Windows x86

lsdelta-0.9.1-cp313-cp313-musllinux_1_2_x86_64.whl (16.1 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

lsdelta-0.9.1-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (16.0 kB view details)

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

lsdelta-0.9.1-cp313-cp313-macosx_11_0_arm64.whl (8.9 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

lsdelta-0.9.1-cp313-cp313-macosx_10_13_x86_64.whl (8.7 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

lsdelta-0.9.1-cp312-cp312-win_amd64.whl (11.3 kB view details)

Uploaded CPython 3.12Windows x86-64

lsdelta-0.9.1-cp312-cp312-win32.whl (10.8 kB view details)

Uploaded CPython 3.12Windows x86

lsdelta-0.9.1-cp312-cp312-musllinux_1_2_x86_64.whl (16.0 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

lsdelta-0.9.1-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (16.0 kB view details)

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

lsdelta-0.9.1-cp312-cp312-macosx_11_0_arm64.whl (8.9 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

lsdelta-0.9.1-cp312-cp312-macosx_10_13_x86_64.whl (8.7 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

lsdelta-0.9.1-cp311-cp311-win_amd64.whl (11.3 kB view details)

Uploaded CPython 3.11Windows x86-64

lsdelta-0.9.1-cp311-cp311-win32.whl (10.8 kB view details)

Uploaded CPython 3.11Windows x86

lsdelta-0.9.1-cp311-cp311-musllinux_1_2_x86_64.whl (15.7 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

lsdelta-0.9.1-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (15.6 kB view details)

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

lsdelta-0.9.1-cp311-cp311-macosx_11_0_arm64.whl (8.9 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

lsdelta-0.9.1-cp311-cp311-macosx_10_9_x86_64.whl (8.6 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

lsdelta-0.9.1-cp310-cp310-win_amd64.whl (11.3 kB view details)

Uploaded CPython 3.10Windows x86-64

lsdelta-0.9.1-cp310-cp310-win32.whl (10.8 kB view details)

Uploaded CPython 3.10Windows x86

lsdelta-0.9.1-cp310-cp310-musllinux_1_2_x86_64.whl (15.7 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

lsdelta-0.9.1-cp310-cp310-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (15.6 kB view details)

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

lsdelta-0.9.1-cp310-cp310-macosx_11_0_arm64.whl (8.9 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

lsdelta-0.9.1-cp310-cp310-macosx_10_9_x86_64.whl (8.6 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

File details

Details for the file lsdelta-0.9.1.tar.gz.

File metadata

  • Download URL: lsdelta-0.9.1.tar.gz
  • Upload date:
  • Size: 10.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.10.18

File hashes

Hashes for lsdelta-0.9.1.tar.gz
Algorithm Hash digest
SHA256 e981a7640be90c7d9821a2173a704d8e59f9516a1df1f420295414c99263d295
MD5 ca01724c3e7e8728287b14144fdfa842
BLAKE2b-256 919c07f8dd2f6beb92d9bdbda7e65872e4a1a72a6a0f3b579d8a36f8fd433f51

See more details on using hashes here.

File details

Details for the file lsdelta-0.9.1-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: lsdelta-0.9.1-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 11.5 kB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.10.18

File hashes

Hashes for lsdelta-0.9.1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 43adb971b80a43d52f12a361a475721eb79376db120c27bf7bc3b9d0e271f707
MD5 6f6ec1350a4b8db522ab762bd6d7afb7
BLAKE2b-256 486c46f7a6136d3c75cf7c4c8b892ae87c3bf2d0bb6918d6711be7df3617d717

See more details on using hashes here.

File details

Details for the file lsdelta-0.9.1-cp314-cp314-win32.whl.

File metadata

  • Download URL: lsdelta-0.9.1-cp314-cp314-win32.whl
  • Upload date:
  • Size: 11.0 kB
  • Tags: CPython 3.14, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.10.18

File hashes

Hashes for lsdelta-0.9.1-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 cc19609a22ed8f6b61110e64cac8121ac1bce31b7d28c60f712310614cbb48bc
MD5 7bc231a9119318df29bd0a945cad7642
BLAKE2b-256 f232aacf6f9012372c4a3ea4aa1a2e9764f21ab9e484aacdc7dcafcb5e635817

See more details on using hashes here.

File details

Details for the file lsdelta-0.9.1-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for lsdelta-0.9.1-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6dcde0fafd80b7c5dc9074ab8741272f8642b37ae990020d2ae44b7d06f3270a
MD5 2f054faf1fed084704f2586beccf6d04
BLAKE2b-256 da664f62cd827c24361a2b6f7b2050083b0ffefd61a13a64b53341c55c2783d4

See more details on using hashes here.

File details

Details for the file lsdelta-0.9.1-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for lsdelta-0.9.1-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 e92baa5a0127c8cef41a6b0c36b815f1ee03d09dfcd3674d13491dee7cd6e37b
MD5 f089201c45b7f3ee8219221dd05b5938
BLAKE2b-256 afb07a559565cf5a5caf140724b04b9be78a43185edcf076ddcc668b55827c96

See more details on using hashes here.

File details

Details for the file lsdelta-0.9.1-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for lsdelta-0.9.1-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 097fb47af4ca57e948c772b086a9b4c90e419adf7a125fa3d156a186f9387091
MD5 f018a177169915b74e2f77e9a21a2991
BLAKE2b-256 f53e3021e28e459a2c0308a0b619fee194d1ca4863a7a8df523f3476e0d595cc

See more details on using hashes here.

File details

Details for the file lsdelta-0.9.1-cp314-cp314-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for lsdelta-0.9.1-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 23fd39403852395194bdf42be159d92ff6323499dea256b5b50e9328a5dd7249
MD5 a0283b566ab7f78ebc2ab1f3332f994a
BLAKE2b-256 5292efe2e213aec6c68eb5c74bd247a04235f4f0441c7e60e18ee44b1d4ac329

See more details on using hashes here.

File details

Details for the file lsdelta-0.9.1-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: lsdelta-0.9.1-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 11.3 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.10.18

File hashes

Hashes for lsdelta-0.9.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 4514f10b80bdf6629818a743f05a3d89617bf8262aafdce109b4dbc978da4f4a
MD5 1a2e512d8b5631f34fae61395c55edc8
BLAKE2b-256 e1b99ea1704214d2b93d2bf09fc9351099545a3ab8f987f38dcc957fe80eb3fa

See more details on using hashes here.

File details

Details for the file lsdelta-0.9.1-cp313-cp313-win32.whl.

File metadata

  • Download URL: lsdelta-0.9.1-cp313-cp313-win32.whl
  • Upload date:
  • Size: 10.8 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.10.18

File hashes

Hashes for lsdelta-0.9.1-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 56a22a85e30d7568732de6a253eaaa246272251ea4bb5ea119c05344324a5f70
MD5 9433fed2cabf8afdf8f3b7200467f81d
BLAKE2b-256 7cf6dc8ddcfd71fe044cf8a21e3089fe55ab78d5e8277067a4f554f77775380d

See more details on using hashes here.

File details

Details for the file lsdelta-0.9.1-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for lsdelta-0.9.1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4b4336b9a416a0bbe83800259ae5f8aadec9ba0fb0f2fcdd63bac3e1123d3e00
MD5 e5ffd233c2ec5183d23c42c5de009982
BLAKE2b-256 9fa2490dcbc5b8eaeb94d5f90c55101261c66502e6a5149bc268cce3ee46d0d6

See more details on using hashes here.

File details

Details for the file lsdelta-0.9.1-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for lsdelta-0.9.1-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 9b793b04302d23511601b8e31710c5cfc6878428435f6ec4cde6e7caaf863c15
MD5 5ea61991723418f504940ab4b461cddd
BLAKE2b-256 c85c1b6e39b402d96a4af78d4acd8b1d99b6759500eb41d72cad1b89b2a056ea

See more details on using hashes here.

File details

Details for the file lsdelta-0.9.1-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for lsdelta-0.9.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5a9ada1c5713048f4cfcdf15bcf309f7f3d95b18eed1654f2de12441070b9019
MD5 7795bd375798b15b46d819d099e5263e
BLAKE2b-256 479eeab33ede1f90fbc61d8e98cccd4402d5cd7d2d9a2f6080f6ecaf4aa0e37d

See more details on using hashes here.

File details

Details for the file lsdelta-0.9.1-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for lsdelta-0.9.1-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 8ab8dbb404d9878994bbef498cc3f9c78a54f483c3f90d64e140cc9873beea1c
MD5 a9da4e50c632b839ed56482d8f4d7ab3
BLAKE2b-256 d542596e0aac41b5fe42e787d0f05220699de2207c3cdf49fd129f76d561ad2d

See more details on using hashes here.

File details

Details for the file lsdelta-0.9.1-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: lsdelta-0.9.1-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 11.3 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.10.18

File hashes

Hashes for lsdelta-0.9.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 0af3bc7b5abbb8f1f66d329fe11cb194ebafe4863aee6c5e3af291eec5be4f19
MD5 b7dbd96a147be4efdaccf51bf40aeb4d
BLAKE2b-256 d06d8fa806ba572ad0e36c87ba5e2190900b700f7a2c96fd728198a562298b31

See more details on using hashes here.

File details

Details for the file lsdelta-0.9.1-cp312-cp312-win32.whl.

File metadata

  • Download URL: lsdelta-0.9.1-cp312-cp312-win32.whl
  • Upload date:
  • Size: 10.8 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.10.18

File hashes

Hashes for lsdelta-0.9.1-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 23dced6868eaac4239bc1ddd26c62cafd4c46a04fac9cc4d4a702182505d9bcc
MD5 a0281a90d53097080af4175c07707b12
BLAKE2b-256 d9ef90e8ca1b7c04fbf7e0b4b9b30115a68fd1a72d14eff8503bda392b5a9f73

See more details on using hashes here.

File details

Details for the file lsdelta-0.9.1-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for lsdelta-0.9.1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2494b985845f3f9f31cc4a1db0928c4d15a4976e85d31989099308c8e93f421f
MD5 f3ccd5f591a45e850b10cbf528fef33a
BLAKE2b-256 252f3f0a4eef1338e32b205c9a295fdce910232d9398d9af6ba4a0c99e4cacb0

See more details on using hashes here.

File details

Details for the file lsdelta-0.9.1-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for lsdelta-0.9.1-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 e99cfc1bc07d53846c5a3efb724e932a90661e473e4170f5c19e7fadcb578731
MD5 48aa39550dc44853dac9c85152832dc2
BLAKE2b-256 da09c26af77b46acf7632322a1418995ca04367d056b344d909948df03375b7d

See more details on using hashes here.

File details

Details for the file lsdelta-0.9.1-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for lsdelta-0.9.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a30ff099c798d211cb22194cc94181a7a662f2264a7ffcbcfb001414bef4076f
MD5 129ce21e15c5d420dc6afb3c76c1827b
BLAKE2b-256 d0602813287120e9ca5354b170de3fed65e38967e5fbbca5342608c85664c509

See more details on using hashes here.

File details

Details for the file lsdelta-0.9.1-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for lsdelta-0.9.1-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 4fd74707d973d8476ca9727aaf73d37a4b30b48f8ee40308864e6cd195cd42a0
MD5 f1888acc3b714ba234e0f3d5e0457f47
BLAKE2b-256 2fb50949efddf5213518ab87860ab580c6eb3d2d53292d362143194a79a7403c

See more details on using hashes here.

File details

Details for the file lsdelta-0.9.1-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: lsdelta-0.9.1-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 11.3 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.10.18

File hashes

Hashes for lsdelta-0.9.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 5095c55ee065989f9a7fcdc365e14f5932e7917d932dec7b11ff47f090e9b737
MD5 f227fa3a1f684a239da4d2293106785c
BLAKE2b-256 fbaa5427faf3f6ee18661690a900b0b69e846605d41bfe53c628032ff7b1d40b

See more details on using hashes here.

File details

Details for the file lsdelta-0.9.1-cp311-cp311-win32.whl.

File metadata

  • Download URL: lsdelta-0.9.1-cp311-cp311-win32.whl
  • Upload date:
  • Size: 10.8 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.10.18

File hashes

Hashes for lsdelta-0.9.1-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 36bcc0322083d16d3a5ac60f7471aaff2967c1d978e866924296a400b46da07d
MD5 30b4b2fe1bef60b8bcb3f9e5b0486c3c
BLAKE2b-256 3d19b699b910faba7915450eef37c0d3e7c0c412f8e22a0c09e7cc8f2e74311e

See more details on using hashes here.

File details

Details for the file lsdelta-0.9.1-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for lsdelta-0.9.1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a709c1eab3f04177333ba83a9b7dedf493cc9a05ab058d12dfa4767ca7328f74
MD5 a5a728abd5ec5fe511d8126a0e478d24
BLAKE2b-256 61ba0cf5eeadb047021ffadc403425fa150b977c9f0946757962c93bb6f5b11b

See more details on using hashes here.

File details

Details for the file lsdelta-0.9.1-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for lsdelta-0.9.1-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 a65ad5527c0038bc7ed3a9cfb8b0f933b147fe6b881800bc4ba0b8b7fba9495c
MD5 8289467a4a22b2e5e55386aadc11272e
BLAKE2b-256 aae1851c811230ccc34eaa34e452e2390d27f047abbbbbe532937279551210b9

See more details on using hashes here.

File details

Details for the file lsdelta-0.9.1-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for lsdelta-0.9.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 cf2e2873dfc11aff1361ac7082a07cca067d40b97adc886ed661d8a856aa37f6
MD5 ecceee1989d73340bd90209adbe1172c
BLAKE2b-256 8740fe36ef0bce409876940a0da97230eee6c8fab1108882b99380394ed94ecd

See more details on using hashes here.

File details

Details for the file lsdelta-0.9.1-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for lsdelta-0.9.1-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ed2a910e9c91d08c49b7ebdde7b2f9bfa28cf75e62a8643c72781b3ac0d6279e
MD5 4ba93a1736b93641fa3090fba7bd42cc
BLAKE2b-256 68d810042887aca64e73c1d18bcb7ae7a71828dc56f30494ae82f91203c82082

See more details on using hashes here.

File details

Details for the file lsdelta-0.9.1-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: lsdelta-0.9.1-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 11.3 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.10.18

File hashes

Hashes for lsdelta-0.9.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 5bf30728c0edf6798a3b7de8fd9a160ed58262ec1f506ca50db1b6460b3d9be1
MD5 75e0e8213d8ceba68ab55c44e5c6350f
BLAKE2b-256 d48bd3c23613b0870dd8b0b60a1215da5921f5b7464cf31e69f9afa8382f76cd

See more details on using hashes here.

File details

Details for the file lsdelta-0.9.1-cp310-cp310-win32.whl.

File metadata

  • Download URL: lsdelta-0.9.1-cp310-cp310-win32.whl
  • Upload date:
  • Size: 10.8 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.10.18

File hashes

Hashes for lsdelta-0.9.1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 44666598eefff7f10f8fd63ff8902968bd5cd450e3421ba51ef83c8434adba48
MD5 ed41dbaf93fc5ec68d914908d44178e6
BLAKE2b-256 995b15fd8f6398a630953d3b0c725b8acc6421395cee631045790ccc6aefafbd

See more details on using hashes here.

File details

Details for the file lsdelta-0.9.1-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for lsdelta-0.9.1-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 26c1c02c73dc5f512a89a896db017bddb2251d9d7368acffdd6c214db57e9d16
MD5 c9c76daf0fac8f47bd377cbf9e0b68a1
BLAKE2b-256 dcbcaf6030752cac849e4834abf8bc98d133d20898d1552356b23f59c4f0870f

See more details on using hashes here.

File details

Details for the file lsdelta-0.9.1-cp310-cp310-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for lsdelta-0.9.1-cp310-cp310-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 97a258d3bae04dde6fa6798394f46f436ab370d205a65525eef59af4afe3e26d
MD5 523d12cb6d3514d23f88b9c1bb6fa0bf
BLAKE2b-256 f66f3bfdca6ebd589847546fa70af90d2bcb3ae1f1df991e4c173f5b9accec37

See more details on using hashes here.

File details

Details for the file lsdelta-0.9.1-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for lsdelta-0.9.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 10524f4e85fc13f4148f26429ac1e12299136e125a8d69aebf580477a860e1a4
MD5 a7f816d4a585ed47892c430321fd0243
BLAKE2b-256 738d28f70088d96dc0432f901c1a65ab8dcd68ce323edf55de5bfc894f0fe768

See more details on using hashes here.

File details

Details for the file lsdelta-0.9.1-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for lsdelta-0.9.1-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 aa388dfa2461bb3692828507236332e681ff2417dfc01dabb0fce19d9bda8eab
MD5 9c0db5c4121a24a704bd4d473b74afc7
BLAKE2b-256 07344474a31c709d4244fa1216640ee6c65ac3d344dc7d95a9f02a949de2ffd6

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