google-crc32c

A python wrapper of the C library 'Google CRC32C'

28 个版本 Python >=3.9
Google LLC <googleapis-packages@google.com>
安装
pip install google-crc32c
poetry add google-crc32c
pipenv install google-crc32c
conda install google-crc32c
描述

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, 3.13 and 3.14 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 https://github.com/pypa/manylinux/issues/994.

Mac OS

Wheels are published for x86_64 and arm64 architectures.

Windows

Wheels are published for the win_amd64 architecture.

版本列表
1.8.0 2025-12-16
1.8.0rc4 2025-12-12
1.8.0rc3 2025-12-11
1.8.0rc2 2025-12-11
1.7.1 2025-03-26
1.7.0 2025-03-17
1.7.1rc1 2025-03-24
1.7.0rc1 2025-03-17
1.6.0 2024-09-03
1.6.0.dev5 2024-08-29
1.6.0.dev4 2024-08-27
1.6.0.dev3 2024-08-23
1.6.0.dev2 2024-08-15
1.6.0rc0 2024-08-29
1.5.0 2022-09-01
1.3.0 2021-10-05
1.2.0 2021-09-20
1.1.5 2021-09-07
1.1.4 2021-09-02
1.1.3 2021-08-30
1.1.2 2021-01-20
1.1.1 2021-01-14
1.1.0 2020-12-15
1.0.0 2020-08-07
0.1.0 2020-03-21
0.0.2 2020-03-11
0.0.1 2020-01-02
0.0.0 2025-12-10