A Python wrapper of the C library 'Google CRC32C', currently at version 1.8.0. It supports Python versions from 3.9 onwards and is actively maintained with regular updates.
pip install google-crc32cVerified import paths — ran on the pinned version, not inferred.
Calculate the CRC32C checksum of a byte string.
Upgrade Python to 3.9 or higher.
Ensure your build environment contains necessary C compiler tools (e.g., 'build-base' on Alpine, 'gcc' on Debian/Ubuntu) and Python development headers (e.g., 'python3-dev' or 'python-dev'). Install these dependencies before installing `google-crc32c`. For Alpine, this often means `apk add build-base python3-dev`. If a pure Python fallback is intended, verify its implementation correctly exposes `crc32c`.
No dependency data recorded yet.