Skip to main content

A python package implementing the crc32c algorithmin hardware and software

Project description

https://github.com/ICRAR/crc32c/workflows/Build%20and%20release%20to%20PyPI/badge.svg?branch=master 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.1.tar.gz (25.7 kB view details)

Uploaded Source

Built Distributions

crc32c-2.0.1-pp36-pypy36_pp73-win32.whl (26.8 kB view details)

Uploaded PyPy Windows x86

crc32c-2.0.1-pp36-pypy36_pp73-manylinux2010_x86_64.whl (26.2 kB view details)

Uploaded PyPy manylinux: glibc 2.12+ x86-64

crc32c-2.0.1-pp36-pypy36_pp73-macosx_10_9_x86_64.whl (24.7 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

crc32c-2.0.1-pp27-pypy_73-win32.whl (26.7 kB view details)

Uploaded PyPy Windows x86

crc32c-2.0.1-pp27-pypy_73-manylinux2010_x86_64.whl (26.1 kB view details)

Uploaded PyPy manylinux: glibc 2.12+ x86-64

crc32c-2.0.1-pp27-pypy_73-macosx_10_9_x86_64.whl (24.6 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

crc32c-2.0.1-cp38-cp38-win_amd64.whl (28.2 kB view details)

Uploaded CPython 3.8 Windows x86-64

crc32c-2.0.1-cp38-cp38-win32.whl (26.9 kB view details)

Uploaded CPython 3.8 Windows x86

crc32c-2.0.1-cp38-cp38-manylinux2010_x86_64.whl (42.5 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

crc32c-2.0.1-cp38-cp38-manylinux2010_i686.whl (36.6 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ i686

crc32c-2.0.1-cp38-cp38-manylinux1_x86_64.whl (42.5 kB view details)

Uploaded CPython 3.8

crc32c-2.0.1-cp38-cp38-manylinux1_i686.whl (36.6 kB view details)

Uploaded CPython 3.8

crc32c-2.0.1-cp38-cp38-macosx_10_9_x86_64.whl (24.8 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

crc32c-2.0.1-cp37-cp37m-win_amd64.whl (28.2 kB view details)

Uploaded CPython 3.7m Windows x86-64

crc32c-2.0.1-cp37-cp37m-win32.whl (26.9 kB view details)

Uploaded CPython 3.7m Windows x86

crc32c-2.0.1-cp37-cp37m-manylinux2010_x86_64.whl (43.4 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.12+ x86-64

crc32c-2.0.1-cp37-cp37m-manylinux2010_i686.whl (37.6 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.12+ i686

crc32c-2.0.1-cp37-cp37m-manylinux1_x86_64.whl (43.4 kB view details)

Uploaded CPython 3.7m

crc32c-2.0.1-cp37-cp37m-manylinux1_i686.whl (37.6 kB view details)

Uploaded CPython 3.7m

crc32c-2.0.1-cp37-cp37m-macosx_10_9_x86_64.whl (24.8 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

crc32c-2.0.1-cp36-cp36m-win_amd64.whl (28.2 kB view details)

Uploaded CPython 3.6m Windows x86-64

crc32c-2.0.1-cp36-cp36m-win32.whl (26.9 kB view details)

Uploaded CPython 3.6m Windows x86

crc32c-2.0.1-cp36-cp36m-manylinux2010_x86_64.whl (42.5 kB view details)

Uploaded CPython 3.6m manylinux: glibc 2.12+ x86-64

crc32c-2.0.1-cp36-cp36m-manylinux2010_i686.whl (36.7 kB view details)

Uploaded CPython 3.6m manylinux: glibc 2.12+ i686

crc32c-2.0.1-cp36-cp36m-manylinux1_x86_64.whl (42.5 kB view details)

Uploaded CPython 3.6m

crc32c-2.0.1-cp36-cp36m-manylinux1_i686.whl (36.7 kB view details)

Uploaded CPython 3.6m

crc32c-2.0.1-cp36-cp36m-macosx_10_9_x86_64.whl (24.8 kB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

crc32c-2.0.1-cp35-cp35m-win_amd64.whl (28.2 kB view details)

Uploaded CPython 3.5m Windows x86-64

crc32c-2.0.1-cp35-cp35m-win32.whl (26.9 kB view details)

Uploaded CPython 3.5m Windows x86

crc32c-2.0.1-cp35-cp35m-manylinux2010_x86_64.whl (42.3 kB view details)

Uploaded CPython 3.5m manylinux: glibc 2.12+ x86-64

crc32c-2.0.1-cp35-cp35m-manylinux2010_i686.whl (36.4 kB view details)

Uploaded CPython 3.5m manylinux: glibc 2.12+ i686

crc32c-2.0.1-cp35-cp35m-manylinux1_x86_64.whl (42.3 kB view details)

Uploaded CPython 3.5m

crc32c-2.0.1-cp35-cp35m-manylinux1_i686.whl (36.4 kB view details)

Uploaded CPython 3.5m

crc32c-2.0.1-cp35-cp35m-macosx_10_9_x86_64.whl (24.8 kB view details)

Uploaded CPython 3.5m macOS 10.9+ x86-64

crc32c-2.0.1-cp27-cp27mu-manylinux2010_x86_64.whl (41.2 kB view details)

Uploaded CPython 2.7mu manylinux: glibc 2.12+ x86-64

crc32c-2.0.1-cp27-cp27mu-manylinux2010_i686.whl (35.4 kB view details)

Uploaded CPython 2.7mu manylinux: glibc 2.12+ i686

crc32c-2.0.1-cp27-cp27mu-manylinux1_x86_64.whl (41.2 kB view details)

Uploaded CPython 2.7mu

crc32c-2.0.1-cp27-cp27mu-manylinux1_i686.whl (35.4 kB view details)

Uploaded CPython 2.7mu

crc32c-2.0.1-cp27-cp27m-win_amd64.whl (25.3 kB view details)

Uploaded CPython 2.7m Windows x86-64

crc32c-2.0.1-cp27-cp27m-win32.whl (25.8 kB view details)

Uploaded CPython 2.7m Windows x86

crc32c-2.0.1-cp27-cp27m-manylinux2010_x86_64.whl (41.2 kB view details)

Uploaded CPython 2.7m manylinux: glibc 2.12+ x86-64

crc32c-2.0.1-cp27-cp27m-manylinux2010_i686.whl (35.4 kB view details)

Uploaded CPython 2.7m manylinux: glibc 2.12+ i686

crc32c-2.0.1-cp27-cp27m-manylinux1_x86_64.whl (41.2 kB view details)

Uploaded CPython 2.7m

crc32c-2.0.1-cp27-cp27m-manylinux1_i686.whl (35.4 kB view details)

Uploaded CPython 2.7m

crc32c-2.0.1-cp27-cp27m-macosx_10_9_x86_64.whl (24.7 kB view details)

Uploaded CPython 2.7m macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: crc32c-2.0.1.tar.gz
  • Upload date:
  • Size: 25.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.3

File hashes

Hashes for crc32c-2.0.1.tar.gz
Algorithm Hash digest
SHA256 8799fc1555497be25d654096a18ef79811e98ce1e1be3048ddda2f2f5a84edd2
MD5 9130d37bea11858e6424bcd4267b9ad0
BLAKE2b-256 9e4f78049a7bc27fc9e23a9f7a9896554646de0ad1309510d2dbe58336d5c5cf

See more details on using hashes here.

Provenance

File details

Details for the file crc32c-2.0.1-pp36-pypy36_pp73-win32.whl.

File metadata

  • Download URL: crc32c-2.0.1-pp36-pypy36_pp73-win32.whl
  • Upload date:
  • Size: 26.8 kB
  • Tags: PyPy, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.3

File hashes

Hashes for crc32c-2.0.1-pp36-pypy36_pp73-win32.whl
Algorithm Hash digest
SHA256 65dc5be27f22c802a2846e4706f1389367e82116ea753c05290f605aa94b0244
MD5 b22028dc65c73d4d6a9ddf70bd19ced8
BLAKE2b-256 f084c1a0a0e5c37cb328c764c590f999ffe44c0726694667d45aeb53a100f203

See more details on using hashes here.

Provenance

File details

Details for the file crc32c-2.0.1-pp36-pypy36_pp73-manylinux2010_x86_64.whl.

File metadata

  • Download URL: crc32c-2.0.1-pp36-pypy36_pp73-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 26.2 kB
  • Tags: PyPy, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.3

File hashes

Hashes for crc32c-2.0.1-pp36-pypy36_pp73-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 85179a4cd47836394115ea32fa173fda9ddcdb50bc4c3318ddeae4e1ca3a1525
MD5 b2b91e75fed385473bac90ffe1743192
BLAKE2b-256 4e9f9c64aadd7b179660fd8ec3477d738969acc7d1807fa62217b6d0feb43db4

See more details on using hashes here.

Provenance

File details

Details for the file crc32c-2.0.1-pp36-pypy36_pp73-manylinux1_x86_64.whl.

File metadata

  • Download URL: crc32c-2.0.1-pp36-pypy36_pp73-manylinux1_x86_64.whl
  • Upload date:
  • Size: 26.2 kB
  • Tags: PyPy
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.3

File hashes

Hashes for crc32c-2.0.1-pp36-pypy36_pp73-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 b164fce8baff955c65982fe7dce553d58e68ddd253a368541ea14b59b636c0a0
MD5 08a73a30172a042c708cf88511020033
BLAKE2b-256 59d7ecc097f4aa3e8303f060c01c7cd2614c94925b489ae812f17f6f2f3e63cd

See more details on using hashes here.

Provenance

File details

Details for the file crc32c-2.0.1-pp36-pypy36_pp73-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: crc32c-2.0.1-pp36-pypy36_pp73-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 24.7 kB
  • Tags: PyPy, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.3

File hashes

Hashes for crc32c-2.0.1-pp36-pypy36_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 0a57cb6923d69c08192582b61ceccd2f83b6e0656442aeffe1c0b0842c3b6dcf
MD5 e9d8f6070166d0a5145ed93793cfa176
BLAKE2b-256 7b17a791597e4b5987edf5732fb90135d62a3b0ea3c386adf22e84132d611ae6

See more details on using hashes here.

Provenance

File details

Details for the file crc32c-2.0.1-pp27-pypy_73-win32.whl.

File metadata

  • Download URL: crc32c-2.0.1-pp27-pypy_73-win32.whl
  • Upload date:
  • Size: 26.7 kB
  • Tags: PyPy, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.3

File hashes

Hashes for crc32c-2.0.1-pp27-pypy_73-win32.whl
Algorithm Hash digest
SHA256 aa07d4c4f24d84f3d879406873931afb06afa765e82bd0660269c56136790f24
MD5 06fa3e7904c1f4dd25807e9c703129aa
BLAKE2b-256 d8b024612832f7e74bba234968c389ceea768160a2e5ba43ce95b37368ca6ee5

See more details on using hashes here.

Provenance

File details

Details for the file crc32c-2.0.1-pp27-pypy_73-manylinux2010_x86_64.whl.

File metadata

  • Download URL: crc32c-2.0.1-pp27-pypy_73-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 26.1 kB
  • Tags: PyPy, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.3

File hashes

Hashes for crc32c-2.0.1-pp27-pypy_73-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 35d6b5bdd8f74be9a5b445f7ddf5c010659203559b9feb7531f7d4435cfedfd7
MD5 54fe7d611e198f1fafbfebe2f618ca45
BLAKE2b-256 0dc717aa462c8db91a578add5dc9f54b916811412a0633299d44cfd7f67d6ed8

See more details on using hashes here.

Provenance

File details

Details for the file crc32c-2.0.1-pp27-pypy_73-manylinux1_x86_64.whl.

File metadata

  • Download URL: crc32c-2.0.1-pp27-pypy_73-manylinux1_x86_64.whl
  • Upload date:
  • Size: 26.1 kB
  • Tags: PyPy
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.3

File hashes

Hashes for crc32c-2.0.1-pp27-pypy_73-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 42574fd5cb19fbcaa381091bdf5c7b0f047a50576ab27da0e6af60820a4a3a0d
MD5 4bd1c3283ed396373f7753b11c2adb31
BLAKE2b-256 828581c6adae1ee8c9b21b4b983d23154503f398aabf524dc72e3ac0f92aa100

See more details on using hashes here.

Provenance

File details

Details for the file crc32c-2.0.1-pp27-pypy_73-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: crc32c-2.0.1-pp27-pypy_73-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 24.6 kB
  • Tags: PyPy, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.3

File hashes

Hashes for crc32c-2.0.1-pp27-pypy_73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 083a1a6feefa084cf55d3758db7a561d2f72f87b27d30681d4dca946f9b41846
MD5 8f6ec20a687bf67a8c27386de1a122ce
BLAKE2b-256 bcecdbd6588b7403d21b67934984e6c229aef7a9baf152a5067281a4474ebcdc

See more details on using hashes here.

Provenance

File details

Details for the file crc32c-2.0.1-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: crc32c-2.0.1-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 28.2 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.3

File hashes

Hashes for crc32c-2.0.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 52a33a736f184bccfd0a02766d5235320712a4566d5ae19f04271741cbee86d4
MD5 74d7f2726cbae96aeee64fe6391a79a4
BLAKE2b-256 97f8ddbd3b31b2b0b4739acc2b9f82550216d5d0067ceb4ff037deb4fa696d10

See more details on using hashes here.

Provenance

File details

Details for the file crc32c-2.0.1-cp38-cp38-win32.whl.

File metadata

  • Download URL: crc32c-2.0.1-cp38-cp38-win32.whl
  • Upload date:
  • Size: 26.9 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.3

File hashes

Hashes for crc32c-2.0.1-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 727aabfc43af8dd643aaf64a61d0740020c14d07b51e43389717c1e66231ec12
MD5 ebac00dc84f90669223efe4ab3a1c060
BLAKE2b-256 29f430d87aea7b434e16836bd4221a4f7f5205d7753638e65eb3d77191cc8eec

See more details on using hashes here.

Provenance

File details

Details for the file crc32c-2.0.1-cp38-cp38-manylinux2010_x86_64.whl.

File metadata

  • Download URL: crc32c-2.0.1-cp38-cp38-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 42.5 kB
  • Tags: CPython 3.8, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.3

File hashes

Hashes for crc32c-2.0.1-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 045472d998cc4203f1477c584cc64a0e8639fb934ddc4f48db0a435bd819d7e7
MD5 782d1a505340be7b83bc45cc631c4c71
BLAKE2b-256 bebf0ce22bc70d1a1148d99f79ff312e9d522e6e8de2f7d38bb2afb456892b62

See more details on using hashes here.

Provenance

File details

Details for the file crc32c-2.0.1-cp38-cp38-manylinux2010_i686.whl.

File metadata

  • Download URL: crc32c-2.0.1-cp38-cp38-manylinux2010_i686.whl
  • Upload date:
  • Size: 36.6 kB
  • Tags: CPython 3.8, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.3

File hashes

Hashes for crc32c-2.0.1-cp38-cp38-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 f4004f85408c0ab21479754807deed1f6df389d6596fc21d60b9d7cdc61c57c8
MD5 ad2f004dbfac485177948e05d9682453
BLAKE2b-256 e998a3eac09b37229c32e6ebc676a0540cab1cd16414ffcb184f073e82b95be0

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: crc32c-2.0.1-cp38-cp38-manylinux1_x86_64.whl
  • Upload date:
  • Size: 42.5 kB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.3

File hashes

Hashes for crc32c-2.0.1-cp38-cp38-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 1f4c059efb7b66a9e19b15b4ca8c2c185125fc38fc93cbdec806d85061818c87
MD5 f598fc852a719e12cee4469b20c87920
BLAKE2b-256 714e72d55bf19b171dc965984e7b9dc1d7d4eab6bad55e02a6ab60356cf11dac

See more details on using hashes here.

Provenance

File details

Details for the file crc32c-2.0.1-cp38-cp38-manylinux1_i686.whl.

File metadata

  • Download URL: crc32c-2.0.1-cp38-cp38-manylinux1_i686.whl
  • Upload date:
  • Size: 36.6 kB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.3

File hashes

Hashes for crc32c-2.0.1-cp38-cp38-manylinux1_i686.whl
Algorithm Hash digest
SHA256 249cfcf6ad5484f5a61727c8b915e44624844abc3f849e875f422a7cb720c231
MD5 558902c9d58f84ba0c04bcb9252e68f4
BLAKE2b-256 fe8a2dea3af30a541c3f104e077d92bf83bb444ea8322b775102b3c666602b85

See more details on using hashes here.

Provenance

File details

Details for the file crc32c-2.0.1-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: crc32c-2.0.1-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 24.8 kB
  • Tags: CPython 3.8, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.3

File hashes

Hashes for crc32c-2.0.1-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 8f3796d378ee9712daebd32c38e317fbcc6c14c10e29087feb093a4a7b4f6a4e
MD5 295c348b606ffe30f5437238ffdd2201
BLAKE2b-256 e4bd0035e2062a295f7b60e990602544bf2fff97261b50c312814c94b0ef5b31

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: crc32c-2.0.1-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 28.2 kB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.3

File hashes

Hashes for crc32c-2.0.1-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 58413d881ee7a1d12f9132d90891803348ccb1fa5c241c666511e14bd5b18745
MD5 d29076035255be07d94ffadcf0d1be2d
BLAKE2b-256 05cf8fcb4632bafe88807bce87fb68e531c2a02d65aa93fc295084b7ed04b7f0

See more details on using hashes here.

Provenance

File details

Details for the file crc32c-2.0.1-cp37-cp37m-win32.whl.

File metadata

  • Download URL: crc32c-2.0.1-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 26.9 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.3

File hashes

Hashes for crc32c-2.0.1-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 b4538571935d388c188f8bbcab1d462d67e5a21733e8e2ae632cbde4a2e65a95
MD5 79be92bb08a8c651596f26b4954bd20d
BLAKE2b-256 c7772ee9121376e0ed77f038969b3f3c3d36c754b225ae7b8debe54a6b35c068

See more details on using hashes here.

Provenance

File details

Details for the file crc32c-2.0.1-cp37-cp37m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: crc32c-2.0.1-cp37-cp37m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 43.4 kB
  • Tags: CPython 3.7m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.3

File hashes

Hashes for crc32c-2.0.1-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 15b28834a43240c44b0af094dfb7fca0d1b276cc6736cda69fef8487a91e932e
MD5 3e7ad7951a357f9c60be8aab13024863
BLAKE2b-256 04ddd768950cc6302154260116bde5f88b34d2b2c2855ff2fc1f4ee7cbbbb843

See more details on using hashes here.

Provenance

File details

Details for the file crc32c-2.0.1-cp37-cp37m-manylinux2010_i686.whl.

File metadata

  • Download URL: crc32c-2.0.1-cp37-cp37m-manylinux2010_i686.whl
  • Upload date:
  • Size: 37.6 kB
  • Tags: CPython 3.7m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.3

File hashes

Hashes for crc32c-2.0.1-cp37-cp37m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 7364163544d24dc3bc6d7e67d90b26113594f4b0c8d72116d3e4036bc06bb20a
MD5 1b1f0fee4d0bc5cfef8ae60dbd4591a8
BLAKE2b-256 d8cab95775a2560ee6ba213481b0ba87510f59f08087980448088ca8425a0e22

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: crc32c-2.0.1-cp37-cp37m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 43.4 kB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.3

File hashes

Hashes for crc32c-2.0.1-cp37-cp37m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 7fd59122e42f8421145e63fe7af81b5fb366ed044f299320fd491334f6a5e0c0
MD5 06d363b3990a3c6487ebb39d48bdc18b
BLAKE2b-256 15a28ed77cbdcfa01d08074ff9c4732fdb4e4692699f0b21a01e63afadce0704

See more details on using hashes here.

Provenance

File details

Details for the file crc32c-2.0.1-cp37-cp37m-manylinux1_i686.whl.

File metadata

  • Download URL: crc32c-2.0.1-cp37-cp37m-manylinux1_i686.whl
  • Upload date:
  • Size: 37.6 kB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.3

File hashes

Hashes for crc32c-2.0.1-cp37-cp37m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 c688a6af9613c246e91066296c21f9c32137c4d781070e7ea5e8f5a8793530b1
MD5 20998ee11532ce563d9d67d4786777e5
BLAKE2b-256 dd46c9b79b3b5c27dcd4fb0a4462e8a900831701f1fe4b84187232776df1c92e

See more details on using hashes here.

Provenance

File details

Details for the file crc32c-2.0.1-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: crc32c-2.0.1-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 24.8 kB
  • Tags: CPython 3.7m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.3

File hashes

Hashes for crc32c-2.0.1-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 dd42c4aef5c3705596316f23c9cbdb0ca3dfacfba659b794044ed249a613ca99
MD5 ca6f6836a0f1ee0a447e18f88311611c
BLAKE2b-256 050bc60034352ef0979c9ee3f5d3ef806c0e5a8543704b6c885b641235c44cc7

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: crc32c-2.0.1-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 28.2 kB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.3

File hashes

Hashes for crc32c-2.0.1-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 0dcf3730fdab414ac71cfdf389b19be8d0f209c310abc0df27cb49000fb06ec3
MD5 adf02abf56cabb62d7f215261fbc967d
BLAKE2b-256 88463e94111918d5399c457c80425887bbd4ecd77ddf0815445cae70b88de794

See more details on using hashes here.

Provenance

File details

Details for the file crc32c-2.0.1-cp36-cp36m-win32.whl.

File metadata

  • Download URL: crc32c-2.0.1-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 26.9 kB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.3

File hashes

Hashes for crc32c-2.0.1-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 b3a7b5ea1485b513de4851380d41d03e22a885bd8a52a615e687ef951d50a66e
MD5 f909aeac6d7d644fad30e89d2cd6dd2d
BLAKE2b-256 9a2c31bfca8d070be6c47204b96aa7e1e1e74a576f1e5a48f4603df2378db4eb

See more details on using hashes here.

Provenance

File details

Details for the file crc32c-2.0.1-cp36-cp36m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: crc32c-2.0.1-cp36-cp36m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 42.5 kB
  • Tags: CPython 3.6m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.3

File hashes

Hashes for crc32c-2.0.1-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 a4770a727b75adb214f64946cd428fc82df56fb29405b4551a3b2c8831423421
MD5 b72a99d5e521da9e91ba6a7e283267e2
BLAKE2b-256 33ef63dafd9e92fc6d03c7c5db893261d1304f8e67f187851eb486ede95bbec3

See more details on using hashes here.

Provenance

File details

Details for the file crc32c-2.0.1-cp36-cp36m-manylinux2010_i686.whl.

File metadata

  • Download URL: crc32c-2.0.1-cp36-cp36m-manylinux2010_i686.whl
  • Upload date:
  • Size: 36.7 kB
  • Tags: CPython 3.6m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.3

File hashes

Hashes for crc32c-2.0.1-cp36-cp36m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 c66d359424aa2ab6ed73422f52e1b5646d1d2ddf67984462587b7d80bd0e992e
MD5 98c0f522dc7628a904e445f111cb4fa6
BLAKE2b-256 e9b490b6a6ec364af285defe1fa0de1bf8dd914405babbdf4cfefe7cc3416120

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: crc32c-2.0.1-cp36-cp36m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 42.5 kB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.3

File hashes

Hashes for crc32c-2.0.1-cp36-cp36m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 2eab162f2929733433b014659e277f8ee6d3486d03d2e9654a063a00cb33fae2
MD5 013962ddb7386cbe9768e3f53866f4c0
BLAKE2b-256 0d0a59de3582ef7f5d3a5a959437293859c551eda1416cf99c16c46243dc3753

See more details on using hashes here.

Provenance

File details

Details for the file crc32c-2.0.1-cp36-cp36m-manylinux1_i686.whl.

File metadata

  • Download URL: crc32c-2.0.1-cp36-cp36m-manylinux1_i686.whl
  • Upload date:
  • Size: 36.7 kB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.3

File hashes

Hashes for crc32c-2.0.1-cp36-cp36m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 c5b6818151c117a923fc4823d6cedffa1ffbd57ba0fbaf84a6f126d6a4859bf2
MD5 6dc3de16d7e7e3923dffce062a1f1eab
BLAKE2b-256 5e89df6f80e0542ec6101c11ec711ce55ced96e5f98520101be6f62cf4dcba9e

See more details on using hashes here.

Provenance

File details

Details for the file crc32c-2.0.1-cp36-cp36m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: crc32c-2.0.1-cp36-cp36m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 24.8 kB
  • Tags: CPython 3.6m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.3

File hashes

Hashes for crc32c-2.0.1-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 4ca2dc419573f9701d32bd08655004f41e7619c69e13907e88ecb2160b4432bf
MD5 e324e6f9d1200f00b357fe6f940aef9d
BLAKE2b-256 4bab97780a16e18fd098ddd051a14d56d06bcf87a6e8822e4154b75341faea3f

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: crc32c-2.0.1-cp35-cp35m-win_amd64.whl
  • Upload date:
  • Size: 28.2 kB
  • Tags: CPython 3.5m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.3

File hashes

Hashes for crc32c-2.0.1-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 483d949b1cafb4314ec2ac319d713680bf3614f36b75ef7f90cf1b30fa55f6ae
MD5 272c3997a4b822341f477a3fb8fa40e7
BLAKE2b-256 5ec6d603d61b755e0c011c5b361f77dbab9526e6914e59532ab03877def89aba

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: crc32c-2.0.1-cp35-cp35m-win32.whl
  • Upload date:
  • Size: 26.9 kB
  • Tags: CPython 3.5m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.3

File hashes

Hashes for crc32c-2.0.1-cp35-cp35m-win32.whl
Algorithm Hash digest
SHA256 84a8c8ea753f389930d4666e23087d78244ba3480474143aafba88cefe7472c1
MD5 80cd47da99fb2dbf8bd57666f50ebdf8
BLAKE2b-256 3cf7fa598b95179141a1289348830088e78388440a6c9177148de9bb64603000

See more details on using hashes here.

Provenance

File details

Details for the file crc32c-2.0.1-cp35-cp35m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: crc32c-2.0.1-cp35-cp35m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 42.3 kB
  • Tags: CPython 3.5m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.3

File hashes

Hashes for crc32c-2.0.1-cp35-cp35m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 4aa54c0c7bcf09992b348939da77729bbf69ec20ea2c2bed5b323c8d12a39a3c
MD5 5047edb540a84958f15c247956504a30
BLAKE2b-256 a57ac2ca23466d4d92c5242b3035b7131a744f8d44425757974ed07a28aba990

See more details on using hashes here.

Provenance

File details

Details for the file crc32c-2.0.1-cp35-cp35m-manylinux2010_i686.whl.

File metadata

  • Download URL: crc32c-2.0.1-cp35-cp35m-manylinux2010_i686.whl
  • Upload date:
  • Size: 36.4 kB
  • Tags: CPython 3.5m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.3

File hashes

Hashes for crc32c-2.0.1-cp35-cp35m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 e1945abec8d71e2db13eb8e821eea0179905f0ec0199451f9f0b1fc5917b5849
MD5 a72fcf506d98471011e05b9f0476a6a7
BLAKE2b-256 31acfed441e443a50365becc5c2a2ea65c22611fafbc1b58e2e0116cd09e8214

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: crc32c-2.0.1-cp35-cp35m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 42.3 kB
  • Tags: CPython 3.5m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.3

File hashes

Hashes for crc32c-2.0.1-cp35-cp35m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 1780b69322a39b55426977bf122b3015d70ba4345aad5ee5bc9ff08ed84e0779
MD5 10548ddf87ca117df0c8007322eb1d02
BLAKE2b-256 90ba8ccc8b9cf645df1885dcd8c6fda0bef266db3da6dfc890300ec8962239b9

See more details on using hashes here.

Provenance

File details

Details for the file crc32c-2.0.1-cp35-cp35m-manylinux1_i686.whl.

File metadata

  • Download URL: crc32c-2.0.1-cp35-cp35m-manylinux1_i686.whl
  • Upload date:
  • Size: 36.4 kB
  • Tags: CPython 3.5m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.3

File hashes

Hashes for crc32c-2.0.1-cp35-cp35m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 5747fcd68760fca14b2a3907313bf833670420391f506124a731054ba3e5ba00
MD5 28e3bc7d8c3bc16cfcbb934045c0a7bd
BLAKE2b-256 2268735c8688794f93f1e830e28e0bf5d8c53440f40d242f1f97b4cdb3ff6566

See more details on using hashes here.

Provenance

File details

Details for the file crc32c-2.0.1-cp35-cp35m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: crc32c-2.0.1-cp35-cp35m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 24.8 kB
  • Tags: CPython 3.5m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.3

File hashes

Hashes for crc32c-2.0.1-cp35-cp35m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d409dc986018432c02f61de47e644a69f94fb6bf12569c08a04d34783e3141a1
MD5 6179601861f7ad611225a6703ad7852c
BLAKE2b-256 917c742b77ad4ebbf421745e3cb64161961123dc17cd3e332461f6c957685e45

See more details on using hashes here.

Provenance

File details

Details for the file crc32c-2.0.1-cp27-cp27mu-manylinux2010_x86_64.whl.

File metadata

  • Download URL: crc32c-2.0.1-cp27-cp27mu-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 41.2 kB
  • Tags: CPython 2.7mu, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.3

File hashes

Hashes for crc32c-2.0.1-cp27-cp27mu-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 8956814d5b67000c74876666f381cc685825816f3609e3398a0c87cf19bb9f10
MD5 c6173da31d2855990c0c0be329061be7
BLAKE2b-256 62895a2934e350541c44c5ebb970b2a3fdebff9f14986fe4f5c9c80ad440cab3

See more details on using hashes here.

Provenance

File details

Details for the file crc32c-2.0.1-cp27-cp27mu-manylinux2010_i686.whl.

File metadata

  • Download URL: crc32c-2.0.1-cp27-cp27mu-manylinux2010_i686.whl
  • Upload date:
  • Size: 35.4 kB
  • Tags: CPython 2.7mu, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.3

File hashes

Hashes for crc32c-2.0.1-cp27-cp27mu-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 a2eabb5b2319d5c53bd09af7abb1dc5f1fc58c2ece9b6864a71ea1037637ba5b
MD5 1c7ba7d9b9ba3a93852cde923e118605
BLAKE2b-256 51bb39fdef02cbbf0d5ba4d71bce797a766e48b6e21059519fa1f9f2736d0cb2

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: crc32c-2.0.1-cp27-cp27mu-manylinux1_x86_64.whl
  • Upload date:
  • Size: 41.2 kB
  • Tags: CPython 2.7mu
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.3

File hashes

Hashes for crc32c-2.0.1-cp27-cp27mu-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 74f28e6b847c9d0af96e6f5f01b33b55286d3c2aae77f61e7d9a2b5d5d512784
MD5 5146027bd70c2e6f641d3757d7219f20
BLAKE2b-256 f345a2f071bb9c43c11a1b329bda30c76d5657bf18e303e44f2d39fdd11160b5

See more details on using hashes here.

Provenance

File details

Details for the file crc32c-2.0.1-cp27-cp27mu-manylinux1_i686.whl.

File metadata

  • Download URL: crc32c-2.0.1-cp27-cp27mu-manylinux1_i686.whl
  • Upload date:
  • Size: 35.4 kB
  • Tags: CPython 2.7mu
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.3

File hashes

Hashes for crc32c-2.0.1-cp27-cp27mu-manylinux1_i686.whl
Algorithm Hash digest
SHA256 d10ce717b04afb93fa56f83e1820bc050cbfe53c8f34095066cf060b772fec0d
MD5 66357e12002d52d89464320950014095
BLAKE2b-256 b37a9e44acb610cbbc7d8eb00d22bf1eff2013be3330921a74a93627a6f5aed1

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: crc32c-2.0.1-cp27-cp27m-win_amd64.whl
  • Upload date:
  • Size: 25.3 kB
  • Tags: CPython 2.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.3

File hashes

Hashes for crc32c-2.0.1-cp27-cp27m-win_amd64.whl
Algorithm Hash digest
SHA256 63aeda0c3ec2b61f5f02293c4f21664b825c2b872eb20b79f2e594fdb2d043ab
MD5 2136b180b327ff4c2ce34595d4cab05d
BLAKE2b-256 f2e100befe9cac67481fefbaf1aa352e0b799014e986e2e4781ce7877d95913d

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: crc32c-2.0.1-cp27-cp27m-win32.whl
  • Upload date:
  • Size: 25.8 kB
  • Tags: CPython 2.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.3

File hashes

Hashes for crc32c-2.0.1-cp27-cp27m-win32.whl
Algorithm Hash digest
SHA256 a7136f7b802d81fb05faaa4878c248815fa7860febc9502caa202bde6b041bdf
MD5 eecce43c189462574e7517e1f0b01582
BLAKE2b-256 6b15064fc96c50df8216976709506233c80cb313f3aa07cf5d244feff3ecc4a8

See more details on using hashes here.

Provenance

File details

Details for the file crc32c-2.0.1-cp27-cp27m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: crc32c-2.0.1-cp27-cp27m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 41.2 kB
  • Tags: CPython 2.7m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.3

File hashes

Hashes for crc32c-2.0.1-cp27-cp27m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 b598a5aa9f8a15860f03c24d656b31965dc4cc237a8e030991749e9444bca4a2
MD5 727364b792a33ae39827764d5ed2302a
BLAKE2b-256 4f465d4ebb6d587b668aa802a7211892aceb4a9d360b91ad0b6621f851348352

See more details on using hashes here.

Provenance

File details

Details for the file crc32c-2.0.1-cp27-cp27m-manylinux2010_i686.whl.

File metadata

  • Download URL: crc32c-2.0.1-cp27-cp27m-manylinux2010_i686.whl
  • Upload date:
  • Size: 35.4 kB
  • Tags: CPython 2.7m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.3

File hashes

Hashes for crc32c-2.0.1-cp27-cp27m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 dff0d0626f1ea602a80c28e553b966713d147a93b5a31db75b43c8ad52a2529c
MD5 bda5aaecb11a3828ef0efffa17ef94b6
BLAKE2b-256 991e461fcaddd1cd3564bd8a56253e67e9a21fc7df48bee8c6bc6e59104f4f41

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: crc32c-2.0.1-cp27-cp27m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 41.2 kB
  • Tags: CPython 2.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.3

File hashes

Hashes for crc32c-2.0.1-cp27-cp27m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 2d6187bcea0ef4e9607234179b140bc0f6b586dc931292bb9136473c2212f201
MD5 1766006b76502953524e0d7f1e8df4fd
BLAKE2b-256 73a89e2d5ce8a2740d527a83708cf666423c5b7e91293112ca1bf9827e2e342e

See more details on using hashes here.

Provenance

File details

Details for the file crc32c-2.0.1-cp27-cp27m-manylinux1_i686.whl.

File metadata

  • Download URL: crc32c-2.0.1-cp27-cp27m-manylinux1_i686.whl
  • Upload date:
  • Size: 35.4 kB
  • Tags: CPython 2.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.3

File hashes

Hashes for crc32c-2.0.1-cp27-cp27m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 c15507985f175e07858c33b51d04adc69138588046b0e4ee6bc126403e631000
MD5 de6241d5b98d5599b7357837033107b0
BLAKE2b-256 2701e19ee6b91bee9b6842231aa77cd1cbb801ada643ef0d45e3558b88d64b45

See more details on using hashes here.

Provenance

File details

Details for the file crc32c-2.0.1-cp27-cp27m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: crc32c-2.0.1-cp27-cp27m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 24.7 kB
  • Tags: CPython 2.7m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.3

File hashes

Hashes for crc32c-2.0.1-cp27-cp27m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a5ccd10bb3c3014084f1f74b0658cab9863cfb7c9a0527863567e0f4882684a3
MD5 5ef7d277af448d861bdd8bb0e706155a
BLAKE2b-256 55096a9e40ed63d67ca335cff2423746b25f1605c343b50a0a96f7b86ebe8a7b

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