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, and the crc32* instructions on ARMv8 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.

Usage

The only method exposed by this module is crc32c(data, [crc]). It computes the CRC32C checksum of data starting with an initial crc checksum, similarly to how the built-in binascii.crc32 works. It can thus be used like this:

print(crc32c.crc32c(b'hello world'))
# 3381945770
crc = crc32c.crc32c(b'hello')
print(crc32c.crc32c(b' world', crc))
# 3381945770

In older versions, the function exposed by this module was called crc32. That name is still present but deprecated, and will be removed in new versions of the library.

Additionally one can consult the hardware_based module-level value to check if the algorithm currently in use is software- or hardware-based.

Implementation details

By default, if your CPU doesn’t have CRC32C hardware support, 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).

The software algorithm is based on Intel’s slice-by-8 package, with some adaptations done by Evan Jones and packaging provided by Ferry Toth. Further adaptations were required to make the code more portable and fit for inclusion within this python package.

The Intel SSE 4.2 algorithm is based on Mark Adler’s code, with some modifications required to make the code more portable and fit for inclusion within this python package.

The ARMv8 hardware implementation is based on Google’s crc32c C++ library.

License

This package is licensed under the LGPL-2.1 license.

The original slice-by-8 software algorithm is licensed under the 2-clause BSD licence.

Further modifications to the slice-by-8 software algorithm are licensed under a 3-clause BSD licence

The original Intel SSE 4.2 crc32c algorithm’s code is licensed under a custom license embedded in the crc32c_adler.c file.

The original crc32c ARMv8 hardware code is licensed under a 3-clause BSD 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.2.post0.tar.gz (38.4 kB view details)

Uploaded Source

Built Distributions

crc32c-2.2.post0-pp37-pypy37_pp73-win32.whl (30.8 kB view details)

Uploaded PyPy Windows x86

crc32c-2.2.post0-pp37-pypy37_pp73-manylinux2010_x86_64.whl (30.4 kB view details)

Uploaded PyPy manylinux: glibc 2.12+ x86-64

crc32c-2.2.post0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl (28.7 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

crc32c-2.2.post0-pp36-pypy36_pp73-win32.whl (30.8 kB view details)

Uploaded PyPy Windows x86

crc32c-2.2.post0-pp36-pypy36_pp73-manylinux2010_x86_64.whl (30.4 kB view details)

Uploaded PyPy manylinux: glibc 2.12+ x86-64

crc32c-2.2.post0-pp36-pypy36_pp73-macosx_10_9_x86_64.whl (28.7 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

crc32c-2.2.post0-pp27-pypy_73-manylinux2010_x86_64.whl (30.3 kB view details)

Uploaded PyPy manylinux: glibc 2.12+ x86-64

crc32c-2.2.post0-pp27-pypy_73-macosx_10_9_x86_64.whl (28.6 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

crc32c-2.2.post0-cp39-cp39-win_amd64.whl (32.1 kB view details)

Uploaded CPython 3.9 Windows x86-64

crc32c-2.2.post0-cp39-cp39-win32.whl (30.7 kB view details)

Uploaded CPython 3.9 Windows x86

crc32c-2.2.post0-cp39-cp39-manylinux2014_aarch64.whl (49.1 kB view details)

Uploaded CPython 3.9

crc32c-2.2.post0-cp39-cp39-manylinux2010_x86_64.whl (47.9 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ x86-64

crc32c-2.2.post0-cp39-cp39-manylinux2010_i686.whl (47.0 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ i686

crc32c-2.2.post0-cp39-cp39-manylinux1_x86_64.whl (47.9 kB view details)

Uploaded CPython 3.9

crc32c-2.2.post0-cp39-cp39-manylinux1_i686.whl (47.0 kB view details)

Uploaded CPython 3.9

crc32c-2.2.post0-cp39-cp39-macosx_10_9_x86_64.whl (29.0 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

crc32c-2.2.post0-cp38-cp38-win_amd64.whl (32.1 kB view details)

Uploaded CPython 3.8 Windows x86-64

crc32c-2.2.post0-cp38-cp38-win32.whl (30.7 kB view details)

Uploaded CPython 3.8 Windows x86

crc32c-2.2.post0-cp38-cp38-manylinux2014_aarch64.whl (49.3 kB view details)

Uploaded CPython 3.8

crc32c-2.2.post0-cp38-cp38-manylinux2010_x86_64.whl (48.1 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

crc32c-2.2.post0-cp38-cp38-manylinux2010_i686.whl (47.2 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ i686

crc32c-2.2.post0-cp38-cp38-manylinux1_x86_64.whl (48.1 kB view details)

Uploaded CPython 3.8

crc32c-2.2.post0-cp38-cp38-manylinux1_i686.whl (47.2 kB view details)

Uploaded CPython 3.8

crc32c-2.2.post0-cp38-cp38-macosx_10_9_x86_64.whl (29.0 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

crc32c-2.2.post0-cp37-cp37m-win_amd64.whl (32.1 kB view details)

Uploaded CPython 3.7m Windows x86-64

crc32c-2.2.post0-cp37-cp37m-win32.whl (30.7 kB view details)

Uploaded CPython 3.7m Windows x86

crc32c-2.2.post0-cp37-cp37m-manylinux2014_aarch64.whl (50.3 kB view details)

Uploaded CPython 3.7m

crc32c-2.2.post0-cp37-cp37m-manylinux2010_x86_64.whl (49.1 kB view details)

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

crc32c-2.2.post0-cp37-cp37m-manylinux2010_i686.whl (48.1 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.12+ i686

crc32c-2.2.post0-cp37-cp37m-manylinux1_x86_64.whl (49.1 kB view details)

Uploaded CPython 3.7m

crc32c-2.2.post0-cp37-cp37m-manylinux1_i686.whl (48.1 kB view details)

Uploaded CPython 3.7m

crc32c-2.2.post0-cp37-cp37m-macosx_10_9_x86_64.whl (28.9 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

crc32c-2.2.post0-cp36-cp36m-win_amd64.whl (32.1 kB view details)

Uploaded CPython 3.6m Windows x86-64

crc32c-2.2.post0-cp36-cp36m-win32.whl (30.7 kB view details)

Uploaded CPython 3.6m Windows x86

crc32c-2.2.post0-cp36-cp36m-manylinux2014_aarch64.whl (49.4 kB view details)

Uploaded CPython 3.6m

crc32c-2.2.post0-cp36-cp36m-manylinux2010_x86_64.whl (48.1 kB view details)

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

crc32c-2.2.post0-cp36-cp36m-manylinux2010_i686.whl (47.2 kB view details)

Uploaded CPython 3.6m manylinux: glibc 2.12+ i686

crc32c-2.2.post0-cp36-cp36m-manylinux1_x86_64.whl (48.1 kB view details)

Uploaded CPython 3.6m

crc32c-2.2.post0-cp36-cp36m-manylinux1_i686.whl (47.2 kB view details)

Uploaded CPython 3.6m

crc32c-2.2.post0-cp36-cp36m-macosx_10_9_x86_64.whl (28.9 kB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

crc32c-2.2.post0-cp35-cp35m-win_amd64.whl (32.1 kB view details)

Uploaded CPython 3.5m Windows x86-64

crc32c-2.2.post0-cp35-cp35m-win32.whl (30.7 kB view details)

Uploaded CPython 3.5m Windows x86

crc32c-2.2.post0-cp35-cp35m-manylinux2014_aarch64.whl (49.1 kB view details)

Uploaded CPython 3.5m

crc32c-2.2.post0-cp35-cp35m-manylinux2010_x86_64.whl (47.9 kB view details)

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

crc32c-2.2.post0-cp35-cp35m-manylinux2010_i686.whl (47.0 kB view details)

Uploaded CPython 3.5m manylinux: glibc 2.12+ i686

crc32c-2.2.post0-cp35-cp35m-manylinux1_x86_64.whl (47.9 kB view details)

Uploaded CPython 3.5m

crc32c-2.2.post0-cp35-cp35m-manylinux1_i686.whl (47.0 kB view details)

Uploaded CPython 3.5m

crc32c-2.2.post0-cp35-cp35m-macosx_10_9_x86_64.whl (28.9 kB view details)

Uploaded CPython 3.5m macOS 10.9+ x86-64

crc32c-2.2.post0-cp27-cp27mu-manylinux2010_x86_64.whl (46.8 kB view details)

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

crc32c-2.2.post0-cp27-cp27mu-manylinux2010_i686.whl (45.9 kB view details)

Uploaded CPython 2.7mu manylinux: glibc 2.12+ i686

crc32c-2.2.post0-cp27-cp27mu-manylinux1_x86_64.whl (46.8 kB view details)

Uploaded CPython 2.7mu

crc32c-2.2.post0-cp27-cp27mu-manylinux1_i686.whl (45.9 kB view details)

Uploaded CPython 2.7mu

crc32c-2.2.post0-cp27-cp27m-manylinux2010_x86_64.whl (46.8 kB view details)

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

crc32c-2.2.post0-cp27-cp27m-manylinux2010_i686.whl (45.9 kB view details)

Uploaded CPython 2.7m manylinux: glibc 2.12+ i686

crc32c-2.2.post0-cp27-cp27m-manylinux1_x86_64.whl (46.8 kB view details)

Uploaded CPython 2.7m

crc32c-2.2.post0-cp27-cp27m-manylinux1_i686.whl (45.9 kB view details)

Uploaded CPython 2.7m

crc32c-2.2.post0-cp27-cp27m-macosx_10_9_x86_64.whl (28.8 kB view details)

Uploaded CPython 2.7m macOS 10.9+ x86-64

File details

Details for the file crc32c-2.2.post0.tar.gz.

File metadata

  • Download URL: crc32c-2.2.post0.tar.gz
  • Upload date:
  • Size: 38.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5

File hashes

Hashes for crc32c-2.2.post0.tar.gz
Algorithm Hash digest
SHA256 3d058e7a5e37e4985d1a7ad4cb702bca56b490daa658d4851377d13ead8b435e
MD5 07517df26c3308c54cdd5b4230ec759f
BLAKE2b-256 b886292d8949c185958aa7cd9b1f751871e6ce964cb7e6f85b8d5f95a3b29ea6

See more details on using hashes here.

Provenance

File details

Details for the file crc32c-2.2.post0-pp37-pypy37_pp73-win32.whl.

File metadata

  • Download URL: crc32c-2.2.post0-pp37-pypy37_pp73-win32.whl
  • Upload date:
  • Size: 30.8 kB
  • Tags: PyPy, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5

File hashes

Hashes for crc32c-2.2.post0-pp37-pypy37_pp73-win32.whl
Algorithm Hash digest
SHA256 262b24d51b28bb81e35d6d120d0b440d5a55fda730ced2aff5a9bdd564091397
MD5 64bdbbbf159c6e69f1f13b86599d083d
BLAKE2b-256 df587e8b46f4e6667c7e2275024aed056d0044417dac33ff810508ce6869458a

See more details on using hashes here.

Provenance

File details

Details for the file crc32c-2.2.post0-pp37-pypy37_pp73-manylinux2010_x86_64.whl.

File metadata

  • Download URL: crc32c-2.2.post0-pp37-pypy37_pp73-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 30.4 kB
  • Tags: PyPy, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5

File hashes

Hashes for crc32c-2.2.post0-pp37-pypy37_pp73-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 b6e99e9a93c968b7aedca3e1486c9e6cf57e14516c8316af46e9327f003d66f2
MD5 510d8700d7dfa74a699ade759fe5416c
BLAKE2b-256 83a62917a43d6708fdf8b61e546605e38849a0e5f8cfd40f41dbaf096f7728cf

See more details on using hashes here.

Provenance

File details

Details for the file crc32c-2.2.post0-pp37-pypy37_pp73-manylinux1_x86_64.whl.

File metadata

  • Download URL: crc32c-2.2.post0-pp37-pypy37_pp73-manylinux1_x86_64.whl
  • Upload date:
  • Size: 30.4 kB
  • Tags: PyPy
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5

File hashes

Hashes for crc32c-2.2.post0-pp37-pypy37_pp73-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 0a250a257292ed0eb1156a6e0898409f5fdf723314261b8d74fbe52302d232af
MD5 afef0d493da5cab52bc25a06bc685725
BLAKE2b-256 e5951bf0f59969e1f1b0263e3e92233d058eaa403efe50320713df9a746a62b8

See more details on using hashes here.

Provenance

File details

Details for the file crc32c-2.2.post0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: crc32c-2.2.post0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 28.7 kB
  • Tags: PyPy, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5

File hashes

Hashes for crc32c-2.2.post0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b3da5d99a8adf07bab4366a94830bad08cb0f4177e483d8bb9e61b157607341d
MD5 7caae37cb6bf0a3cf5ae389c717d03c6
BLAKE2b-256 4a7d169ee0e7b0c3806eaf8633996d1b6fce17ef46ee3ec272ea50131ffe9ff2

See more details on using hashes here.

Provenance

File details

Details for the file crc32c-2.2.post0-pp36-pypy36_pp73-win32.whl.

File metadata

  • Download URL: crc32c-2.2.post0-pp36-pypy36_pp73-win32.whl
  • Upload date:
  • Size: 30.8 kB
  • Tags: PyPy, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5

File hashes

Hashes for crc32c-2.2.post0-pp36-pypy36_pp73-win32.whl
Algorithm Hash digest
SHA256 43b50ca2ab32267136e5b9e92cb756abb327480d0d477583d0322f10b86dd630
MD5 821be6239ccb777c45e9e8b0a44bd936
BLAKE2b-256 905facda8446d964c9c57cb8564a9ddaadbd24a88d171c381e1d65736e47ea49

See more details on using hashes here.

Provenance

File details

Details for the file crc32c-2.2.post0-pp36-pypy36_pp73-manylinux2010_x86_64.whl.

File metadata

  • Download URL: crc32c-2.2.post0-pp36-pypy36_pp73-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 30.4 kB
  • Tags: PyPy, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5

File hashes

Hashes for crc32c-2.2.post0-pp36-pypy36_pp73-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 cae9c893ec0eb67f09923a37b40c07eec3f0adfb70bc795276d9fff03b21488e
MD5 90451ed55403bfe92efc5386efd49b3d
BLAKE2b-256 01cf38e451492e537ddaa3f2ab9c069eff1fc8c523dedf5b919de4c7d44221db

See more details on using hashes here.

Provenance

File details

Details for the file crc32c-2.2.post0-pp36-pypy36_pp73-manylinux1_x86_64.whl.

File metadata

  • Download URL: crc32c-2.2.post0-pp36-pypy36_pp73-manylinux1_x86_64.whl
  • Upload date:
  • Size: 30.4 kB
  • Tags: PyPy
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5

File hashes

Hashes for crc32c-2.2.post0-pp36-pypy36_pp73-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 c69f1e0c6e70927395fdcbfda5f7bed9408cf453c57b609e4b40b04079d86f1f
MD5 a07b3501e0d41f54e189011d1b2dfe50
BLAKE2b-256 a604bf5bc16d34d3cdb46e3829d60fa88e6df6ff00f2d6fb9d36bd90aee89636

See more details on using hashes here.

Provenance

File details

Details for the file crc32c-2.2.post0-pp36-pypy36_pp73-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: crc32c-2.2.post0-pp36-pypy36_pp73-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 28.7 kB
  • Tags: PyPy, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5

File hashes

Hashes for crc32c-2.2.post0-pp36-pypy36_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 9ecf707b09c1f3cb3d4a082ad8912e14175b99b4644fd1069106b4727c179903
MD5 f7aa031c0a9f89b342abd0d944168ebc
BLAKE2b-256 5381d229667cddc5c8637e4fab995a91864ded92286dd60f0881769f7a87ddfa

See more details on using hashes here.

Provenance

File details

Details for the file crc32c-2.2.post0-pp27-pypy_73-manylinux2010_x86_64.whl.

File metadata

  • Download URL: crc32c-2.2.post0-pp27-pypy_73-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 30.3 kB
  • Tags: PyPy, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5

File hashes

Hashes for crc32c-2.2.post0-pp27-pypy_73-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 ad4de5af5494892ba40c73d32337eebf407760dcd25cb94d949dd9b98b662f8c
MD5 8b515fc7b32f193f8890db5e36e38325
BLAKE2b-256 5707d794558a6a2ca372c1b787f19c7f07ae0143ce84497e03c1c14ca89749fe

See more details on using hashes here.

Provenance

File details

Details for the file crc32c-2.2.post0-pp27-pypy_73-manylinux1_x86_64.whl.

File metadata

  • Download URL: crc32c-2.2.post0-pp27-pypy_73-manylinux1_x86_64.whl
  • Upload date:
  • Size: 30.3 kB
  • Tags: PyPy
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5

File hashes

Hashes for crc32c-2.2.post0-pp27-pypy_73-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 7dad7f0ad3ea71e1e74be29b3312d6902774ef3e91510b0b2bdcd4b612b7797e
MD5 01bd1ab6f6a5038ca890fef0efe5c4a9
BLAKE2b-256 c236472f707a7a4de1faa4cd2eae758e4ea21ea8d103e081a24aad22dfa54d95

See more details on using hashes here.

Provenance

File details

Details for the file crc32c-2.2.post0-pp27-pypy_73-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: crc32c-2.2.post0-pp27-pypy_73-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 28.6 kB
  • Tags: PyPy, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5

File hashes

Hashes for crc32c-2.2.post0-pp27-pypy_73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 0a7bbffaebb8bd91b5039965ef0bc23383dee5078e98e5799de88c75d94f88ca
MD5 62d92b4a9cefdc1a9151ec3811516310
BLAKE2b-256 d99c4d5521335771204518f91adb17e2e523bcc9b61ac7fc987efef1b548edd8

See more details on using hashes here.

Provenance

File details

Details for the file crc32c-2.2.post0-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: crc32c-2.2.post0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 32.1 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5

File hashes

Hashes for crc32c-2.2.post0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 0f5284371a0a8eb178ee8dbc157ae1e40cddce2c04719ad8bc2e162a1c37831c
MD5 9a7950f2e489ae9690aa1fa6d52ac916
BLAKE2b-256 1c201524b09b5c484e4dfb8afb7b7cfc97aa10705e19dcd4e8a3cc193bf64556

See more details on using hashes here.

Provenance

File details

Details for the file crc32c-2.2.post0-cp39-cp39-win32.whl.

File metadata

  • Download URL: crc32c-2.2.post0-cp39-cp39-win32.whl
  • Upload date:
  • Size: 30.7 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5

File hashes

Hashes for crc32c-2.2.post0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 078cbe11f48e3ace4bb01fe9fa6ef00becb4016ff71b0de3fe794ad0511cff8a
MD5 60a1d1197177cc38b46ee03f561b9f9e
BLAKE2b-256 9c4dd9aa1cb3b7b8ec458e0b8ea17cf23c8c1cbfa28683c77f1c0b30c5f1c189

See more details on using hashes here.

Provenance

File details

Details for the file crc32c-2.2.post0-cp39-cp39-manylinux2014_aarch64.whl.

File metadata

  • Download URL: crc32c-2.2.post0-cp39-cp39-manylinux2014_aarch64.whl
  • Upload date:
  • Size: 49.1 kB
  • Tags: CPython 3.9
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5

File hashes

Hashes for crc32c-2.2.post0-cp39-cp39-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 fa7392a2c159805ef9d6711dd3090628d567a8fb349e81019cff48f4caeeaa36
MD5 5246830241b965c4766d185ef1d19a24
BLAKE2b-256 ece341fc444d62e066bafbbed347895eed13904f17caca5c17add80b34872412

See more details on using hashes here.

Provenance

File details

Details for the file crc32c-2.2.post0-cp39-cp39-manylinux2010_x86_64.whl.

File metadata

  • Download URL: crc32c-2.2.post0-cp39-cp39-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 47.9 kB
  • Tags: CPython 3.9, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5

File hashes

Hashes for crc32c-2.2.post0-cp39-cp39-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 9b3cf77fde6bd2e88423c248f0d35d2549115e9548b0e5a04ee53306a0a39296
MD5 eb79421b26bb79a7a463659e526306f2
BLAKE2b-256 d4a8f8155f83643118404146630077ef6e146034622461875e39c0147ec90f5c

See more details on using hashes here.

Provenance

File details

Details for the file crc32c-2.2.post0-cp39-cp39-manylinux2010_i686.whl.

File metadata

  • Download URL: crc32c-2.2.post0-cp39-cp39-manylinux2010_i686.whl
  • Upload date:
  • Size: 47.0 kB
  • Tags: CPython 3.9, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5

File hashes

Hashes for crc32c-2.2.post0-cp39-cp39-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 fa812a49462e26a600877e0af4ca719a3bc4e85e986d34336d7abc1d0641b37c
MD5 fc1c712dc0a30b9b394c17f7e5fc4d36
BLAKE2b-256 99c196e9ff0f16c5ed19b2b287708c428a04787bba8e7c76fb2db7a5ecca1b77

See more details on using hashes here.

Provenance

File details

Details for the file crc32c-2.2.post0-cp39-cp39-manylinux1_x86_64.whl.

File metadata

  • Download URL: crc32c-2.2.post0-cp39-cp39-manylinux1_x86_64.whl
  • Upload date:
  • Size: 47.9 kB
  • Tags: CPython 3.9
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5

File hashes

Hashes for crc32c-2.2.post0-cp39-cp39-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 b47e710c1a35f785323a73f28a91e4da312f6f806d1e3bce62f60a35937af05a
MD5 f473d35eb3d96defb3fc7ba8dc9460dd
BLAKE2b-256 f6ba311542f64a21c1caf5d57bd987e4aa49deb51d11f303b45f29d410dda168

See more details on using hashes here.

Provenance

File details

Details for the file crc32c-2.2.post0-cp39-cp39-manylinux1_i686.whl.

File metadata

  • Download URL: crc32c-2.2.post0-cp39-cp39-manylinux1_i686.whl
  • Upload date:
  • Size: 47.0 kB
  • Tags: CPython 3.9
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5

File hashes

Hashes for crc32c-2.2.post0-cp39-cp39-manylinux1_i686.whl
Algorithm Hash digest
SHA256 0f6e7ce03fd6104b1f9b9a427eb26fa0eb88cafd7faf5ae0d7f4d2fa35d34242
MD5 7cb170d4ae298d5f67025817dd7151a0
BLAKE2b-256 d072a574bd0731bbddf21b2a4233972fc6296318bb1da9c146c749f9bd3e3c2e

See more details on using hashes here.

Provenance

File details

Details for the file crc32c-2.2.post0-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: crc32c-2.2.post0-cp39-cp39-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 29.0 kB
  • Tags: CPython 3.9, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5

File hashes

Hashes for crc32c-2.2.post0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f9cf12a0eaeb151a569670065374b318f1af355c15261c9a74f03a19306ac677
MD5 73d0ba496d13e5a6595da3fb3177f437
BLAKE2b-256 c5a88b64b3404bfe1b7b44135a09bf669bec1256be3337172746b50f7c6aad35

See more details on using hashes here.

Provenance

File details

Details for the file crc32c-2.2.post0-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: crc32c-2.2.post0-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 32.1 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5

File hashes

Hashes for crc32c-2.2.post0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 b6828dab82609659bf3bcef9e0cbf6aac11c5d243e7ebcff6516df965ee889cf
MD5 2f981d66cd64a69a0b7864f697710936
BLAKE2b-256 6fc2ab00ee80020ac09d84bc832a0439e82ce2afce8c22b9749fbd62445a7041

See more details on using hashes here.

Provenance

File details

Details for the file crc32c-2.2.post0-cp38-cp38-win32.whl.

File metadata

  • Download URL: crc32c-2.2.post0-cp38-cp38-win32.whl
  • Upload date:
  • Size: 30.7 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5

File hashes

Hashes for crc32c-2.2.post0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 213bdf9e982a287c067f5542a6024e576bfa116b136c3d26cbc10aa133fb4f9c
MD5 f061086ef1d145be23c180807e3a103d
BLAKE2b-256 b6f3fbb94fa80b0edeb84303653f3b2ad7d4c13c889aab5f5a354d543d145867

See more details on using hashes here.

Provenance

File details

Details for the file crc32c-2.2.post0-cp38-cp38-manylinux2014_aarch64.whl.

File metadata

  • Download URL: crc32c-2.2.post0-cp38-cp38-manylinux2014_aarch64.whl
  • Upload date:
  • Size: 49.3 kB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5

File hashes

Hashes for crc32c-2.2.post0-cp38-cp38-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3ea5714e6bbb3d03adec83c68f85b2ac67a01461b8131ff3065c6312c52e17b0
MD5 34bb735c2e6ed1cf8dd297ec2a357292
BLAKE2b-256 042614a937a32c317b7b961e61ded114441cf71742af7c74ce4e6b69a18b501e

See more details on using hashes here.

Provenance

File details

Details for the file crc32c-2.2.post0-cp38-cp38-manylinux2010_x86_64.whl.

File metadata

  • Download URL: crc32c-2.2.post0-cp38-cp38-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 48.1 kB
  • Tags: CPython 3.8, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5

File hashes

Hashes for crc32c-2.2.post0-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 0ecb5be3eaaa6c6f14d1f7584b6e828a68f5f633c46e2ea30ab0307922ac496a
MD5 7998528b2cc27120eb5b7a81390ac128
BLAKE2b-256 40ea7752acbf96d68037b165eebb6ef7988d773d45660fe75154a374fb8b8321

See more details on using hashes here.

Provenance

File details

Details for the file crc32c-2.2.post0-cp38-cp38-manylinux2010_i686.whl.

File metadata

  • Download URL: crc32c-2.2.post0-cp38-cp38-manylinux2010_i686.whl
  • Upload date:
  • Size: 47.2 kB
  • Tags: CPython 3.8, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5

File hashes

Hashes for crc32c-2.2.post0-cp38-cp38-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 32cbaea35b37bc4a88f4c4d84ecc3d1c6cfa04f12d49130d36c6e3b11b13f2f7
MD5 de28c3e1837473899ecc5512651545a5
BLAKE2b-256 c9b014e93288d561d2834406ad444ed6846269d82520d44ed2f04ef30950f309

See more details on using hashes here.

Provenance

File details

Details for the file crc32c-2.2.post0-cp38-cp38-manylinux1_x86_64.whl.

File metadata

  • Download URL: crc32c-2.2.post0-cp38-cp38-manylinux1_x86_64.whl
  • Upload date:
  • Size: 48.1 kB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5

File hashes

Hashes for crc32c-2.2.post0-cp38-cp38-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 ed5b2097257213bb34a9d9c9160e86980a0c378cd0e70febadec9841d7f93380
MD5 48840536e79087ad6ab00f847d0d4466
BLAKE2b-256 9960137107a1c4aa50dfe6061b97709831d149ef75f7e03af926293f0dc0feda

See more details on using hashes here.

Provenance

File details

Details for the file crc32c-2.2.post0-cp38-cp38-manylinux1_i686.whl.

File metadata

  • Download URL: crc32c-2.2.post0-cp38-cp38-manylinux1_i686.whl
  • Upload date:
  • Size: 47.2 kB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5

File hashes

Hashes for crc32c-2.2.post0-cp38-cp38-manylinux1_i686.whl
Algorithm Hash digest
SHA256 f82b1848956796fdfbfd9296f858f109aebacaea0b344cbd5708a0a54a668759
MD5 f99414b9f1f8941a3f3338037f817128
BLAKE2b-256 84de9ed9e5f1fe30a4a7bf1863f3a2e545586db29f3db667ac9b94fb570cc9a1

See more details on using hashes here.

Provenance

File details

Details for the file crc32c-2.2.post0-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: crc32c-2.2.post0-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 29.0 kB
  • Tags: CPython 3.8, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5

File hashes

Hashes for crc32c-2.2.post0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 98e1a8907797519e187e5461bcc97b3180977439f77c5d416b51dbfa5fe7bb6b
MD5 a1d5b8e8371409ce60955956ac685d95
BLAKE2b-256 35d1b5090572f5aa4a78ba488cae6fcd74d1eba059546c19b0dbaa52ad8acd7f

See more details on using hashes here.

Provenance

File details

Details for the file crc32c-2.2.post0-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: crc32c-2.2.post0-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 32.1 kB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5

File hashes

Hashes for crc32c-2.2.post0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 5faa1c72c5688581ebd71946f34dd937777cdcb59c4e5500a7f61e038b9e7cdc
MD5 d9189eea10b9535e256adc4e1d841bc4
BLAKE2b-256 c128c9c956cab3276bb3640f892499565541425f8f217b605ab7d4ccc2a74fb4

See more details on using hashes here.

Provenance

File details

Details for the file crc32c-2.2.post0-cp37-cp37m-win32.whl.

File metadata

  • Download URL: crc32c-2.2.post0-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 30.7 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5

File hashes

Hashes for crc32c-2.2.post0-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 04804688634dce8691e7e0b2aecead339f2be15f4c0997fdb92c2a1d79ade826
MD5 b33a28d461a96d9866e89b8cab068018
BLAKE2b-256 90d83368272baf100f083c75221fbd7ae48e1bfbdd7c4816f0bb488e8f73e2e6

See more details on using hashes here.

Provenance

File details

Details for the file crc32c-2.2.post0-cp37-cp37m-manylinux2014_aarch64.whl.

File metadata

  • Download URL: crc32c-2.2.post0-cp37-cp37m-manylinux2014_aarch64.whl
  • Upload date:
  • Size: 50.3 kB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5

File hashes

Hashes for crc32c-2.2.post0-cp37-cp37m-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 fbb4afa4d6c6ee5205c8a5d9a4722c27a47e1035b34562f7aefc4408c0a94088
MD5 82f660de1da5cc5782b161f941a50b18
BLAKE2b-256 99b825113d3774d1de32025b450f6ba5a299aa3bc19f50322794eae8f005d20f

See more details on using hashes here.

Provenance

File details

Details for the file crc32c-2.2.post0-cp37-cp37m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: crc32c-2.2.post0-cp37-cp37m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 49.1 kB
  • Tags: CPython 3.7m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5

File hashes

Hashes for crc32c-2.2.post0-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 1e149d6c44e04bf2edb5c677cf294b12fea431df0c37e9d4d90ad9acc2358864
MD5 b882a9ce52fa815449324a5254d8d944
BLAKE2b-256 561cb45d9351687bd3f1279c5b313b6aa83a4bdd55aae12aa767851206634804

See more details on using hashes here.

Provenance

File details

Details for the file crc32c-2.2.post0-cp37-cp37m-manylinux2010_i686.whl.

File metadata

  • Download URL: crc32c-2.2.post0-cp37-cp37m-manylinux2010_i686.whl
  • Upload date:
  • Size: 48.1 kB
  • Tags: CPython 3.7m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5

File hashes

Hashes for crc32c-2.2.post0-cp37-cp37m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 da84bdf61a9302854c939cb7c9b3885980cf1f98a789048f55fd00aea2acb156
MD5 6bca9cd61b010a1a5b69f185604fb19a
BLAKE2b-256 5dd9977030ca591d4dbfbd01b00dbd17cd595b716d74da1c812f58d93127600c

See more details on using hashes here.

Provenance

File details

Details for the file crc32c-2.2.post0-cp37-cp37m-manylinux1_x86_64.whl.

File metadata

  • Download URL: crc32c-2.2.post0-cp37-cp37m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 49.1 kB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5

File hashes

Hashes for crc32c-2.2.post0-cp37-cp37m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 6c14f2aa3ee5c3ec746731392781826537730c351fdd769d814cd86dd9577bda
MD5 47a2cba02f7309470cd85b4a0dbc57b7
BLAKE2b-256 e0c732932a62f9175bd7457759d97db4499c087e62841d8c5b9ec80ae75f2353

See more details on using hashes here.

Provenance

File details

Details for the file crc32c-2.2.post0-cp37-cp37m-manylinux1_i686.whl.

File metadata

  • Download URL: crc32c-2.2.post0-cp37-cp37m-manylinux1_i686.whl
  • Upload date:
  • Size: 48.1 kB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5

File hashes

Hashes for crc32c-2.2.post0-cp37-cp37m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 1c409c147e0bee644ae0586540cc1332d9b3421f196f3d57361ab3dd61318724
MD5 1a896957ee1b34f69ac4947969bdbaa7
BLAKE2b-256 123f9d5fd0b1d4d0092334ca6dd073c9feea373bf0c28b18f75928ae71a74459

See more details on using hashes here.

Provenance

File details

Details for the file crc32c-2.2.post0-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: crc32c-2.2.post0-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 28.9 kB
  • Tags: CPython 3.7m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5

File hashes

Hashes for crc32c-2.2.post0-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a45e1a35d664a730f166a7e634385c3be0126aba2366c94f5960790ae21f10cb
MD5 6aafd022cb0e52aa17135c59fe7addc5
BLAKE2b-256 9c921789c13352d457548b3f70f76ba95462c9bff01e5d3de32f1a50d4f22aaf

See more details on using hashes here.

Provenance

File details

Details for the file crc32c-2.2.post0-cp36-cp36m-win_amd64.whl.

File metadata

  • Download URL: crc32c-2.2.post0-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 32.1 kB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5

File hashes

Hashes for crc32c-2.2.post0-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 3c430d64da293bf4cd00b8c6252f40944050c6581150e1a2e483546e95bb87d9
MD5 40292ce5b65823f455deb148521f2ec6
BLAKE2b-256 78db96a3a499da095dce916db85ddfa848e16486bed2d43fd9425402fcaba3d7

See more details on using hashes here.

Provenance

File details

Details for the file crc32c-2.2.post0-cp36-cp36m-win32.whl.

File metadata

  • Download URL: crc32c-2.2.post0-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 30.7 kB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5

File hashes

Hashes for crc32c-2.2.post0-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 36786a4482c14e1f3b073e31cf50031009088c115e5bb3022eea4ef2506bbdbb
MD5 a5c77f87d0a9747b892f8c7dbd90a73c
BLAKE2b-256 91debc8d907258f0367b873c42ef2241bc2fe8befa821170527553037ba08b21

See more details on using hashes here.

Provenance

File details

Details for the file crc32c-2.2.post0-cp36-cp36m-manylinux2014_aarch64.whl.

File metadata

  • Download URL: crc32c-2.2.post0-cp36-cp36m-manylinux2014_aarch64.whl
  • Upload date:
  • Size: 49.4 kB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5

File hashes

Hashes for crc32c-2.2.post0-cp36-cp36m-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 de97cc65a6765741194e5f26055dbe4976498fd0082783d1c5e80bd7ce6c5a1b
MD5 a1dfb1a74684b7f341d1da405bd643b3
BLAKE2b-256 d442811942930fd2a94b74d79aacf61f0ac24a22083d81f1184cf22c7d17eb8c

See more details on using hashes here.

Provenance

File details

Details for the file crc32c-2.2.post0-cp36-cp36m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: crc32c-2.2.post0-cp36-cp36m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 48.1 kB
  • Tags: CPython 3.6m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5

File hashes

Hashes for crc32c-2.2.post0-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 b36a1cb1de66efc0211cc41bfd0e95410e333f3ca167eb0fff4db599a597dd6c
MD5 709b93922a2d17cec3a9d500248177de
BLAKE2b-256 41947c27c2cabb5cb4078251d8f79d37269e9c94884f48e0696b3af62878b8c3

See more details on using hashes here.

Provenance

File details

Details for the file crc32c-2.2.post0-cp36-cp36m-manylinux2010_i686.whl.

File metadata

  • Download URL: crc32c-2.2.post0-cp36-cp36m-manylinux2010_i686.whl
  • Upload date:
  • Size: 47.2 kB
  • Tags: CPython 3.6m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5

File hashes

Hashes for crc32c-2.2.post0-cp36-cp36m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 4048370db1890245fa601dfa1b41f6c4a06c02b95d15e1e20ccd2c4b41c7e3e7
MD5 07a8e276b7ec050dada95754e4c64dae
BLAKE2b-256 3fc95141e8678e88afe8016168b5a6a33d144a43e46ebfdefca0d64ae102aba9

See more details on using hashes here.

Provenance

File details

Details for the file crc32c-2.2.post0-cp36-cp36m-manylinux1_x86_64.whl.

File metadata

  • Download URL: crc32c-2.2.post0-cp36-cp36m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 48.1 kB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5

File hashes

Hashes for crc32c-2.2.post0-cp36-cp36m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 a1b0c8edb20f0d2a942341cb591826360991cbcc53364d7083595386adeeba04
MD5 04e5a0d34ccee26110d8c04fa6dbbcd9
BLAKE2b-256 6a910574e2720f02e754c02bda75822fa0285ac4b9c50baaaef3feda002e7053

See more details on using hashes here.

Provenance

File details

Details for the file crc32c-2.2.post0-cp36-cp36m-manylinux1_i686.whl.

File metadata

  • Download URL: crc32c-2.2.post0-cp36-cp36m-manylinux1_i686.whl
  • Upload date:
  • Size: 47.2 kB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5

File hashes

Hashes for crc32c-2.2.post0-cp36-cp36m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 6bdcfefc43406afe27e2015fe1b959378eb44a7b498b12bfa0d1e41436e1fe42
MD5 f7537632bdc4f9f2787255ca1c1b94f5
BLAKE2b-256 dfd4e947297bfd93428f53446fbbd234e14e7764740eb4db8dbcdbefdf034ff3

See more details on using hashes here.

Provenance

File details

Details for the file crc32c-2.2.post0-cp36-cp36m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: crc32c-2.2.post0-cp36-cp36m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 28.9 kB
  • Tags: CPython 3.6m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5

File hashes

Hashes for crc32c-2.2.post0-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 71cf48bd0461d35465a79491058abdf5243453046375cee1fce62dc87c12da18
MD5 873cfba170c0f65a1219ea3a47670354
BLAKE2b-256 acddc88d93345a175e18f64e80bc1725f9a9220a91986ab3928cad235567d833

See more details on using hashes here.

Provenance

File details

Details for the file crc32c-2.2.post0-cp35-cp35m-win_amd64.whl.

File metadata

  • Download URL: crc32c-2.2.post0-cp35-cp35m-win_amd64.whl
  • Upload date:
  • Size: 32.1 kB
  • Tags: CPython 3.5m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5

File hashes

Hashes for crc32c-2.2.post0-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 966e069d7d9e5d87d00e6b0a14b6e5715940002a55839e0272df10e53f9be5f2
MD5 d12b3f7b60db1cae44922b5131f0824d
BLAKE2b-256 ec9de28c64b101a44426b4f5410edd6fe64ff4f1c1762edba716ba7996c1fe25

See more details on using hashes here.

Provenance

File details

Details for the file crc32c-2.2.post0-cp35-cp35m-win32.whl.

File metadata

  • Download URL: crc32c-2.2.post0-cp35-cp35m-win32.whl
  • Upload date:
  • Size: 30.7 kB
  • Tags: CPython 3.5m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5

File hashes

Hashes for crc32c-2.2.post0-cp35-cp35m-win32.whl
Algorithm Hash digest
SHA256 e3327496b1f671357f7d8d7637cd73c0e48770b9228694109ae844a6c67efdb9
MD5 591c34644e69aad37b272ef47fa266f0
BLAKE2b-256 3985a0da7633d580c12e5192ac327bf08e07f04065cb71130193d8fdb739e196

See more details on using hashes here.

Provenance

File details

Details for the file crc32c-2.2.post0-cp35-cp35m-manylinux2014_aarch64.whl.

File metadata

  • Download URL: crc32c-2.2.post0-cp35-cp35m-manylinux2014_aarch64.whl
  • Upload date:
  • Size: 49.1 kB
  • Tags: CPython 3.5m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5

File hashes

Hashes for crc32c-2.2.post0-cp35-cp35m-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5eb70b6d91b2c4cbaf5b61e4951d04967703704e247bf42b2eba6c79c6cb3eac
MD5 9a79d3e0d280b3f97fc194c4b5418564
BLAKE2b-256 5bcfae34cf81f60f9a1c77f89d6458987758151a0255ab5bbefab7a1c666e4cd

See more details on using hashes here.

Provenance

File details

Details for the file crc32c-2.2.post0-cp35-cp35m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: crc32c-2.2.post0-cp35-cp35m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 47.9 kB
  • Tags: CPython 3.5m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5

File hashes

Hashes for crc32c-2.2.post0-cp35-cp35m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 3fec7da0d62d9e7461a73dbfd1064fdb42094cceba793d81d20cb568b7f33445
MD5 d0f1eda9127746266ed46365a735b008
BLAKE2b-256 40af98281d2945252d414960a871e31a0f16e0fb115622f080fa4b594018bacb

See more details on using hashes here.

Provenance

File details

Details for the file crc32c-2.2.post0-cp35-cp35m-manylinux2010_i686.whl.

File metadata

  • Download URL: crc32c-2.2.post0-cp35-cp35m-manylinux2010_i686.whl
  • Upload date:
  • Size: 47.0 kB
  • Tags: CPython 3.5m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5

File hashes

Hashes for crc32c-2.2.post0-cp35-cp35m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 3cb208d6a1541cdfadd6ff9c719e51fb9a4800289fd901718d0dee2f6da4eb54
MD5 b0593ac100b2f5d2168bd69968741a1d
BLAKE2b-256 263d1534ac615d7e2e4a6e4186ce60ab32964e479a038955037fe526a8607b2e

See more details on using hashes here.

Provenance

File details

Details for the file crc32c-2.2.post0-cp35-cp35m-manylinux1_x86_64.whl.

File metadata

  • Download URL: crc32c-2.2.post0-cp35-cp35m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 47.9 kB
  • Tags: CPython 3.5m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5

File hashes

Hashes for crc32c-2.2.post0-cp35-cp35m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 4498fb95c48b2a2ab61974b65ec67730085fd58baf379e8373a50d8cf8042f6f
MD5 ec985418ea25170e6c7180632ba9c5ce
BLAKE2b-256 b49f4914ddc79f9b374dabda0a398ff5bfe65b57922ade199eb4b3b9219f5a20

See more details on using hashes here.

Provenance

File details

Details for the file crc32c-2.2.post0-cp35-cp35m-manylinux1_i686.whl.

File metadata

  • Download URL: crc32c-2.2.post0-cp35-cp35m-manylinux1_i686.whl
  • Upload date:
  • Size: 47.0 kB
  • Tags: CPython 3.5m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5

File hashes

Hashes for crc32c-2.2.post0-cp35-cp35m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 b5d332f5825920074868407ab3b9751521fc160716f47e92b93680931f235650
MD5 bc4da4afac0272c49e86a2a8521e8f72
BLAKE2b-256 5f23b9942befa0de4c8cd48972c6afa9234906ed3a37aef0c1c756882e860fc5

See more details on using hashes here.

Provenance

File details

Details for the file crc32c-2.2.post0-cp35-cp35m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: crc32c-2.2.post0-cp35-cp35m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 28.9 kB
  • Tags: CPython 3.5m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5

File hashes

Hashes for crc32c-2.2.post0-cp35-cp35m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e07c8324908c258820bd38c4b05fc3f4e58b45edd4e71b2341b4eef8cfa0a2fd
MD5 1ad416835fb2ea7b1caaa92acc751c78
BLAKE2b-256 1552dde26ddbe5446da809e16064079cf78b4ef6e1284cac4e068c7d9ec1435b

See more details on using hashes here.

Provenance

File details

Details for the file crc32c-2.2.post0-cp27-cp27mu-manylinux2010_x86_64.whl.

File metadata

  • Download URL: crc32c-2.2.post0-cp27-cp27mu-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 46.8 kB
  • Tags: CPython 2.7mu, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5

File hashes

Hashes for crc32c-2.2.post0-cp27-cp27mu-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 ea98089bb706d4e070ac841abd0555dc741ac331c1c779e7d89e3061f8dc0d15
MD5 b7afb5854979df219e11991d20d9377d
BLAKE2b-256 ddd874cc699f3686edac7e47ba5eec0522f3790d704c25259ebcef0b420748a5

See more details on using hashes here.

Provenance

File details

Details for the file crc32c-2.2.post0-cp27-cp27mu-manylinux2010_i686.whl.

File metadata

  • Download URL: crc32c-2.2.post0-cp27-cp27mu-manylinux2010_i686.whl
  • Upload date:
  • Size: 45.9 kB
  • Tags: CPython 2.7mu, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5

File hashes

Hashes for crc32c-2.2.post0-cp27-cp27mu-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 ad737c928f01361ff29a9ab23adce6da109093a334e47c9a507caaee0c953f65
MD5 95e1bd1b348a5c4af36b7ed7ea60bf52
BLAKE2b-256 40c43be5449c88b9178720b885f435713640b5934b56446eb6059a5db427d178

See more details on using hashes here.

Provenance

File details

Details for the file crc32c-2.2.post0-cp27-cp27mu-manylinux1_x86_64.whl.

File metadata

  • Download URL: crc32c-2.2.post0-cp27-cp27mu-manylinux1_x86_64.whl
  • Upload date:
  • Size: 46.8 kB
  • Tags: CPython 2.7mu
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5

File hashes

Hashes for crc32c-2.2.post0-cp27-cp27mu-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 945399dca5df68db90a5a63d3b05527c9058435720f213beabd805b4447d6f4e
MD5 35537551ea45e6cc55c1e7dfd4db5f73
BLAKE2b-256 f99da47b8e1fd0b74abf1b6b08cb5dd7b20f1619ea4c8d15ead5071507ee0d8d

See more details on using hashes here.

Provenance

File details

Details for the file crc32c-2.2.post0-cp27-cp27mu-manylinux1_i686.whl.

File metadata

  • Download URL: crc32c-2.2.post0-cp27-cp27mu-manylinux1_i686.whl
  • Upload date:
  • Size: 45.9 kB
  • Tags: CPython 2.7mu
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5

File hashes

Hashes for crc32c-2.2.post0-cp27-cp27mu-manylinux1_i686.whl
Algorithm Hash digest
SHA256 69fed9a5781c931c43613cf1e011217cb3ac53a728d41bf557f368e007cfebac
MD5 e04b15c7744003db9f1c60921862f910
BLAKE2b-256 d0fc49151bb30eb526488cdc935ae83dcfde3705aec7d5e4981be664b305cf18

See more details on using hashes here.

Provenance

File details

Details for the file crc32c-2.2.post0-cp27-cp27m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: crc32c-2.2.post0-cp27-cp27m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 46.8 kB
  • Tags: CPython 2.7m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5

File hashes

Hashes for crc32c-2.2.post0-cp27-cp27m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 28eb6732020e3eb498702ea350159bebf79a96f1ebde12e4489cb087b408781d
MD5 dcc723310c30eed0ef8d2c5e856d8bb9
BLAKE2b-256 c8e3ddc44ca27b9b0ba256a9f11bbab455cc39b4a381b24994288a5c966a30bf

See more details on using hashes here.

Provenance

File details

Details for the file crc32c-2.2.post0-cp27-cp27m-manylinux2010_i686.whl.

File metadata

  • Download URL: crc32c-2.2.post0-cp27-cp27m-manylinux2010_i686.whl
  • Upload date:
  • Size: 45.9 kB
  • Tags: CPython 2.7m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5

File hashes

Hashes for crc32c-2.2.post0-cp27-cp27m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 364d3c7a5d3e6ad592c01d781ad74d810303892a730f2e071a0abb7953c35f68
MD5 da93f4c991517223b3c644c86488aea3
BLAKE2b-256 de44720d064eb1912bdafe8f4144175a59fd5657507c3128bf9d5f04a83eaf12

See more details on using hashes here.

Provenance

File details

Details for the file crc32c-2.2.post0-cp27-cp27m-manylinux1_x86_64.whl.

File metadata

  • Download URL: crc32c-2.2.post0-cp27-cp27m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 46.8 kB
  • Tags: CPython 2.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5

File hashes

Hashes for crc32c-2.2.post0-cp27-cp27m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 762e0f149d722d544d097dd43e00c0040116130d49345daa9d923c899bcea2b0
MD5 faffb174358ae1b633b06ae4543190ea
BLAKE2b-256 5af637333c3dcb58990b4e935f831f5e43309a1900685f73681f988afd72e214

See more details on using hashes here.

Provenance

File details

Details for the file crc32c-2.2.post0-cp27-cp27m-manylinux1_i686.whl.

File metadata

  • Download URL: crc32c-2.2.post0-cp27-cp27m-manylinux1_i686.whl
  • Upload date:
  • Size: 45.9 kB
  • Tags: CPython 2.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5

File hashes

Hashes for crc32c-2.2.post0-cp27-cp27m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 1a1b91448eed19d210eb47e3b2a5f25a05c0c1880ad5a4a8b73bc2d74b597869
MD5 a5d19ba1df49585bbc5d8b0283f6e46b
BLAKE2b-256 3eead78a538a5a8e85d0392352cb3d2d5597ec0729417be4ff565cef0f3bb77d

See more details on using hashes here.

Provenance

File details

Details for the file crc32c-2.2.post0-cp27-cp27m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: crc32c-2.2.post0-cp27-cp27m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 28.8 kB
  • Tags: CPython 2.7m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5

File hashes

Hashes for crc32c-2.2.post0-cp27-cp27m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 67f45df0a21d3efeea2875098466c23248bf2f9ed1eefd487a74c44f87f8f542
MD5 bfb0086f3f57f4725acc3d454f00673e
BLAKE2b-256 ac061a86e3f6fef832a9521ee370f0d248df5ad447b85d2d92a42921f366a419

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