Skip to main content

A python package implementing the crc32c algorithmin hardware and software

Project description

https://travis-ci.com/ICRAR/crc32c.svg?branch=master https://ci.appveyor.com/api/projects/status/lamys36iude1x180/branch/master?svg=true https://badge.fury.io/py/crc32c.svg

This package implements the crc32c checksum algorithm. It automatically chooses between a hardware-based implementation (using the CRC32C SSE 4.2 instruction of Intel CPUs), or a software-based one when no hardware support can be found.

Because crc32c is in PyPI, you can install it with:

pip install crc32c

Supported platforms are Linux and OSX using the gcc and clang compilers, and Windows using the Visual Studio compiler. Other compilers in Windows (MinGW for instance) might work. Binary wheels are also provided in PyPI for major platforms/architectures.

Implementation details

By default, if your CPU doesn’t support this instruction, the package will fallback to use a software implementation of the crc32c checksum algorithm. This behavior can be changed by setting the CRC32C_SW_MODE environment variable to one of the following values:

  • auto: same as if unset, will eventually be discontinued.

  • force: use software implementation regardless of hardware support.

  • none: fail to import the module with an ImportError if no hardware support is found (old 1.x default behavior).

Both the hardware- and software-based algorithms are based on Mark Adler’s code, with some modifications required to make the code more portable and fit for inclusion within this python package.

License

This package is licensed under the LGPL-2.1 license.

The original crc32c algorithm’s code, both software and hardware, are licensed under the BSD 3-clause license.

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

crc32c-2.0.tar.gz (25.1 kB view details)

Uploaded Source

Built Distributions

crc32c-2.0-cp38-cp38-manylinux1_x86_64.whl (26.4 kB view details)

Uploaded CPython 3.8

crc32c-2.0-cp37-cp37m-win_amd64.whl (27.6 kB view details)

Uploaded CPython 3.7m Windows x86-64

crc32c-2.0-cp37-cp37m-manylinux1_x86_64.whl (26.2 kB view details)

Uploaded CPython 3.7m

crc32c-2.0-cp37-cp37m-macosx_10_6_x86_64.whl (24.8 kB view details)

Uploaded CPython 3.7m macOS 10.6+ x86-64

crc32c-2.0-cp36-cp36m-win_amd64.whl (27.6 kB view details)

Uploaded CPython 3.6m Windows x86-64

crc32c-2.0-cp36-cp36m-manylinux1_x86_64.whl (26.2 kB view details)

Uploaded CPython 3.6m

crc32c-2.0-cp36-cp36m-macosx_10_6_x86_64.whl (24.8 kB view details)

Uploaded CPython 3.6m macOS 10.6+ x86-64

crc32c-2.0-cp35-cp35m-win_amd64.whl (27.5 kB view details)

Uploaded CPython 3.5m Windows x86-64

crc32c-2.0-cp35-cp35m-win32.whl (26.8 kB view details)

Uploaded CPython 3.5m Windows x86

crc32c-2.0-cp35-cp35m-manylinux1_x86_64.whl (26.2 kB view details)

Uploaded CPython 3.5m

crc32c-2.0-cp35-cp35m-macosx_10_6_x86_64.whl (24.7 kB view details)

Uploaded CPython 3.5m macOS 10.6+ x86-64

crc32c-2.0-cp34-cp34m-win_amd64.whl (25.3 kB view details)

Uploaded CPython 3.4m Windows x86-64

crc32c-2.0-cp34-cp34m-win32.whl (25.7 kB view details)

Uploaded CPython 3.4m Windows x86

crc32c-2.0-cp34-cp34m-manylinux1_x86_64.whl (26.0 kB view details)

Uploaded CPython 3.4m

crc32c-2.0-cp34-cp34m-macosx_10_6_x86_64.whl (24.7 kB view details)

Uploaded CPython 3.4m macOS 10.6+ x86-64

crc32c-2.0-cp33-cp33m-win_amd64.whl (17.7 kB view details)

Uploaded CPython 3.3m Windows x86-64

crc32c-2.0-cp33-cp33m-win32.whl (18.1 kB view details)

Uploaded CPython 3.3m Windows x86

crc32c-2.0-cp27-cp27mu-manylinux1_x86_64.whl (26.0 kB view details)

Uploaded CPython 2.7mu

crc32c-2.0-cp27-cp27m-win_amd64.whl (25.2 kB view details)

Uploaded CPython 2.7m Windows x86-64

crc32c-2.0-cp27-cp27m-win32.whl (25.7 kB view details)

Uploaded CPython 2.7m Windows x86

crc32c-2.0-cp27-cp27m-manylinux1_x86_64.whl (26.0 kB view details)

Uploaded CPython 2.7m

crc32c-2.0-cp27-cp27m-macosx_10_6_x86_64.whl (24.7 kB view details)

Uploaded CPython 2.7m macOS 10.6+ x86-64

File details

Details for the file crc32c-2.0.tar.gz.

File metadata

  • Download URL: crc32c-2.0.tar.gz
  • Upload date:
  • Size: 25.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/42.0.2 requests-toolbelt/0.8.0 tqdm/4.23.3 CPython/3.6.8

File hashes

Hashes for crc32c-2.0.tar.gz
Algorithm Hash digest
SHA256 2cb2076843feffbbffd9a8d7e87b58f0b430872c083eab2a7f52b83b6e882ca9
MD5 5c1edbdda9ae89cf52997719c823fb29
BLAKE2b-256 9c3a1bb7ed95a4a531f3e7d9dd4a0f8ebe89e0e5a24f094a2607173bd633dbbe

See more details on using hashes here.

Provenance

File details

Details for the file crc32c-2.0-cp38-cp38-manylinux1_x86_64.whl.

File metadata

  • Download URL: crc32c-2.0-cp38-cp38-manylinux1_x86_64.whl
  • Upload date:
  • Size: 26.4 kB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.40.0 CPython/3.6.7

File hashes

Hashes for crc32c-2.0-cp38-cp38-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 fd89cfa5e2641ef40178bfdaba33add8c6e19bd577a13438c0d746132db21f16
MD5 fdf1592f63b7c44e230b19bc23b4ffa4
BLAKE2b-256 50cc410d1148aaee336966c487ea0999d8ee5325f52e233e3cd12d5fc551afd4

See more details on using hashes here.

Provenance

File details

Details for the file crc32c-2.0-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: crc32c-2.0-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 27.6 kB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/42.0.2 requests-toolbelt/0.8.0 tqdm/4.23.3 CPython/3.6.8

File hashes

Hashes for crc32c-2.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 e93fa50917ca5c014f0a8a27edcf48a521db3548241215117fd4e42196764942
MD5 bb02171384640b861a8ce3b784b649a9
BLAKE2b-256 5706088a624a2b1f03730a4ea3cda742859c7c966b252037a6a348b124cda2f0

See more details on using hashes here.

Provenance

File details

Details for the file crc32c-2.0-cp37-cp37m-manylinux1_x86_64.whl.

File metadata

  • Download URL: crc32c-2.0-cp37-cp37m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 26.2 kB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.40.0 CPython/3.6.7

File hashes

Hashes for crc32c-2.0-cp37-cp37m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 5fcb4493f568fa9d52d87bcf40ff670b0ec42a50aa7035e00846630bce923499
MD5 19dee99622e777cd2abf8641023c8791
BLAKE2b-256 8161085c955e5d2d548cd3c49b5f4e0b5528318067c08da3618aa19d95888554

See more details on using hashes here.

Provenance

File details

Details for the file crc32c-2.0-cp37-cp37m-macosx_10_6_x86_64.whl.

File metadata

  • Download URL: crc32c-2.0-cp37-cp37m-macosx_10_6_x86_64.whl
  • Upload date:
  • Size: 24.8 kB
  • Tags: CPython 3.7m, macOS 10.6+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/42.0.2 requests-toolbelt/0.8.0 tqdm/4.23.3 CPython/3.6.8

File hashes

Hashes for crc32c-2.0-cp37-cp37m-macosx_10_6_x86_64.whl
Algorithm Hash digest
SHA256 16e0aac4cddccec9931b6116a7467b286a4360944bd31a44d5163009fd782eeb
MD5 d81c4f88631044d87795b8b099b17ef9
BLAKE2b-256 e12bd2ead5803638971bf6224c7ca93d55dd33ac8fbf7398400c67c7ac23d53d

See more details on using hashes here.

Provenance

File details

Details for the file crc32c-2.0-cp36-cp36m-win_amd64.whl.

File metadata

  • Download URL: crc32c-2.0-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 27.6 kB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/42.0.2 requests-toolbelt/0.8.0 tqdm/4.23.3 CPython/3.6.8

File hashes

Hashes for crc32c-2.0-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 7ea43cd3953d594e745b801a71aaf15a13f26c2414c3820960acef13e0b3dcc8
MD5 1cda15d6fa6a8d0798b182b54f968f9d
BLAKE2b-256 c3b83dd93c5823a0fecef6e67580e3595aec529ecabbd23d49e9ccb0671ac8d9

See more details on using hashes here.

Provenance

File details

Details for the file crc32c-2.0-cp36-cp36m-manylinux1_x86_64.whl.

File metadata

  • Download URL: crc32c-2.0-cp36-cp36m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 26.2 kB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.40.0 CPython/3.6.7

File hashes

Hashes for crc32c-2.0-cp36-cp36m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 172611e6f4bdb84f0811f079315cfb49485f9f067d9d6b2512feb41951ed7c25
MD5 dbde1bfc353a2037a20bae195eec67e6
BLAKE2b-256 ab82f60248c01a8a23ae07bd4c43d78d69b20ffe324311db3b0785e391aa09d2

See more details on using hashes here.

Provenance

File details

Details for the file crc32c-2.0-cp36-cp36m-macosx_10_6_x86_64.whl.

File metadata

  • Download URL: crc32c-2.0-cp36-cp36m-macosx_10_6_x86_64.whl
  • Upload date:
  • Size: 24.8 kB
  • Tags: CPython 3.6m, macOS 10.6+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/42.0.2 requests-toolbelt/0.8.0 tqdm/4.23.3 CPython/3.6.8

File hashes

Hashes for crc32c-2.0-cp36-cp36m-macosx_10_6_x86_64.whl
Algorithm Hash digest
SHA256 42ff797ccc557e45af253a04ec11e821fdb6362479149bf77a651d549cb59b8c
MD5 5a37b2c6812af5e5b9dad1ceb0b36c2f
BLAKE2b-256 a2e88fa6fec83911d304658b5646549e822a0d9d4022931203a842c8a030e31e

See more details on using hashes here.

Provenance

File details

Details for the file crc32c-2.0-cp35-cp35m-win_amd64.whl.

File metadata

  • Download URL: crc32c-2.0-cp35-cp35m-win_amd64.whl
  • Upload date:
  • Size: 27.5 kB
  • Tags: CPython 3.5m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/42.0.2 requests-toolbelt/0.8.0 tqdm/4.23.3 CPython/3.6.8

File hashes

Hashes for crc32c-2.0-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 a6c6bf3edefcb657fdacd18b4a263c2463f973869d1df34a2c7c074f6bc4adc6
MD5 72ed37432bfe2d1bb79d9fd9be15d6b2
BLAKE2b-256 b0ba6b6c5188bd90b388c57d41db6788096fd3f80ea9ece4e93c00ffcc106881

See more details on using hashes here.

Provenance

File details

Details for the file crc32c-2.0-cp35-cp35m-win32.whl.

File metadata

  • Download URL: crc32c-2.0-cp35-cp35m-win32.whl
  • Upload date:
  • Size: 26.8 kB
  • Tags: CPython 3.5m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/42.0.2 requests-toolbelt/0.8.0 tqdm/4.23.3 CPython/3.6.8

File hashes

Hashes for crc32c-2.0-cp35-cp35m-win32.whl
Algorithm Hash digest
SHA256 cc2e4605e67311027c03a06d42e5983231bfb2e8ebf588061f3cb81bf2f6745c
MD5 9b0456192b009b8964f74215d4a16115
BLAKE2b-256 2c0bc8c550205704f58ed17fe54e27af2aad8455d5b41eee38d8c957409f31e6

See more details on using hashes here.

Provenance

File details

Details for the file crc32c-2.0-cp35-cp35m-manylinux1_x86_64.whl.

File metadata

  • Download URL: crc32c-2.0-cp35-cp35m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 26.2 kB
  • Tags: CPython 3.5m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.40.0 CPython/3.6.7

File hashes

Hashes for crc32c-2.0-cp35-cp35m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 c32af8e6a35e630b667f54d02375d15e336ad95088f4cead6af653cc154e308d
MD5 0f3337345152534a6b0e52bcea6d4a0e
BLAKE2b-256 cba7ef34bc2076da9bdaee777783353274b79897ae9941ac2d530f9a152bf793

See more details on using hashes here.

Provenance

File details

Details for the file crc32c-2.0-cp35-cp35m-macosx_10_6_x86_64.whl.

File metadata

  • Download URL: crc32c-2.0-cp35-cp35m-macosx_10_6_x86_64.whl
  • Upload date:
  • Size: 24.7 kB
  • Tags: CPython 3.5m, macOS 10.6+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/42.0.2 requests-toolbelt/0.8.0 tqdm/4.23.3 CPython/3.6.8

File hashes

Hashes for crc32c-2.0-cp35-cp35m-macosx_10_6_x86_64.whl
Algorithm Hash digest
SHA256 ab3a2073c4f9c3015f3bc9618086af07c4b74526a6620123ddeff23b4111855a
MD5 079fc69e9f44ff5ba9ddd6f1ecafc9b6
BLAKE2b-256 f4ebd862185ab1f0827f2e9b8a4be7468568f78fd5ac552d8dd631f3df188d1c

See more details on using hashes here.

Provenance

File details

Details for the file crc32c-2.0-cp34-cp34m-win_amd64.whl.

File metadata

  • Download URL: crc32c-2.0-cp34-cp34m-win_amd64.whl
  • Upload date:
  • Size: 25.3 kB
  • Tags: CPython 3.4m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/42.0.2 requests-toolbelt/0.8.0 tqdm/4.23.3 CPython/3.6.8

File hashes

Hashes for crc32c-2.0-cp34-cp34m-win_amd64.whl
Algorithm Hash digest
SHA256 8f7b244264e5dbd413111d5daa4e3e15508fc1fb4e4a9bc6b1fe782cf2a3e24e
MD5 7b30791ed923684d7b822693477edf4d
BLAKE2b-256 7ff69bd227e752a2262a0bdafbb0c1c25d892d9cbb59563ca43b96e49c2e7d13

See more details on using hashes here.

Provenance

File details

Details for the file crc32c-2.0-cp34-cp34m-win32.whl.

File metadata

  • Download URL: crc32c-2.0-cp34-cp34m-win32.whl
  • Upload date:
  • Size: 25.7 kB
  • Tags: CPython 3.4m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/42.0.2 requests-toolbelt/0.8.0 tqdm/4.23.3 CPython/3.6.8

File hashes

Hashes for crc32c-2.0-cp34-cp34m-win32.whl
Algorithm Hash digest
SHA256 3c1b269cf4cfddb9b10e0bb16c7b711df75df302a61eaac904349aba22bd50ee
MD5 925c26288fa1827a126e100dbc25d231
BLAKE2b-256 4645ed7cb8fccfab4b5be2b1898d02a8b5dafbd10a58c4fdfdd954c0e5deee98

See more details on using hashes here.

Provenance

File details

Details for the file crc32c-2.0-cp34-cp34m-manylinux1_x86_64.whl.

File metadata

  • Download URL: crc32c-2.0-cp34-cp34m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 26.0 kB
  • Tags: CPython 3.4m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.40.0 CPython/3.6.7

File hashes

Hashes for crc32c-2.0-cp34-cp34m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 c1d60cae5eaa01e68f186caa63d80504ff83d93e2dc0f13a0095e448a8000515
MD5 2a04420214f6d95ed04989a1ba565d5f
BLAKE2b-256 6b9c475dbc8812c15ff5b8b8bbe3ae14857fe5b8bee73eb892718ecd0f52b09d

See more details on using hashes here.

Provenance

File details

Details for the file crc32c-2.0-cp34-cp34m-macosx_10_6_x86_64.whl.

File metadata

  • Download URL: crc32c-2.0-cp34-cp34m-macosx_10_6_x86_64.whl
  • Upload date:
  • Size: 24.7 kB
  • Tags: CPython 3.4m, macOS 10.6+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/42.0.2 requests-toolbelt/0.8.0 tqdm/4.23.3 CPython/3.6.8

File hashes

Hashes for crc32c-2.0-cp34-cp34m-macosx_10_6_x86_64.whl
Algorithm Hash digest
SHA256 d8da43cba7cc02aeb5843c33076877de50cf725cd78b108e03a6d0c2e3e006e3
MD5 caf3cbd0d6cabd6a668b5737fc43c03d
BLAKE2b-256 aab6eb0bc25b55b477f4410f4a9111cbd1b8aecb0321659993ccf537c9497bda

See more details on using hashes here.

Provenance

File details

Details for the file crc32c-2.0-cp33-cp33m-win_amd64.whl.

File metadata

  • Download URL: crc32c-2.0-cp33-cp33m-win_amd64.whl
  • Upload date:
  • Size: 17.7 kB
  • Tags: CPython 3.3m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/42.0.2 requests-toolbelt/0.8.0 tqdm/4.23.3 CPython/3.6.8

File hashes

Hashes for crc32c-2.0-cp33-cp33m-win_amd64.whl
Algorithm Hash digest
SHA256 9fbad6e6eced7699ebb2f9d911eb62834c6c126f68ed31c5616100cecfcf1984
MD5 e4c6c35b516098cfe905322a77add9b2
BLAKE2b-256 29c125aad3513214fc5bc1690fc49812b57c6c948a56d82bfaf0125c8befdf61

See more details on using hashes here.

Provenance

File details

Details for the file crc32c-2.0-cp33-cp33m-win32.whl.

File metadata

  • Download URL: crc32c-2.0-cp33-cp33m-win32.whl
  • Upload date:
  • Size: 18.1 kB
  • Tags: CPython 3.3m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/42.0.2 requests-toolbelt/0.8.0 tqdm/4.23.3 CPython/3.6.8

File hashes

Hashes for crc32c-2.0-cp33-cp33m-win32.whl
Algorithm Hash digest
SHA256 41bc0c5f719e749baa0d3779287b18754b98ab39290f851cc2812d248a227970
MD5 28aa139d24f816249790904d6a09b414
BLAKE2b-256 8e9439332e5fefc9cb9a606d0bdcac94e5d025da816d4ab15a57ed0520a76a6a

See more details on using hashes here.

Provenance

File details

Details for the file crc32c-2.0-cp27-cp27mu-manylinux1_x86_64.whl.

File metadata

  • Download URL: crc32c-2.0-cp27-cp27mu-manylinux1_x86_64.whl
  • Upload date:
  • Size: 26.0 kB
  • Tags: CPython 2.7mu
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.40.0 CPython/3.6.7

File hashes

Hashes for crc32c-2.0-cp27-cp27mu-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 9d01f5b32c8ec965115dc42882f7d77c04837e12332f7baa307708c69d0d732e
MD5 97ee2cb047c8547b2e8ca85f0c23d94a
BLAKE2b-256 a501bdbe0a8cbac3043f78f68cbfd526d74c6b954f1368825a0cb9b748a90bc8

See more details on using hashes here.

Provenance

File details

Details for the file crc32c-2.0-cp27-cp27m-win_amd64.whl.

File metadata

  • Download URL: crc32c-2.0-cp27-cp27m-win_amd64.whl
  • Upload date:
  • Size: 25.2 kB
  • Tags: CPython 2.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/42.0.2 requests-toolbelt/0.8.0 tqdm/4.23.3 CPython/3.6.8

File hashes

Hashes for crc32c-2.0-cp27-cp27m-win_amd64.whl
Algorithm Hash digest
SHA256 d56dd2de4a429d8ac0f29762cf7915a82735bae635382217025b5bddd5bf697c
MD5 404dbc66893939b519f17589f666abaa
BLAKE2b-256 1ec1eaf3c407bae6c8298712c561bdc6649f9fcebb60e7398bf70324da5866a2

See more details on using hashes here.

Provenance

File details

Details for the file crc32c-2.0-cp27-cp27m-win32.whl.

File metadata

  • Download URL: crc32c-2.0-cp27-cp27m-win32.whl
  • Upload date:
  • Size: 25.7 kB
  • Tags: CPython 2.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/42.0.2 requests-toolbelt/0.8.0 tqdm/4.23.3 CPython/3.6.8

File hashes

Hashes for crc32c-2.0-cp27-cp27m-win32.whl
Algorithm Hash digest
SHA256 d585e294e397f720ca7516275ef9a4b27b222825ede7bcda5e54b3a8f90ca1a7
MD5 8ae974a1261281713a1b8286283aa010
BLAKE2b-256 21613ad8284b875958396bb5c54576558dc6f3d2e247aeded3300ef031e1f24a

See more details on using hashes here.

Provenance

File details

Details for the file crc32c-2.0-cp27-cp27m-manylinux1_x86_64.whl.

File metadata

  • Download URL: crc32c-2.0-cp27-cp27m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 26.0 kB
  • Tags: CPython 2.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.40.0 CPython/3.6.7

File hashes

Hashes for crc32c-2.0-cp27-cp27m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 0a56720c8024a156fc05399e0ea8384cd01fcdbcba8015307fcb8d317bb51fe4
MD5 3564d1a527dc1363f1058ec227bcfbda
BLAKE2b-256 f1aac2b640d1d988388c547aaec519846251b75bd28b3475f286e5aebf91c322

See more details on using hashes here.

Provenance

File details

Details for the file crc32c-2.0-cp27-cp27m-macosx_10_6_x86_64.whl.

File metadata

  • Download URL: crc32c-2.0-cp27-cp27m-macosx_10_6_x86_64.whl
  • Upload date:
  • Size: 24.7 kB
  • Tags: CPython 2.7m, macOS 10.6+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/42.0.2 requests-toolbelt/0.8.0 tqdm/4.23.3 CPython/3.6.8

File hashes

Hashes for crc32c-2.0-cp27-cp27m-macosx_10_6_x86_64.whl
Algorithm Hash digest
SHA256 6598abc847a85af3fda4e94edc78d593d6d1ccceedc404028551835cf06d5bd9
MD5 e424e2856814c7bc8f4de0e6ab74e00f
BLAKE2b-256 987f43f9968fbebed9ccdf7cb2679c3352d2febbfe375bcee459ea08f41da0d0

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page