Skip to main content

checksum_dict's objects handle the simple but repetitive task of checksumming addresses before setting/getting dictionary values.

Project description

checksum_dict

checksum_dict's objects handle the simple but repetitive task of checksumming addresses before setting/getting dictionary values.

Installation

pip install checksum_dict


Usage

There are only two things you must know...

ChecksumAddressDict
from checksum_dict import ChecksumAddressDict

d = ChecksumAddressDict()
lower = "0xb47e3cd837ddf8e4c57f05d70ab865de6e193bbb"
d[lower] = True
print(d)
>>> ChecksumAddressDict({'0xb47e3cd837dDF8e4c57F05d70Ab865de6e193BBB': True})
print(d[lower])
>>> True

As you can see, the lowercase key lower was checksummed and both the key and value were added to the dict as you would expect.

DefaultChecksumDict

We also have a checksummed version of a defaultdict:

from checksum_dict import DefaultChecksumDict

default = int
d = DefaultChecksumDict(default)
print(d[lower])
>>> 0

Although the key was not found in the dictionary, the default, in this case int, was called and returned a 0, just like with a traditional defaultdict!


Summary

Okay, now that's about it. I hope you all get immense value from this simple yet powerful tool. Now get out there and let's do some buidling!

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

checksum_dict-2.1.16.tar.gz (34.9 kB view details)

Uploaded Source

Built Distributions

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

checksum_dict-2.1.16-cp314-cp314t-win_amd64.whl (56.7 kB view details)

Uploaded CPython 3.14tWindows x86-64

checksum_dict-2.1.16-cp314-cp314t-win32.whl (52.6 kB view details)

Uploaded CPython 3.14tWindows x86

checksum_dict-2.1.16-cp314-cp314t-musllinux_1_2_x86_64.whl (152.3 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

checksum_dict-2.1.16-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (150.3 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

checksum_dict-2.1.16-cp314-cp314t-macosx_11_0_arm64.whl (80.5 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

checksum_dict-2.1.16-cp314-cp314-win_amd64.whl (52.8 kB view details)

Uploaded CPython 3.14Windows x86-64

checksum_dict-2.1.16-cp314-cp314-win32.whl (49.3 kB view details)

Uploaded CPython 3.14Windows x86

checksum_dict-2.1.16-cp314-cp314-musllinux_1_2_x86_64.whl (134.7 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

checksum_dict-2.1.16-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (132.8 kB view details)

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

checksum_dict-2.1.16-cp314-cp314-macosx_11_0_arm64.whl (76.8 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

checksum_dict-2.1.16-cp313-cp313-win_amd64.whl (53.0 kB view details)

Uploaded CPython 3.13Windows x86-64

checksum_dict-2.1.16-cp313-cp313-win32.whl (49.2 kB view details)

Uploaded CPython 3.13Windows x86

checksum_dict-2.1.16-cp313-cp313-musllinux_1_2_x86_64.whl (133.4 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

checksum_dict-2.1.16-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (133.0 kB view details)

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

checksum_dict-2.1.16-cp313-cp313-macosx_11_0_arm64.whl (76.4 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

checksum_dict-2.1.16-cp312-cp312-win_amd64.whl (53.2 kB view details)

Uploaded CPython 3.12Windows x86-64

checksum_dict-2.1.16-cp312-cp312-win32.whl (49.4 kB view details)

Uploaded CPython 3.12Windows x86

checksum_dict-2.1.16-cp312-cp312-musllinux_1_2_x86_64.whl (134.8 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

checksum_dict-2.1.16-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (134.2 kB view details)

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

checksum_dict-2.1.16-cp312-cp312-macosx_11_0_arm64.whl (76.6 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

checksum_dict-2.1.16-cp311-cp311-win_amd64.whl (53.0 kB view details)

Uploaded CPython 3.11Windows x86-64

checksum_dict-2.1.16-cp311-cp311-win32.whl (49.0 kB view details)

Uploaded CPython 3.11Windows x86

checksum_dict-2.1.16-cp311-cp311-musllinux_1_2_x86_64.whl (132.8 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

checksum_dict-2.1.16-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (130.5 kB view details)

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

checksum_dict-2.1.16-cp311-cp311-macosx_11_0_arm64.whl (76.4 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

checksum_dict-2.1.16-cp310-cp310-win_amd64.whl (53.1 kB view details)

Uploaded CPython 3.10Windows x86-64

checksum_dict-2.1.16-cp310-cp310-win32.whl (49.1 kB view details)

Uploaded CPython 3.10Windows x86

checksum_dict-2.1.16-cp310-cp310-musllinux_1_2_x86_64.whl (130.6 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

checksum_dict-2.1.16-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (128.4 kB view details)

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

checksum_dict-2.1.16-cp310-cp310-macosx_11_0_arm64.whl (77.0 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

checksum_dict-2.1.16-cp39-cp39-win_amd64.whl (53.1 kB view details)

Uploaded CPython 3.9Windows x86-64

checksum_dict-2.1.16-cp39-cp39-win32.whl (49.1 kB view details)

Uploaded CPython 3.9Windows x86

checksum_dict-2.1.16-cp39-cp39-musllinux_1_2_x86_64.whl (129.7 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

checksum_dict-2.1.16-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (127.5 kB view details)

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

checksum_dict-2.1.16-cp39-cp39-macosx_11_0_arm64.whl (76.9 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

File details

Details for the file checksum_dict-2.1.16.tar.gz.

File metadata

  • Download URL: checksum_dict-2.1.16.tar.gz
  • Upload date:
  • Size: 34.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.2

File hashes

Hashes for checksum_dict-2.1.16.tar.gz
Algorithm Hash digest
SHA256 3d5cbc622070d59abfcab9b4eb24d9eb76b6213e1856a075d74c15ce84d79402
MD5 aa4e594f90f63cdd103df4c95bfdcbd7
BLAKE2b-256 e1829ee53b4be0f609fe5978a2e2909f33dff58c978ff0f03f8f0d7d97a28177

See more details on using hashes here.

File details

Details for the file checksum_dict-2.1.16-cp314-cp314t-win_amd64.whl.

File metadata

File hashes

Hashes for checksum_dict-2.1.16-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 cd0ff6513c116cf6a986d5e2b0c4f435ba9ef6d22e521601cbd063beefb92522
MD5 b8703f4ef0cbb03e18c4de7a7397e96e
BLAKE2b-256 fba7512a238aa72c2dd2c0f2f29838d506be6d72e2ad71290e939b7fe7525766

See more details on using hashes here.

File details

Details for the file checksum_dict-2.1.16-cp314-cp314t-win32.whl.

File metadata

File hashes

Hashes for checksum_dict-2.1.16-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 8778eb74963e2a8888fc1ca79a7ee1173e26c29b31e8942330fe6471c4b585c2
MD5 b7e95298d35c5c3a6e658c71bb410550
BLAKE2b-256 9ab61d99881dac7792011c8dabda92c6d89275cfbd400c973dd03cd30049dd08

See more details on using hashes here.

File details

Details for the file checksum_dict-2.1.16-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for checksum_dict-2.1.16-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d4a38ed98ba38b427a88fd820dd139e4e637689b988e5822940778360d402e67
MD5 8604f45723077b16c4c87596cba9b033
BLAKE2b-256 bae7b66facf41eece1443c515f8514baf6a16fe2a0b80c91487708e891169760

See more details on using hashes here.

File details

Details for the file checksum_dict-2.1.16-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for checksum_dict-2.1.16-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 290d0b94f47df7503b16f7539e28af932713260a68fe5162c6ba1e351c84d5c9
MD5 7244300aa0e4457829b07dc9ac0b50dc
BLAKE2b-256 c49f565478e6d975540c00b418756930a77c547e698db02e9a1c884b8eaa4f45

See more details on using hashes here.

File details

Details for the file checksum_dict-2.1.16-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for checksum_dict-2.1.16-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ac9833827cc29be6f367631199416aa98b161b0e908580c777712c730c175b66
MD5 6f59c01ebe0c77f0cac88f316d54ca8a
BLAKE2b-256 53c8da71b71a559c91af3858b78e597599bd2f9c3b80c5d850a26381407e1d5a

See more details on using hashes here.

File details

Details for the file checksum_dict-2.1.16-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for checksum_dict-2.1.16-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 ade5d73a78a8861af65d55e9435d56c9a370e7dcfdfa23c568f2767e38e4012f
MD5 15fe61281b6119d64ad6234fed50560d
BLAKE2b-256 2b00a04ce78a34d88434b5047eb48b825ba43c0608eb8f2d14201ba9ce009ed7

See more details on using hashes here.

File details

Details for the file checksum_dict-2.1.16-cp314-cp314-win32.whl.

File metadata

File hashes

Hashes for checksum_dict-2.1.16-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 6f7744c131f0b57e274bbb4e861713ba0b7e053f9b7936c7620b0d9c70922fa7
MD5 42804d2adcfbb682cded00a0e5e77e45
BLAKE2b-256 78f067074164d29e76aa26db2a83c9c028273ee9dda721fa3280c02d2967d9a8

See more details on using hashes here.

File details

Details for the file checksum_dict-2.1.16-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for checksum_dict-2.1.16-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 00fc947448c14acd1efc9cada202ba896e1eb85a399614cef2d63e1f714e7b29
MD5 bbaacdfbea6faa12d120e352f197b839
BLAKE2b-256 fc002f7522b0155882c675688baa8bce61ddb3908ea9a11a5f8e6372a377d8f6

See more details on using hashes here.

File details

Details for the file checksum_dict-2.1.16-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for checksum_dict-2.1.16-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 193d2447e36f8dbba8f0257c1764a72f2da1e0c05f6fe8f9793d76da3b9aa05f
MD5 c9cf42a147249567b670c48e15a4f332
BLAKE2b-256 1f07fd35d49ddf3997726f265aa805a65eaadedc49d1e48a6badac0c45d45082

See more details on using hashes here.

File details

Details for the file checksum_dict-2.1.16-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for checksum_dict-2.1.16-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3da056fdf36627241f18d0b1c9a216aedbb6d259034b39f365c391f1b3708e04
MD5 ab6af1e46d272484d671fef394f2fbca
BLAKE2b-256 bc0c7bff91975abe7e3fc8cbd1c3c77300556f74bec72365b6052d4166d5b768

See more details on using hashes here.

File details

Details for the file checksum_dict-2.1.16-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for checksum_dict-2.1.16-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 11ae310a1d1a8f5e11255c3e1bb367376d78f4a72176dad7a25c312f84a0899a
MD5 0343d90a7627fa863800743d1aa7969f
BLAKE2b-256 9b807298514eff38b5b5ae8cdaf08b4f5061e0b07315bf0a453bbe80c6f898a1

See more details on using hashes here.

File details

Details for the file checksum_dict-2.1.16-cp313-cp313-win32.whl.

File metadata

File hashes

Hashes for checksum_dict-2.1.16-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 068a2541d7aebdb6bcfac89d67356c7edddbd168636bcea558fa645d9b1d40c7
MD5 6fc9f41c261a054a6c3a48c103312547
BLAKE2b-256 9021f547afcf47bb6eaf8fba0cd79f7a61c5a2b3ee6c1dabf792580bc3afb53e

See more details on using hashes here.

File details

Details for the file checksum_dict-2.1.16-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for checksum_dict-2.1.16-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2c4faca502698df04597d4efad08206b36793b7f610186cb23264ec4b1d7f0d8
MD5 1db4034f7bb76b22b367c9aeec89c20f
BLAKE2b-256 8cc5f10143b67ef0e367ac3e65adacc81387dea13e129103784261983f3aae64

See more details on using hashes here.

File details

Details for the file checksum_dict-2.1.16-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for checksum_dict-2.1.16-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c0f1b9aae4b4a2908ff37af118ac5de41b9778c73ed0e8c8ae9465b5548d7616
MD5 0ae2279427532692d6c7fa9a32d105cf
BLAKE2b-256 317deb8227f3b780ec26c973f0298461d183256827e9422324037e1fa1eed644

See more details on using hashes here.

File details

Details for the file checksum_dict-2.1.16-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for checksum_dict-2.1.16-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2f6f52d6ae098486044e5d964045008ddb7f447038ebddf277d1a9fc940994a8
MD5 8f018a496d112f3bede381748499863b
BLAKE2b-256 a99ded256e2ea89db5cb81d3bb7e89c60fdf713d679b23724633501090aae917

See more details on using hashes here.

File details

Details for the file checksum_dict-2.1.16-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for checksum_dict-2.1.16-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 5edc23301b75b1c79944545fd422baed4ea9d3f75619d6cd6b41f1506c2c3572
MD5 bfc5f9401c71f1353b84c217f1d5c95d
BLAKE2b-256 5a70759488c682fc3012927c151cf7a36b1ea878fd14bc8c100444a4dda66edc

See more details on using hashes here.

File details

Details for the file checksum_dict-2.1.16-cp312-cp312-win32.whl.

File metadata

File hashes

Hashes for checksum_dict-2.1.16-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 23d7f0ce7c535c39602f3850f72a439f5b5356aa746017121d77c0217d8a91e2
MD5 39629f0c134a82ad9b37e3c07a0cc4f4
BLAKE2b-256 2a0e20f2c1d7bb48393c9037687c6cd6fa62e9c12acb6f5f4e1712f5b72edc43

See more details on using hashes here.

File details

Details for the file checksum_dict-2.1.16-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for checksum_dict-2.1.16-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0ea8bd7bacee2c62ffcb68db5766f224b8e66a679c25f8b4857fb6e5b0fa1667
MD5 4d06d9601698c84489833df55a9ff888
BLAKE2b-256 251783522729dfba9a0a4fa257be442e997460299de3498bcd19e0a790d11089

See more details on using hashes here.

File details

Details for the file checksum_dict-2.1.16-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for checksum_dict-2.1.16-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 bcd34a3d151426e9a767630e65efe82a61f83ea32108eed5646cff58640c0ea7
MD5 807afa8a610520f2d5e3afec689adc9b
BLAKE2b-256 e0e211df398f88281ed426c9563b0fa3f04d858e157861d775107012d9c61ff7

See more details on using hashes here.

File details

Details for the file checksum_dict-2.1.16-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for checksum_dict-2.1.16-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d6d12f80a35cf98176e35446f32d13b9720030fc7e88fc2ec7d54388292b4ced
MD5 49f972de0d851981866c91d95903355f
BLAKE2b-256 76566723206c0f3704b408907a572bbb72103d363eac5e704dbd8b53879b636d

See more details on using hashes here.

File details

Details for the file checksum_dict-2.1.16-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for checksum_dict-2.1.16-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 d144c7108c8d667b62dad86970a15a1f9607e1b0e28ef80fc244a1357ae6f854
MD5 ba8875aa794b9ddd7f616780e3ae69ac
BLAKE2b-256 f43b1e444faa1f37600c2fad1ad1a4e04ae98feef0d217382dff189582eda413

See more details on using hashes here.

File details

Details for the file checksum_dict-2.1.16-cp311-cp311-win32.whl.

File metadata

File hashes

Hashes for checksum_dict-2.1.16-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 c92c447dc3ca4523e0c3bd071eb79155b7adb4ea13a79851c28bb867d8778853
MD5 820fb0cf57d8b9f18f76c728639f71fa
BLAKE2b-256 60e45ca0f8593f61f194fa8b9af303ff7509bc71d09d76fd4e0170169f1feca2

See more details on using hashes here.

File details

Details for the file checksum_dict-2.1.16-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for checksum_dict-2.1.16-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 eeb3aeea9c81b43f8fff79e39ce399b819ef9652cd792cd837eb10195e6ac130
MD5 4d9cc41b24583e613d6ae872d5406e92
BLAKE2b-256 a074b1958642b5a41584630807fa7a54deb7dfb1292d80cc15d8db209ea65b9d

See more details on using hashes here.

File details

Details for the file checksum_dict-2.1.16-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for checksum_dict-2.1.16-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 96698b40d35a4b132b6eddce577e76029ab8e0c0a12f17ae6ea950dd87a5f643
MD5 0a598ca801996138ec9436d9a13ad9d9
BLAKE2b-256 a1cc3c9951450ccc47089d8a5e435424ce72bb825420fd9299f5fb2433486857

See more details on using hashes here.

File details

Details for the file checksum_dict-2.1.16-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for checksum_dict-2.1.16-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 008f015efea663018a422517ee00da49141149195a242a0719564cd56d4aa450
MD5 bec86c9e851eebb7c870cb1eae23f107
BLAKE2b-256 332bbbbe8809e9921e4382d61d6c0f41717df73b650b2cdaa9e9eb983e3e2c3b

See more details on using hashes here.

File details

Details for the file checksum_dict-2.1.16-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for checksum_dict-2.1.16-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 6b78e732c039835a93e663bfa0ab995092544bb87200486fbe9e9c6bd384c7ce
MD5 66e1d62e68760a5b0b7a53743c00767a
BLAKE2b-256 9d26ae0a14daea49ea3c537cbb0fb4bac0cb8fb4110d3511de5510b6187df421

See more details on using hashes here.

File details

Details for the file checksum_dict-2.1.16-cp310-cp310-win32.whl.

File metadata

File hashes

Hashes for checksum_dict-2.1.16-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 bb88b703eed343eaca94aedf69d7e45447d307a339f64aac39726ddbf30c43fa
MD5 a1a8df976016d9909e18b11bb299fca5
BLAKE2b-256 8f0ccf74c8e2d72ca8140a8639d58fe7b7081601f68d5a211c629b76d323899e

See more details on using hashes here.

File details

Details for the file checksum_dict-2.1.16-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for checksum_dict-2.1.16-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b4a4310851db7d4273f69f8aba230d277283a55caab140c45610d6c49557cc68
MD5 6b36abbe6ea9d8f56c71fac3af5527d8
BLAKE2b-256 c7465d87d91bdc8d0c596700f5aac5338bacd7e2bf8648381fb37fece5d1ff54

See more details on using hashes here.

File details

Details for the file checksum_dict-2.1.16-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for checksum_dict-2.1.16-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5be8aecbc4a6964f79ece031827816b4417c3ab106b2ecf26271626cb581cda8
MD5 9dce207feae380b303e2c98bfac45559
BLAKE2b-256 da01c0c1cf59a5e588bffb9f2150e6f1dda36c280acc9c20361529daa667f0fb

See more details on using hashes here.

File details

Details for the file checksum_dict-2.1.16-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for checksum_dict-2.1.16-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 033f10fda72f191c7126ed8675bd04bb9a71cd9fc4f26c56f3dee5c031088be0
MD5 cdda55f404451d712f9d3d58c48c213c
BLAKE2b-256 c427a1f675ed63399b34aba940543ff8e352b85f40c6671d73bdb841638c7235

See more details on using hashes here.

File details

Details for the file checksum_dict-2.1.16-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for checksum_dict-2.1.16-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 5df07dea9161bdbe026c034dc7745ba62778bfca2918e24cb31dd5acd143b5fa
MD5 826f87727a1db16cb701ec917b4b352a
BLAKE2b-256 3e0f9769fa90828efa16a205afbe18a5e5bd54e350390331934fc28432c7f94f

See more details on using hashes here.

File details

Details for the file checksum_dict-2.1.16-cp39-cp39-win32.whl.

File metadata

  • Download URL: checksum_dict-2.1.16-cp39-cp39-win32.whl
  • Upload date:
  • Size: 49.1 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.2

File hashes

Hashes for checksum_dict-2.1.16-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 075db4048f1094af5e0a44eb8419933ece4f2fd29caac5251b7817082bb02e4e
MD5 2743ccca258555aad2de9d1eee2dcca7
BLAKE2b-256 c031f648f7d0b36b26765b5d4ac5fc8eac60a32ef774ad15c106d4af95ba42be

See more details on using hashes here.

File details

Details for the file checksum_dict-2.1.16-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for checksum_dict-2.1.16-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e56b4e7bc7196d9bba3f2c2e3990494702845efc7c6f175d47463409b3220829
MD5 50b16301d211c957323c14eafb8730e4
BLAKE2b-256 3d1dd53dee6268bf3e96883eb9c1c823e73e8aa8dcdfb1df2d834c2312897609

See more details on using hashes here.

File details

Details for the file checksum_dict-2.1.16-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for checksum_dict-2.1.16-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3d4181c9665990d74cd67450ecb7d6faf45b8db79cae22fd9fe425295f9248b8
MD5 80ef6e3814c29db348a8b35002507849
BLAKE2b-256 0f287fcca8e1755289573d9459af95337c22d5cb9fff6c38a5a9ad414f3231a0

See more details on using hashes here.

File details

Details for the file checksum_dict-2.1.16-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for checksum_dict-2.1.16-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a21e1fd5d6f6a586873b05b29d12c020752b2a9a143770abd1ad03d096a4172d
MD5 2567efc1a236fb4a0d53b4b96f8e6d0c
BLAKE2b-256 508148c0d56bd031693697f6b9c5bca48131cfa803ff43667f6a09c3a0da66b2

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