Skip to content

googleapis/python-crc32c

Folders and files

NameName
Last commit message
Last commit date
Mar 17, 2025
Mar 25, 2025
Aug 29, 2022
Mar 26, 2025
Aug 27, 2024
Dec 22, 2021
Aug 12, 2024
Aug 12, 2024
Nov 7, 2018
Aug 7, 2020
Aug 12, 2024
Nov 20, 2023
Aug 12, 2024
Aug 25, 2021
Mar 25, 2025
Nov 20, 2023
Nov 20, 2018
Nov 20, 2023
Nov 23, 2020
Mar 24, 2025
Jul 12, 2021
Aug 31, 2022
Mar 17, 2025
Aug 27, 2024
Mar 19, 2020
Mar 17, 2025
Mar 25, 2025
Aug 27, 2024

google-crc32c

GA Python Versions

This package wraps the google/crc32c hardware-based implementation of the CRC32C hashing algorithm. Multiple wheels are distributed as well as source. If a wheel is not published for the python version and platform you are using, you will need to compile crc32c using a C toolchain.

Currently Published Wheels

Wheels are currently published for CPython 3.9, 3.10, 3.11, 3.12 and 3.13 for multiple architectures. PyPy 3.9 and 3.10 are also supported for Linux. For information on building your own wheels please view BUILDING.md.

Linux

Wheels are published for the following platforms / architectures:

  • manylinux2010 platform, x86_64 and 1686 architectures
  • manylinux2014 platform, aarch64 architecture

Unsupported Platforms

  • manylinux1 platform, x86_64 architecture support has ended.

See pypa/manylinux#994.

Mac OS

Wheels are published for x86_64 and arm64 architectures.

Windows

Wheels are published for the win_amd64 architecture.