Install & Compatibility
Where this runs
tested against v1.0.1 · pip install
no network on importno background threads
Install × environment matrix
Each cell = how many times install + import succeeded across repeated harness runs. Partial = flaky.
glibc = Debian/Ubuntu slim · musl = Alpine Linux
muslpy 3.10–3.95 runs
installs and imports cleanly · install 0.0s · import 0.000s · 17.9MB
glibcpy 3.10–3.95 runs
installs and imports cleanly · install 1.6s · import 0.000s · 18MB
16MB installed
● package 16MB
Code
Verified usage
Verified import paths — ran on the pinned version, not inferred.
isAdler32
✓ from checkHash import isAdler32
✗ from checkhash import checkHash
isCRC16
✓ from checkHash import isCRC16
✗ from checkhash import checkHash
isMD5
✓ from checkHash import isMD5
✗ from checkhash import checkHash
Invalid release date detected, using current date.
from checkhash import checkHash
result = checkHash('d41d8cd98f00b204e9800998ecf8427e')
print(result) # True or False
# Specify algorithm
from checkhash import md5, sha1
print(md5('d41d8cd98f00b204e9800998ecf8427e')) # True
print(sha1('da39a3ee5e6b4b0d3255bfef95601890afd80709')) # True
Upgrade
Version history
1.0.1latest on PyPI · released Mar 1, 2023
Audit
Dependencies
isHexrequiredUsed for hex string validation