Skip to main content

Parallel Prime Sieve for Python

Project description

par-sieve

Parallel Prime Sieve for Python

>>> from par_sieve import get_primes
>>> get_primes(100)
array([ 2,  3,  5,  7, 11, 13, 17, 19, 23, 29, 31, 37, 41, 43, 47, 53, 59,
       61, 67, 71, 73, 79, 83, 89, 97], dtype=uint64)
>>> len(get_primes(1000000000))
50847534

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

par_sieve-1.5.0.tar.gz (10.1 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

par_sieve-1.5.0-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl (504.0 kB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

par_sieve-1.5.0-pp311-pypy311_pp73-musllinux_1_2_i686.whl (531.6 kB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

par_sieve-1.5.0-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl (598.4 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

par_sieve-1.5.0-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl (507.4 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

par_sieve-1.5.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (333.5 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

par_sieve-1.5.0-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (356.7 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

par_sieve-1.5.0-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (471.5 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

par_sieve-1.5.0-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (354.7 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

par_sieve-1.5.0-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (335.6 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

par_sieve-1.5.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (329.8 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

par_sieve-1.5.0-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl (504.4 kB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

par_sieve-1.5.0-pp310-pypy310_pp73-musllinux_1_2_i686.whl (531.6 kB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

par_sieve-1.5.0-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl (598.3 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

par_sieve-1.5.0-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl (507.7 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

par_sieve-1.5.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (334.0 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

par_sieve-1.5.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (356.8 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

par_sieve-1.5.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (471.4 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

par_sieve-1.5.0-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (354.5 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

par_sieve-1.5.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (335.5 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

par_sieve-1.5.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (329.9 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

par_sieve-1.5.0-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl (504.5 kB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

par_sieve-1.5.0-pp39-pypy39_pp73-musllinux_1_2_i686.whl (532.3 kB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

par_sieve-1.5.0-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl (598.7 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

par_sieve-1.5.0-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl (507.7 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

par_sieve-1.5.0-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (356.7 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

par_sieve-1.5.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (473.4 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

par_sieve-1.5.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (336.0 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

par_sieve-1.5.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (330.1 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

par_sieve-1.5.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (332.9 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

par_sieve-1.5.0-cp314-cp314-manylinux_2_17_i686.manylinux2014_i686.whl (354.2 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ i686

par_sieve-1.5.0-cp313-cp313t-musllinux_1_2_x86_64.whl (503.1 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

par_sieve-1.5.0-cp313-cp313t-musllinux_1_2_i686.whl (530.7 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ i686

par_sieve-1.5.0-cp313-cp313t-musllinux_1_2_armv7l.whl (596.6 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARMv7l

par_sieve-1.5.0-cp313-cp313t-musllinux_1_2_aarch64.whl (506.2 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

par_sieve-1.5.0-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl (356.6 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ s390x

par_sieve-1.5.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (465.0 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ppc64le

par_sieve-1.5.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (334.1 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARMv7l

par_sieve-1.5.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (328.4 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64

par_sieve-1.5.0-cp313-cp313-win_amd64.whl (176.2 kB view details)

Uploaded CPython 3.13Windows x86-64

par_sieve-1.5.0-cp313-cp313-win32.whl (166.5 kB view details)

Uploaded CPython 3.13Windows x86

par_sieve-1.5.0-cp313-cp313-musllinux_1_2_x86_64.whl (503.4 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

par_sieve-1.5.0-cp313-cp313-musllinux_1_2_i686.whl (530.4 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

par_sieve-1.5.0-cp313-cp313-musllinux_1_2_armv7l.whl (596.8 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARMv7l

par_sieve-1.5.0-cp313-cp313-musllinux_1_2_aarch64.whl (506.7 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

par_sieve-1.5.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (333.0 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

par_sieve-1.5.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl (357.1 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ s390x

par_sieve-1.5.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (468.4 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

par_sieve-1.5.0-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl (353.4 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ i686

par_sieve-1.5.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (334.2 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

par_sieve-1.5.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (329.1 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

par_sieve-1.5.0-cp313-cp313-macosx_11_0_arm64.whl (287.0 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

par_sieve-1.5.0-cp313-cp313-macosx_10_12_x86_64.whl (294.8 kB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

par_sieve-1.5.0-cp312-cp312-win_amd64.whl (176.6 kB view details)

Uploaded CPython 3.12Windows x86-64

par_sieve-1.5.0-cp312-cp312-win32.whl (166.6 kB view details)

Uploaded CPython 3.12Windows x86

par_sieve-1.5.0-cp312-cp312-musllinux_1_2_x86_64.whl (503.4 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

par_sieve-1.5.0-cp312-cp312-musllinux_1_2_i686.whl (531.0 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

par_sieve-1.5.0-cp312-cp312-musllinux_1_2_armv7l.whl (596.9 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

par_sieve-1.5.0-cp312-cp312-musllinux_1_2_aarch64.whl (506.8 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

par_sieve-1.5.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (332.9 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

par_sieve-1.5.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (356.6 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

par_sieve-1.5.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (471.9 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

par_sieve-1.5.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (354.0 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ i686

par_sieve-1.5.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (334.3 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

par_sieve-1.5.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (329.0 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

par_sieve-1.5.0-cp312-cp312-macosx_11_0_arm64.whl (287.1 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

par_sieve-1.5.0-cp312-cp312-macosx_10_12_x86_64.whl (295.0 kB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

par_sieve-1.5.0-cp311-cp311-win_amd64.whl (177.0 kB view details)

Uploaded CPython 3.11Windows x86-64

par_sieve-1.5.0-cp311-cp311-win32.whl (166.7 kB view details)

Uploaded CPython 3.11Windows x86

par_sieve-1.5.0-cp311-cp311-musllinux_1_2_x86_64.whl (504.1 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

par_sieve-1.5.0-cp311-cp311-musllinux_1_2_i686.whl (532.1 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

par_sieve-1.5.0-cp311-cp311-musllinux_1_2_armv7l.whl (598.3 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

par_sieve-1.5.0-cp311-cp311-musllinux_1_2_aarch64.whl (507.1 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

par_sieve-1.5.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (333.2 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

par_sieve-1.5.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (356.7 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

par_sieve-1.5.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (468.3 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

par_sieve-1.5.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (355.1 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686

par_sieve-1.5.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (335.5 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

par_sieve-1.5.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (329.5 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

par_sieve-1.5.0-cp311-cp311-macosx_11_0_arm64.whl (289.5 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

par_sieve-1.5.0-cp311-cp311-macosx_10_12_x86_64.whl (297.5 kB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

par_sieve-1.5.0-cp310-cp310-win_amd64.whl (176.5 kB view details)

Uploaded CPython 3.10Windows x86-64

par_sieve-1.5.0-cp310-cp310-win32.whl (166.6 kB view details)

Uploaded CPython 3.10Windows x86

par_sieve-1.5.0-cp310-cp310-musllinux_1_2_x86_64.whl (504.1 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

par_sieve-1.5.0-cp310-cp310-musllinux_1_2_i686.whl (531.6 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

par_sieve-1.5.0-cp310-cp310-musllinux_1_2_armv7l.whl (597.6 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARMv7l

par_sieve-1.5.0-cp310-cp310-musllinux_1_2_aarch64.whl (507.0 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

par_sieve-1.5.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (333.6 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

par_sieve-1.5.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (355.8 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

par_sieve-1.5.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (467.7 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

par_sieve-1.5.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (354.9 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686

par_sieve-1.5.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (334.8 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

par_sieve-1.5.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (329.3 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

par_sieve-1.5.0-cp39-cp39-win_amd64.whl (177.2 kB view details)

Uploaded CPython 3.9Windows x86-64

par_sieve-1.5.0-cp39-cp39-win32.whl (167.4 kB view details)

Uploaded CPython 3.9Windows x86

par_sieve-1.5.0-cp39-cp39-musllinux_1_2_x86_64.whl (505.0 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

par_sieve-1.5.0-cp39-cp39-musllinux_1_2_i686.whl (531.8 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

par_sieve-1.5.0-cp39-cp39-musllinux_1_2_armv7l.whl (598.4 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARMv7l

par_sieve-1.5.0-cp39-cp39-musllinux_1_2_aarch64.whl (507.7 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

par_sieve-1.5.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (334.4 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

par_sieve-1.5.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (357.1 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ s390x

par_sieve-1.5.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (471.9 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64le

par_sieve-1.5.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (355.0 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ i686

par_sieve-1.5.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (335.7 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARMv7l

par_sieve-1.5.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (330.1 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

par_sieve-1.5.0-cp38-cp38-musllinux_1_2_x86_64.whl (504.6 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

par_sieve-1.5.0-cp38-cp38-musllinux_1_2_i686.whl (532.1 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ i686

par_sieve-1.5.0-cp38-cp38-musllinux_1_2_armv7l.whl (598.2 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARMv7l

par_sieve-1.5.0-cp38-cp38-musllinux_1_2_aarch64.whl (507.7 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARM64

par_sieve-1.5.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (333.9 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

par_sieve-1.5.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (356.8 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ s390x

par_sieve-1.5.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (474.2 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ppc64le

par_sieve-1.5.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (355.4 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ i686

par_sieve-1.5.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (335.5 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARMv7l

par_sieve-1.5.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (329.9 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

File details

Details for the file par_sieve-1.5.0.tar.gz.

File metadata

  • Download URL: par_sieve-1.5.0.tar.gz
  • Upload date:
  • Size: 10.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.9.1

File hashes

Hashes for par_sieve-1.5.0.tar.gz
Algorithm Hash digest
SHA256 be6f9a378c124fe5277f2dc3f05fa2bd247c145ed99a2a8ce541692081b9ad85
MD5 1bdbfdc04ffcf75712c3861f0a45333d
BLAKE2b-256 9a823add2eeed9373c4782778b633f17b1fbfa996190ec0ea34c55d7848fd37c

See more details on using hashes here.

File details

Details for the file par_sieve-1.5.0-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for par_sieve-1.5.0-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b4f4eb84c2ef9169fa6a7192c99ab88a2d363f27f5897bc0a6f938772e0a58ec
MD5 05146114dfcdef3bc06bdb682dc0f714
BLAKE2b-256 86e9d9dd28eac7cadc2b36f56d26ef8bff75a886d00d5ad41dfd3603aa6d09e7

See more details on using hashes here.

File details

Details for the file par_sieve-1.5.0-pp311-pypy311_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for par_sieve-1.5.0-pp311-pypy311_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 42975e6a497ad7855b7049e0d2b6608fadb496060ec44841c59fd5d7058555ab
MD5 74f9ab0d3ab62e3847a25efe4005321e
BLAKE2b-256 5a0383ad932454394f9dcedbf9d5c13124396f250913b2b245352f6155470ede

See more details on using hashes here.

File details

Details for the file par_sieve-1.5.0-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for par_sieve-1.5.0-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 19bba542c61b4bbb619ecae0198bf00ecaefc4f9eb2ca7a0020b0ec7f0ae6042
MD5 fba8d02e289b378a901ae3da59afd642
BLAKE2b-256 ce34cd09e5cf371923ec4dbac65ce7c04c185f3305a3186964eb32f1d134288c

See more details on using hashes here.

File details

Details for the file par_sieve-1.5.0-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for par_sieve-1.5.0-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 69b023ca98cb402ff70a58c878761bed284f125c1539d0fea29ef16182994353
MD5 29d50aad12194e0b24662d747e594340
BLAKE2b-256 b6aed16d52bd79f6add786b7e34b5dea40186afa8b69d5cade48ec03053cd752

See more details on using hashes here.

File details

Details for the file par_sieve-1.5.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for par_sieve-1.5.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a4801cf66f2b68c05adb04a771ea59f36dfdf0ab1b339463ff95deb4e04b668d
MD5 7af4501ec57fd82a0a30e7197a95e4e4
BLAKE2b-256 16e5740a7890c1cd680af1de8ceeef08b8b02a1bcb80758ef605a38f9a607515

See more details on using hashes here.

File details

Details for the file par_sieve-1.5.0-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for par_sieve-1.5.0-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 bb170883d06671b9706cf57ff93dd077eae7467ecd927e6015c263f4210c1908
MD5 d57e76f78692f5786208327fc3d994b2
BLAKE2b-256 5ba71ac8365a1a380c649c4393117653063f0d8f9657ce6e3d6db27856dcb96d

See more details on using hashes here.

File details

Details for the file par_sieve-1.5.0-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for par_sieve-1.5.0-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 221ebdc26aa3325e98741a72c1cf5f112ef3b3547d6745ea06348e526091086b
MD5 08a6b08269b605c4c45bfccc78138eea
BLAKE2b-256 0ad17c818230f80d71601246a3f4d1d9313688514e8557309688dcf36060a729

See more details on using hashes here.

File details

Details for the file par_sieve-1.5.0-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for par_sieve-1.5.0-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 7e09488ae5a43b04e6fc9aa55926129ce1e1342b8c6e25ef18e58e00f18bd938
MD5 9e23b421709d173e837874bada824b01
BLAKE2b-256 66f1cb0e91fa55d0ee715f9421fd302584ea2fb864d0d477e64230eb810059f7

See more details on using hashes here.

File details

Details for the file par_sieve-1.5.0-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for par_sieve-1.5.0-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 a0366935f9ab7147eedb0c4f6ae8a23eed00e1df01ad474d8dee7ef0d24bdaa9
MD5 ea0c1a9dbc47cb8ccf136441658e10a2
BLAKE2b-256 883eee69dfe4f62e1e41b783ef18da62858634469cad2cc90ada750eba2cf9d7

See more details on using hashes here.

File details

Details for the file par_sieve-1.5.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for par_sieve-1.5.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 29816c56577bbb03420c505a4bcff5f86f4175434760e864a14104e9d5c5ed61
MD5 1e96db97e28451c1be54658bebac5369
BLAKE2b-256 4dcfeee762e38fac3da8716f4dc32ccd303483b9858ad3d6c8f5cb9ecaf9419d

See more details on using hashes here.

File details

Details for the file par_sieve-1.5.0-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for par_sieve-1.5.0-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6071ad6fc37867beb6d4c49ab622c6e5b27f34cfcffc4e6b0273dca47c143d63
MD5 ee85bfe683c6505e5404a14980092dcd
BLAKE2b-256 79c055ddc5dcc84ae75f3d4b2f82237d7dbb50ebf4268786fb3710320f374ff1

See more details on using hashes here.

File details

Details for the file par_sieve-1.5.0-pp310-pypy310_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for par_sieve-1.5.0-pp310-pypy310_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 b6493a55506c2d9ff099b4d6bb826023d6428e4c722b17e73a6aa77c7da4e242
MD5 a1f643e7f4285f6581d76c23262bd0b3
BLAKE2b-256 864a7e1f339ac4222c9f3b4685f3beebbe3b107b05f41827b087efb089c42199

See more details on using hashes here.

File details

Details for the file par_sieve-1.5.0-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for par_sieve-1.5.0-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 6e3e88042745b5ae2ae2424469d2d2394ed6a641896575aec7c7b3dd5a5edbc3
MD5 ee0b57ec6443f29faba9e24df48ab031
BLAKE2b-256 7ef18f2ef54526d0e027b51dc949da8d90a22066df823a7c787b0970cbae4b04

See more details on using hashes here.

File details

Details for the file par_sieve-1.5.0-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for par_sieve-1.5.0-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ad7f19873083f6a9fcecbf52fe655df43f45a0aab3bbb4e3f5dcc0ce6ff53332
MD5 9f79b72b74a7f03c240965bbf3c59787
BLAKE2b-256 5db5ea9ac4a50b47d5e11b4e3ca68c4526a2407ad282b879dff00eea7f04bc74

See more details on using hashes here.

File details

Details for the file par_sieve-1.5.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for par_sieve-1.5.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3c4fa322375e0bf026ed094fe80d0bb5faa7f45e6b4f4654965dba87c16bf47c
MD5 f2bc44002f38df452b43a836635d2ff3
BLAKE2b-256 722039289f8f329deb59b71748ad75f91ebd7e3b7dad4c16bba1f612596222fa

See more details on using hashes here.

File details

Details for the file par_sieve-1.5.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for par_sieve-1.5.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 b78d5f820e5011062d34f241d6a70526cd969bd75da71e29cbdb1a10e0b9291e
MD5 38ba9fd79976bc77087190c85d3f1489
BLAKE2b-256 3ffd5e67e69158ddb662484efdcbb0e75704f8b648bea18677de1b3aeda2c713

See more details on using hashes here.

File details

Details for the file par_sieve-1.5.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for par_sieve-1.5.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 2ee29dc3646819587cb4b376be01a41d7c2e5f8d8717c3205090c1ca1e1a285c
MD5 0c5f071694bd1ceb98852a0d2d2d716b
BLAKE2b-256 5930b9d14dfbd0489a9844f5d5771d638b5db3d0cc42f1bb0f601d89ec4c3f62

See more details on using hashes here.

File details

Details for the file par_sieve-1.5.0-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for par_sieve-1.5.0-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 66f2b1b01de8d7bf0146ab116b6cdf9df215c211ae4d0c8b2a8aaced25ac0aaa
MD5 370c4469c9e170ea978e2a3710e7da1c
BLAKE2b-256 acee187168149b948174a03c89092a31e33b0666a40d01b6542d7f86c5ea5be8

See more details on using hashes here.

File details

Details for the file par_sieve-1.5.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for par_sieve-1.5.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 bec7efc2795c31c781d61918bedc7a4de55f8e5095d729f1f578e1ae319d2e57
MD5 87bdb53fe63881d1f01e1015baaaebdb
BLAKE2b-256 8b59236a19c175a4857049593bafb196c31588309fca67139be5461b2349f495

See more details on using hashes here.

File details

Details for the file par_sieve-1.5.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for par_sieve-1.5.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f696316da1c32e38c92a20be9a356d06e482c15d6c1bb29ba4552228fcb9c35b
MD5 35a6c58439456e8eed17411b22f6e7e1
BLAKE2b-256 3fa6569bc3e0c48c7384fe188dc002cb6f4bcca674a2e98574a72b635e6ae69d

See more details on using hashes here.

File details

Details for the file par_sieve-1.5.0-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for par_sieve-1.5.0-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e4cfc1b33346a5414e1bc7f427c7c27cc62642c40ff77e2fe8765e0e921b32d6
MD5 25e62e44f3419a78ced786bd2e100273
BLAKE2b-256 785bf6bb0be398725d5e18a4468703d30a59999b162e0ae8717a655777469294

See more details on using hashes here.

File details

Details for the file par_sieve-1.5.0-pp39-pypy39_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for par_sieve-1.5.0-pp39-pypy39_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 6058632e21a83cbb318676a96f5f41046e39bf6bc93513959110c7b00cea97c7
MD5 8767fc803306e8055451292b3c9017f0
BLAKE2b-256 b71e4381547662052fb786f4a8f63b76320c4166bd81bf81574b5f1e3f599b9e

See more details on using hashes here.

File details

Details for the file par_sieve-1.5.0-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for par_sieve-1.5.0-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 bd12e13c47238e4516a3fb4a4b429fe4130524f4d717eef8fc17601d825e5525
MD5 7c270c88b058e336ca13559dd197bc01
BLAKE2b-256 4777c215592c039b0f994ba646ca52af017e9fa9c9f3861e008a5b8f4568af6b

See more details on using hashes here.

File details

Details for the file par_sieve-1.5.0-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for par_sieve-1.5.0-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f0d8c318cf03ec3adb4756b795ea97c257c08c40cd705093259675e195f4c82d
MD5 7036636443e95702a31565ab5055787d
BLAKE2b-256 b63d2dcabfe36184b2674946f010dfabaa9268f89078f9de39fefaf843f6583e

See more details on using hashes here.

File details

Details for the file par_sieve-1.5.0-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for par_sieve-1.5.0-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 dc1c36859e255a32782961e9924e5415c0d64f19a557ccfdf5b18c35c9248c44
MD5 1dae0d656aa34ccf55c2cdf714b2c96b
BLAKE2b-256 c518fbc1a700aa6c6f9e660a3675e46db213278c345ea9c17b8c47b2e2732eda

See more details on using hashes here.

File details

Details for the file par_sieve-1.5.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for par_sieve-1.5.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 03a0b11cb15a92eb296fe5e5a302c342b5b700671c460a04f011b7962c09e061
MD5 b2766794701208f1deae7fe90e4a1958
BLAKE2b-256 1694a0b3963fe32db3c8965d7a2c019d3e37f466a263f01380d94b41235ba941

See more details on using hashes here.

File details

Details for the file par_sieve-1.5.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for par_sieve-1.5.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 28767a93c9e24dbad8d887206d851f99dca48013c39c13a5b26421b719d2801f
MD5 65900c4ae25826389671aceae9fc71fb
BLAKE2b-256 1bcc7cc281e892b042e38b5fc32a11678658f86dc535a005af4e84553f3ea98f

See more details on using hashes here.

File details

Details for the file par_sieve-1.5.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for par_sieve-1.5.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c8b28798de7acaa9ce5f211af934ca2f77c489cf0f33575e54981dc19ce45d87
MD5 6b4ee023f081e0416f26d09d0bad63b7
BLAKE2b-256 0207238f155aa9fecd35b3fca261b5503e742d26cdd95ce053ac40b34fb71f29

See more details on using hashes here.

File details

Details for the file par_sieve-1.5.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for par_sieve-1.5.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 006e0431ebc870691d3d2752fb1bb47d24a20a6a79d5cac15900d1c122c2bae3
MD5 d3c6c235ac622283ece560defcc37d6d
BLAKE2b-256 f2a653efebc7152aaa22134870822dc7eed6f600eaaa6e1296802276ce4879eb

See more details on using hashes here.

File details

Details for the file par_sieve-1.5.0-cp314-cp314-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for par_sieve-1.5.0-cp314-cp314-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 0bd67b5a26d9d3b1a2f759d8495b90aafe9383266f3b2869d7a17caa68c4a4a7
MD5 75831284a0567d6551a225581f03e9c6
BLAKE2b-256 0fd2961c888ea3ed01ffc1ee26e30c55a12aaf75012d3de81135687700e83ab1

See more details on using hashes here.

File details

Details for the file par_sieve-1.5.0-cp313-cp313t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for par_sieve-1.5.0-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 fcaad4d3afab41c4de3503f531caa8940bc0d5664c768c1da304f448c524baaa
MD5 0e58355da828cc692db10cf4f93cd264
BLAKE2b-256 066204b720620d4b6be81fbe97638cc059e037e769af1fb7b5c31b24cb29f74b

See more details on using hashes here.

File details

Details for the file par_sieve-1.5.0-cp313-cp313t-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for par_sieve-1.5.0-cp313-cp313t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 ede0a1379f070d60ed1842fdbfce8ef8e9ecc881e18a1dc1b17819b78b294907
MD5 f556e3df6723d75ef20fde14dfffd51b
BLAKE2b-256 b0ac3674c52b90ccfe07fcd2abf0504bcbbe219e64dd9a83eb8fe9f5f69fd43c

See more details on using hashes here.

File details

Details for the file par_sieve-1.5.0-cp313-cp313t-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for par_sieve-1.5.0-cp313-cp313t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 a023df1720b0ea73836a9c4cdc071986c6c326987c01342a67902e386370d578
MD5 ad2b4ecba79fd089ed674edac71f5aeb
BLAKE2b-256 f8f295a35969dc535cb7589998beb74d150ef92fa510c6bc3466e5b82fb23252

See more details on using hashes here.

File details

Details for the file par_sieve-1.5.0-cp313-cp313t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for par_sieve-1.5.0-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 84f4c047b037bc76fc79146043ebf94f6ffc289abf9f8734e32c48740dcdd269
MD5 7ff98a31b96923aa2c7520f3acbad030
BLAKE2b-256 1744a130fa11eeebcdd29e83718b62a0ec960793c66fa17ae8fb3dbad720aa6a

See more details on using hashes here.

File details

Details for the file par_sieve-1.5.0-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for par_sieve-1.5.0-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 faa137c45cc206b1a034c29296528af8c4405e2b80c8f785957ea07776bed079
MD5 565660b4156a0954b58e5d1bfcecbdfd
BLAKE2b-256 df97a1cd24e47c1645d9d39e3b971aef1485edb9a34a95b151f5429a0151c348

See more details on using hashes here.

File details

Details for the file par_sieve-1.5.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for par_sieve-1.5.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 5545950ae056d7a373b54805619764d0179b2ea49327b4b340e8c0adb0ca547a
MD5 b444ae6274cfa97be1be3c24b2d9ecf0
BLAKE2b-256 1dcf600dc1aa7b674eecb665f019af9f30aa6bd954e9f89d254dfcdc7e531dae

See more details on using hashes here.

File details

Details for the file par_sieve-1.5.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for par_sieve-1.5.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 2b75170b25e1c2f3b13291b5d4aa53049eb12cd9c9d284e3c39218056538390f
MD5 0ff83542b996f2efebb58f86c1027750
BLAKE2b-256 488af61020f2b519e26dc6381692a5f1c0ac7d80aed49c99bae68ca3112497a6

See more details on using hashes here.

File details

Details for the file par_sieve-1.5.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for par_sieve-1.5.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 38325eb48a18b5c4ffd5ae38c38bd50fe200dc6b8affbbf47fd036b9ee4644d5
MD5 4cad17d28aa0e0b228d12862e356b57d
BLAKE2b-256 320c822eaebdb3137f8c7933bc1d7a339a719c9ee68dde34ad0e9e6db6f966ba

See more details on using hashes here.

File details

Details for the file par_sieve-1.5.0-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for par_sieve-1.5.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 349a0699d527808ba24f6248f121c3fc9a5b3661c0dfee8e483db706ff4f0096
MD5 445834b72a3f55249fb6eb4df720da8a
BLAKE2b-256 7ec1254f20ec6b3bd5176cc9e0bca36c12afddcb90578b1f40739ea743756e3b

See more details on using hashes here.

File details

Details for the file par_sieve-1.5.0-cp313-cp313-win32.whl.

File metadata

  • Download URL: par_sieve-1.5.0-cp313-cp313-win32.whl
  • Upload date:
  • Size: 166.5 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.9.1

File hashes

Hashes for par_sieve-1.5.0-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 81614268ac4cd1aadde3348fc982742ceb6d529851d4939cae43a8605ae302db
MD5 3bab5acb068632962d22727fb69a8934
BLAKE2b-256 6db5669acf0fd9abfcd6710c0c06b102d1d70c5d5f5cac53d3170c6cb2fdbe0c

See more details on using hashes here.

File details

Details for the file par_sieve-1.5.0-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for par_sieve-1.5.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 de2a5c1c746c6cf01833d51294c29b8744f7334ca139b6b56ca1a85ad4064f9a
MD5 4ef9f0a1c9b263cbe11894b8edaef2cf
BLAKE2b-256 1bcd9b3a50d53809174925c4351a372246897979610532298ad9f55dd775a829

See more details on using hashes here.

File details

Details for the file par_sieve-1.5.0-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for par_sieve-1.5.0-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 2769667af59dcadd56c72497073a757f762fdbb3248545ef6851f0f9d030b422
MD5 11ab02fc097113a1d27ce00b1645d7a9
BLAKE2b-256 ae8c3d3579e4a6f3d74580a3ff33ced2a618c3c234b88e7554c64cbe7854cf61

See more details on using hashes here.

File details

Details for the file par_sieve-1.5.0-cp313-cp313-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for par_sieve-1.5.0-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 eeb87320e2e23c7c47444e2729477b90663e577cef27ec75bb7361e690d81f73
MD5 b1bfb7f63a58a50afb1660e3e019fcf4
BLAKE2b-256 4347e57520eab6f1f9187688557fb2e1a36d166ad945dd0357d19044d7ac6cff

See more details on using hashes here.

File details

Details for the file par_sieve-1.5.0-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for par_sieve-1.5.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8c6adcc99c4f25d18c7821b6b31ba811f61c0aa5ac97d65204ff8800e2654d13
MD5 c9a58ff9eb123c04e661fdfdaf26d078
BLAKE2b-256 1a55d8943890a5b7b3531bbc87b244f629cb6eaf7e65d30034cba94e4978266e

See more details on using hashes here.

File details

Details for the file par_sieve-1.5.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for par_sieve-1.5.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e14f8ed4b7c1880fc3b6b31d80e6157658d3561963ad57efe28f20a46e10702e
MD5 f1375133261ed95f5edf33f7c8e66fee
BLAKE2b-256 7686276d326170221300fe34a077af6f7f0b1d75f840189bc875b31880b2d01b

See more details on using hashes here.

File details

Details for the file par_sieve-1.5.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for par_sieve-1.5.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 4425250483469051b42ce524f286ba8da6fb6c78d15203439d2d83a9c5880c88
MD5 7f64e8b3fa071e45ac5725ce380cca47
BLAKE2b-256 1d629ef9123bd07c0b13b8833c8c0e157ad90c719cd18086331b412cffc66749

See more details on using hashes here.

File details

Details for the file par_sieve-1.5.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for par_sieve-1.5.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 a496f1a88196a7f5636e9e150db882c58b22cdc624457902f849f9898d4f18f8
MD5 815be9a940b9583c7dc7a5d58bb09f90
BLAKE2b-256 db652e2d6a5fa73977b772155b212f5db06ea92cd0a5ccf1eb04e3148ce872e2

See more details on using hashes here.

File details

Details for the file par_sieve-1.5.0-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for par_sieve-1.5.0-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 2e117cd018031b5d4e158aed065813c628a55e23d584ba938f64022069c8c04e
MD5 38edd4455be508386459417e6427e31a
BLAKE2b-256 8a0deee0649a416be035f50862a4f060df51b701baa2ebb0ea13a6d8eae52d42

See more details on using hashes here.

File details

Details for the file par_sieve-1.5.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for par_sieve-1.5.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 e6dec784d012f3bf1802ef57e60b0b214154cdcc857569dac1630c392013f99a
MD5 512d24cedccf999371b854c9a5396ebd
BLAKE2b-256 537bcb43f7dc7d90f94e3c207b79b6857ac9a0d817971025a5edb40c0fc30226

See more details on using hashes here.

File details

Details for the file par_sieve-1.5.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for par_sieve-1.5.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5a2e5a630cc4f832fb27fe86ff03aa81681ea4454175892ccfd21138487d3537
MD5 f42c071d8d25a370450419b93a00f49e
BLAKE2b-256 9485afc7e39f92cdb889ea3ef0b3402f633fef49dee1dfa58d48aa4c331f3b88

See more details on using hashes here.

File details

Details for the file par_sieve-1.5.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for par_sieve-1.5.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8f7df67721d3961f5354f0b606e7ad58619edf0c3c8e283911761e39c89eeae3
MD5 c2a56341be4e0d4fd917379329e37d24
BLAKE2b-256 e65593d8aebf79dcb92ebf625aafc7a0c8952c72fa86210f7c7740bbbcb2a731

See more details on using hashes here.

File details

Details for the file par_sieve-1.5.0-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for par_sieve-1.5.0-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 a923691d80141fad2823c094cc6f69548049cda1c4a0bcb48b16eaba83da958a
MD5 f77a716b269ba6c7e6a10bcb8c80a554
BLAKE2b-256 0a336863e6deb3d80400eea743d59cef46e8bcbe5d7c94943c67ca1aad60ee09

See more details on using hashes here.

File details

Details for the file par_sieve-1.5.0-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for par_sieve-1.5.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 6a47fd55603e1d803f16aeba28ac7ff255cea6077eed26f5bea331e5a08acc3e
MD5 5d41beb82f5aa8dc81d2c1e8f797530d
BLAKE2b-256 133d9a89a07e52769b17a911fba08227efc394f0ccbb077bfc260250aff00b03

See more details on using hashes here.

File details

Details for the file par_sieve-1.5.0-cp312-cp312-win32.whl.

File metadata

  • Download URL: par_sieve-1.5.0-cp312-cp312-win32.whl
  • Upload date:
  • Size: 166.6 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.9.1

File hashes

Hashes for par_sieve-1.5.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 667d2302cfc758a2a5cb74f22b084a03838b462796b29379bf1ca6cb84bf6c3a
MD5 c535b1605731538f1d2a86d5900cebfe
BLAKE2b-256 9b64b8fb66b6aaa187c135fcaca36e56aefd51e7272ec9de415c9cf80243be58

See more details on using hashes here.

File details

Details for the file par_sieve-1.5.0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for par_sieve-1.5.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 cfbff74e8e9698047005b528359bda7214abf9ebee982cc7e1047661d5d7823d
MD5 122ab7a1a7398dda3cc7949eb215baf0
BLAKE2b-256 2035db716e773dc700f77e3c37591d93362e0dc7902e48a387cd0365ba37e2da

See more details on using hashes here.

File details

Details for the file par_sieve-1.5.0-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for par_sieve-1.5.0-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 95ee5664c8e1337d1f2fe3ecc9dfed6444bb4533fed66f62ff3ab79fe671a2b5
MD5 eb326fa1b9e2deab8f4a82bfec8ade25
BLAKE2b-256 51a652a05d417a2849f5b53a2fb56a277bc2c5c83389d83aee01cec930bfe7e0

See more details on using hashes here.

File details

Details for the file par_sieve-1.5.0-cp312-cp312-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for par_sieve-1.5.0-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 1f801ab83e891769b98020fd7663638e2096bfcf20ea73913ef98396060537a0
MD5 41c6e061c264ed2108de4ef12de27f75
BLAKE2b-256 03a3ee857cfbbf810d6839bd6facb4fd640c5885b60c0b77d86c876202385c29

See more details on using hashes here.

File details

Details for the file par_sieve-1.5.0-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for par_sieve-1.5.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 78ce46c4161e1ae3c81a3835cdbd532f2e97a108ffa0c270473cea0aac8d47a8
MD5 7266f1651ff71632ba32a73c6436365a
BLAKE2b-256 a7825f4e5be9d2237a22371bf13ed95fa8774e36a5bfb401a9124b9d22024c7d

See more details on using hashes here.

File details

Details for the file par_sieve-1.5.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for par_sieve-1.5.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 dc0d554c0b6dfff6ed51e0ccae469b56ea026aee29464ef7dfce9d944d527b81
MD5 f52e6b7ecb2f893bde4f9f21590bf976
BLAKE2b-256 fb28a798ad34998dc95169a8a7d324238a408bc46829ddb9cd73f6bfba3ac0c8

See more details on using hashes here.

File details

Details for the file par_sieve-1.5.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for par_sieve-1.5.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 5b466951663596602fc4132a725e6d6b96710f47d4c464d7b27546965d996f02
MD5 1ce84d4100a7e6140486b724ea02ef77
BLAKE2b-256 826f32a179904d96ae0b4e5511d125ce07156fa7030804ee1cd9a638c475933b

See more details on using hashes here.

File details

Details for the file par_sieve-1.5.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for par_sieve-1.5.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 78add57c1a1636215d82e5142467e8d5210aea47ca94af4c111aeab298e21e6c
MD5 0af212ff5bc4728bd2ba5165cba87143
BLAKE2b-256 33a2de146a6f0efbe927ae1bce03a34307e3150854d29a0b3b87895742fd8908

See more details on using hashes here.

File details

Details for the file par_sieve-1.5.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for par_sieve-1.5.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6c1bbc0d1a3179fd969dc4a0ed11fb208af94b60fa4df49d8d55c0136bffc9a6
MD5 4a8a3f5a967d50db81929f2390321126
BLAKE2b-256 46e723b817c39edcce062f241d57e5897bc88dd0fe2eba070e69496238810e96

See more details on using hashes here.

File details

Details for the file par_sieve-1.5.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for par_sieve-1.5.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 56d861738c50e4f38cc4333a3e9e836de0752f997b301a767115d4d7f269e0be
MD5 a2245daef8abce2691a6e6202618a943
BLAKE2b-256 17e54b510aaf6efb8d1544b06178f23c490c5a0d2d395312c73920d2263bdf5f

See more details on using hashes here.

File details

Details for the file par_sieve-1.5.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for par_sieve-1.5.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 67293109b9a0f05554a925e19fb0380a7201568bfda4a7e00a8d735bc052abdc
MD5 420ada71fcfbe0713cb791e266d507c3
BLAKE2b-256 b98d547bd24dbcef7620e334d5107967d69f2dbca99a7d3b904f27806fa9c5ef

See more details on using hashes here.

File details

Details for the file par_sieve-1.5.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for par_sieve-1.5.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e1474a42fee29b572c6b10398792fa1d2cc324ba3c799a30c6c1d674cfa3c946
MD5 557fb8021f2a57aaea5cddf79478431a
BLAKE2b-256 b271ee2b30ab4ad28cfe5789e40dd6b2512b7b97d42ff88875fa14136449d00b

See more details on using hashes here.

File details

Details for the file par_sieve-1.5.0-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for par_sieve-1.5.0-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 dfca1d980631b612957996163e151df2310af5a69c1f615f96a5176cffacd92c
MD5 f24d5d6ff64ef9f316710a72fd836c75
BLAKE2b-256 65c21922f419714cb1f9c92ba57a8305d6e9d665f8e0754f6a9a269a48d34acb

See more details on using hashes here.

File details

Details for the file par_sieve-1.5.0-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for par_sieve-1.5.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 1faf3ebad414cfce123bb75bba4b046645485e6f4dbb25f3051cd13b851ff89c
MD5 76fd95d0f44f5470a64c335fa22d015f
BLAKE2b-256 3cc76b64befd7b116de65299a70058a5f61def469ae97554549839b14f648f4d

See more details on using hashes here.

File details

Details for the file par_sieve-1.5.0-cp311-cp311-win32.whl.

File metadata

  • Download URL: par_sieve-1.5.0-cp311-cp311-win32.whl
  • Upload date:
  • Size: 166.7 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.9.1

File hashes

Hashes for par_sieve-1.5.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 1fee11534af85ed7b94af8d571d36dc089e734f6fbe132f73124cee411bbad5e
MD5 3f4716cfade4de18d159a7dac4b520a8
BLAKE2b-256 947f73389604ab78e24be87d4ada6b7699cc10613f1f85dbb9fe77a2c1f8f429

See more details on using hashes here.

File details

Details for the file par_sieve-1.5.0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for par_sieve-1.5.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 761c99533ff04d6a4dd6bdfe4a66c3c0c033465f9ec5869aaa74f63c0b25c3da
MD5 0fc6fd87410265ad2921b1ea5aa1e1f7
BLAKE2b-256 ab309930c56002d11d02dbee6552f406ee536893265db5314115eddd14ce0fff

See more details on using hashes here.

File details

Details for the file par_sieve-1.5.0-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for par_sieve-1.5.0-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 c4b658dd5a60784d268b7e6d227b7a064359c41d5f5b01d50bec8b2de5892bbc
MD5 2a27c1adae4b2534c14ddc962e92be51
BLAKE2b-256 22027a3e2fd75501fcd55e69a964b61d34c662ceb5cc55834349e525439684db

See more details on using hashes here.

File details

Details for the file par_sieve-1.5.0-cp311-cp311-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for par_sieve-1.5.0-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 b368141351e541c28f02eb1dc6c80ccfa7c7cd07f228c69286ecae698bf22209
MD5 368a84835dbbc0c635b2fe1589eded5b
BLAKE2b-256 32dad2b4c5b096dd3dcd53209e10335fc3713c82085acf52ca778685565b9fdd

See more details on using hashes here.

File details

Details for the file par_sieve-1.5.0-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for par_sieve-1.5.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4fa12f03bfc39dac39558706d04cb30cbd66afc35a3d6d2dcc187c4a75fcdcf0
MD5 21ec8df0b9124ba567d1854ff2431a91
BLAKE2b-256 c228a6a092ccd76fbc0751fe9f28c356cd11762c18de1780fb40d63f41fe84b3

See more details on using hashes here.

File details

Details for the file par_sieve-1.5.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for par_sieve-1.5.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3fc4830f76c020c270279875f60515cb71a12ba1705a13a6c2b1aae179a06e28
MD5 31efeea0295bb9679e63530be345fa79
BLAKE2b-256 103d61bc9f02e7360be6e390ac09b909886ee90994de564030e1c9b6b25f9a11

See more details on using hashes here.

File details

Details for the file par_sieve-1.5.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for par_sieve-1.5.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 dcace28a01b33b91c345eb93f18798ca125e5a82a01e91b7b83c63983dfc784a
MD5 a9efa6b2cbd823a308033acaa8cf1a8d
BLAKE2b-256 da48cad1d40c54b946473ac0bd91c84b65e28298614c0fdaaae83f503ec77eb1

See more details on using hashes here.

File details

Details for the file par_sieve-1.5.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for par_sieve-1.5.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 2e37896aecb034d7cfb3f1e847c4a2d69a8f236f9818c92df73d1f3a0607cfa6
MD5 0ff74b330b646ec62676c2645b0f3152
BLAKE2b-256 9e5da6e036352349a31896c0a32f95e6518cac7b426cc4145c2ccab57c59e658

See more details on using hashes here.

File details

Details for the file par_sieve-1.5.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for par_sieve-1.5.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 8885ae8d41aaad5d9dfc3324af9dd3988784280f4216a9881de03a7875754ea7
MD5 2e4d6269e93438ac7ab9fb6fe96d4205
BLAKE2b-256 6ec64c780eab5020c9e01fdbaa6ebe1287998aa341c5380b495ab56fd0957778

See more details on using hashes here.

File details

Details for the file par_sieve-1.5.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for par_sieve-1.5.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 22d51b37e958773ffa195f068e1203c7e52dfae926b0c35b2ab2b992fa1ff8d8
MD5 8ec4509ae3b4f38e4a47d9a210629af1
BLAKE2b-256 d3d7a67b54331ad559d7903d789d20570b835533798e6e6df8736f243df23db0

See more details on using hashes here.

File details

Details for the file par_sieve-1.5.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for par_sieve-1.5.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 cf230b26b13ff8401ba021e3ac2bec0c624f91b1175386f51c70f8ca2e2e9359
MD5 9a88d7fcdbf7e0e5d7c9de07c5a8a06f
BLAKE2b-256 9ee9d3525b59980b89ddc934a131de175918e9ddc6226635c6234cb2877a1610

See more details on using hashes here.

File details

Details for the file par_sieve-1.5.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for par_sieve-1.5.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 97223caa7dbc804768a0367be3b26844292793c08c21e2a6825823614502e755
MD5 1651583065493edc4904044258a968a8
BLAKE2b-256 e9029e65312ab01371b3090cc3dba1e40e8c423effc18178d1e61940ed416b7b

See more details on using hashes here.

File details

Details for the file par_sieve-1.5.0-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for par_sieve-1.5.0-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 dd5084374495ca8faf301605807e28e566741f499b2388209d51cee61e4c6d93
MD5 8bd5081ff072d9f98deee0221f12930a
BLAKE2b-256 82c93234c1c18d200823f23a772cbf34fa42eb0f873639b97adaa165acc17a66

See more details on using hashes here.

File details

Details for the file par_sieve-1.5.0-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for par_sieve-1.5.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 f352801e7918df2b533571e16dadeec20fee754f0506d2fe5102183649b3a57b
MD5 2c72d823b959b738d3674b1fc539b3f3
BLAKE2b-256 f60c8987fd6aadd15dc40d2051a82454d91c5e0930eb18a2e390964ed89cecd2

See more details on using hashes here.

File details

Details for the file par_sieve-1.5.0-cp310-cp310-win32.whl.

File metadata

  • Download URL: par_sieve-1.5.0-cp310-cp310-win32.whl
  • Upload date:
  • Size: 166.6 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.9.1

File hashes

Hashes for par_sieve-1.5.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 02ccb0b89ac76445fcee294fe9cefd6fe275209ec13510a1aa6e29fb2243fcc9
MD5 53983f1845cab782c0b97357fcd3e358
BLAKE2b-256 2b9071a41d7e3e5c6ed00a5674f6b340ca2f371d1d79c891931df8b9887beb79

See more details on using hashes here.

File details

Details for the file par_sieve-1.5.0-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for par_sieve-1.5.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e47baa197d34a31f52c21bdd57d96fc6626e81d2e97c961bc7ae7a35c4d99072
MD5 d4c23a03753ecf4416e29ba7271596e4
BLAKE2b-256 48adb1c9484b2b78c3f99814a71feab19bf37c7b9f2248fdc83dec8bfbe61ec9

See more details on using hashes here.

File details

Details for the file par_sieve-1.5.0-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for par_sieve-1.5.0-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 deb335dfbb7d9a0a76ecbf5142b12e5216f966c1c3df0cb0f892b267c2828ee5
MD5 ed81595feee7948b3182ebe2f30b32d1
BLAKE2b-256 03805309cb03effc51ac30fec6b60e8d04da1c629f15300f0448cadce52f9954

See more details on using hashes here.

File details

Details for the file par_sieve-1.5.0-cp310-cp310-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for par_sieve-1.5.0-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 13fbd6363664863b6e43633c5041f5c8ae45e0c21c90aad500cf7cd1f5c858b0
MD5 aaeb5ef23fe0e78efd9160c208aad2f4
BLAKE2b-256 6998cef4062bdd83bdc6b73e512558af4da53cd3ce82f7041cf97676d749dc2f

See more details on using hashes here.

File details

Details for the file par_sieve-1.5.0-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for par_sieve-1.5.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b65d63523a1b3c9c959814c20e49b5a5cb0eecf05a883d17bc87b689ce32feeb
MD5 8de68f6140d837b978dcc80fdc3a83a1
BLAKE2b-256 119126ca21633417e8f783d6b9264d78a1ba6c71330be26d69370f052a36476c

See more details on using hashes here.

File details

Details for the file par_sieve-1.5.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for par_sieve-1.5.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 836fa018449a51cdaaa2340250d65acf0ff634cc3865b550149d202f1210307b
MD5 e989ff7e49de0d8cb0eb91589dc5957f
BLAKE2b-256 7d9ade17d7ba73dd79d0e768105f4d070cd30e5b6e67afcb6f641eee72f6fd89

See more details on using hashes here.

File details

Details for the file par_sieve-1.5.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for par_sieve-1.5.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 c5c645b764386dcfd0e955cf93e769cd74793717ca3f0f68dcbb146509a71a0f
MD5 d8be3e0befbf351fbb14a90582d9a044
BLAKE2b-256 8fddc67f715d0dfa305b1cc2abc5c34c8069c27211f5f78f3178cdb5c925da39

See more details on using hashes here.

File details

Details for the file par_sieve-1.5.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for par_sieve-1.5.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 141b2210f87b82993d354151753a6b146fb853da63c0702134d988506d2edfc6
MD5 801eb0a9436679f8a5d4ee402b834fdf
BLAKE2b-256 2c27eb6fa1c69d6b96904d5b7c44829f2725b5d155b0118b8e500f31fa0e410d

See more details on using hashes here.

File details

Details for the file par_sieve-1.5.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for par_sieve-1.5.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d601ee15bdc931b50dbeec01806b74a13e10533ab1e7a17fbfd203cc77479999
MD5 5c8464f78cc3432b63b2491b7bec1ea9
BLAKE2b-256 7d3c8ae7ff6adbb700e6bedb3aaa47cbba2fc37efe4adea9769417734d8d3b3a

See more details on using hashes here.

File details

Details for the file par_sieve-1.5.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for par_sieve-1.5.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 f1931aa14e2f2e42b48fc2f5a3484a8489709b9e44093cd395e90a514f235019
MD5 f64b4532556ad2fa164611de7641d384
BLAKE2b-256 7f17a0a6ecd74c4832d2eb28ee679bfb8b266ff3430a23ace414a3c83c066015

See more details on using hashes here.

File details

Details for the file par_sieve-1.5.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for par_sieve-1.5.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e06272d1b2c2c48dfa6ff9239c9c215eacdd2f1607149373248439eea7f401c1
MD5 d8180ffc21ac691066fb7cf61fd13c59
BLAKE2b-256 52c13720a561bf4072e86574c64ad0f3fa2b73c2f9e31ad9d8ba3d4ea84fdb2f

See more details on using hashes here.

File details

Details for the file par_sieve-1.5.0-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: par_sieve-1.5.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 177.2 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.9.1

File hashes

Hashes for par_sieve-1.5.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 c9a9408777c48cb8baa8a6d1411b77f0ec82622470334be6b584903f57187e33
MD5 01084827f551a2fc341237f6f57b4a87
BLAKE2b-256 3d2bc48eec5ae2cfeed6df4d3abef1885cf5b4098160a6dba076d89fd52da5b7

See more details on using hashes here.

File details

Details for the file par_sieve-1.5.0-cp39-cp39-win32.whl.

File metadata

  • Download URL: par_sieve-1.5.0-cp39-cp39-win32.whl
  • Upload date:
  • Size: 167.4 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.9.1

File hashes

Hashes for par_sieve-1.5.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 27514d5b1bd7c323069374572586d73f6c46e416bfca41b1295e9fb25d81d9c4
MD5 622d020186c19da0d54e04468fbeec70
BLAKE2b-256 bff1ec5c03623f94f8a9775cb96eb07e70619644717671c4b1505f9e1e5c975a

See more details on using hashes here.

File details

Details for the file par_sieve-1.5.0-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for par_sieve-1.5.0-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 45f82ff2a5193af1acdac76e2062705e82985dc346da7f97a957743efa01402e
MD5 e44b2c61ee575dbfa60e033e0537cd4e
BLAKE2b-256 e01600f02a8d48c98413de2d9f29d465ea0a221a81ea968f3546c3e33b74efa8

See more details on using hashes here.

File details

Details for the file par_sieve-1.5.0-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for par_sieve-1.5.0-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 db3958817a4c6dbaf9f830a6772f7ff643d8052980094ca1bf4c645b46d27188
MD5 411e7219f59d40da6425cd061b46b0a5
BLAKE2b-256 70510b167c683242fd3f55d5cb3dd7ba76d4e4afd8ccd45a8a587ff26f176e55

See more details on using hashes here.

File details

Details for the file par_sieve-1.5.0-cp39-cp39-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for par_sieve-1.5.0-cp39-cp39-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 086254aa204900370f0a0b96d76e9c03c8699ed9c7e12d56a935c5dfc6a1590f
MD5 a6d01ea8aef2e3adddfc5a61ca1c64bc
BLAKE2b-256 5c3c2d9b0185521ecc650c3e766188fbe8d96c1d3e98cf696e5161148e91fb36

See more details on using hashes here.

File details

Details for the file par_sieve-1.5.0-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for par_sieve-1.5.0-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 54a4997e7b595123ba41bf463c9e07e74133c517dde317aacd3a55ff26ee901b
MD5 e27417e64c6355adde8471dbd09057af
BLAKE2b-256 a4397ff9d9415f7a010fe319b8df3a9de1ed7a53cabf32f404bdd2abbf65ad3a

See more details on using hashes here.

File details

Details for the file par_sieve-1.5.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for par_sieve-1.5.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c987e8376cdc64f6c18a6a92ef1a41f14d920affe15ef6cc66efcecc3cf24f08
MD5 20d5277e92841d270cab9bc35145ec5c
BLAKE2b-256 02176dff5659b29d41b3131c0cd75d0fc3794c5fd17f141a54fd38e0e7d72f2d

See more details on using hashes here.

File details

Details for the file par_sieve-1.5.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for par_sieve-1.5.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 7665eb6ebcb79ba598d117be74bed60c2abd994aeab622f464edb3a2f2ea4042
MD5 766ed079da7abce608bf8d3caffbed8d
BLAKE2b-256 f1418d257b0f0897d3f8db70819caffdf118408adfb5ff8e14f486625ef72f3e

See more details on using hashes here.

File details

Details for the file par_sieve-1.5.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for par_sieve-1.5.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 9525426d19884fd2c21922b7f2808656b4a927d34039f4b1d6bec32cf78cee6e
MD5 de7aee28e33ab088a4d6f0b51ea54578
BLAKE2b-256 4955b0c795d33b7716c41fef6a350d9cc278eb4473732636a32ed9a9f43a20e9

See more details on using hashes here.

File details

Details for the file par_sieve-1.5.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for par_sieve-1.5.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 436b5b46d2e153e6731177e479fefea9770f14baf6f6d88f6440e5b27ce41d1c
MD5 56e0eefae10c0556e232b7c517c1e4f2
BLAKE2b-256 ed81c57bc8cfcf1b7f081858e9117d1fd5bfb460ec3a56d16f60569b26a0fe36

See more details on using hashes here.

File details

Details for the file par_sieve-1.5.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for par_sieve-1.5.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 aefab7f57c2cc13d81ad8d16addf1b0b233cb506e08b444196b7ba0fef151480
MD5 c41859300da4af5b6b66f27824464a7b
BLAKE2b-256 6008d41db6584e448166699c92bcc612170e5983f508e5e0c21b61f0e4bea3f7

See more details on using hashes here.

File details

Details for the file par_sieve-1.5.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for par_sieve-1.5.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 224f30e4a6e261a289555a966ba63825976acc017eaa83c58b398489ec50c072
MD5 dcd225992391f9b809a2a784bea94368
BLAKE2b-256 ac76798b843f9a18be8dd44a842049541aaaa5b468df398f30e6bbdd35d2296a

See more details on using hashes here.

File details

Details for the file par_sieve-1.5.0-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for par_sieve-1.5.0-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2de20ab9e5c7acb4ded09945f87840f11417ae372e1722b7517b4883a6cb23f0
MD5 5264bfe5861fa9ecd2dea07dad822506
BLAKE2b-256 6c30704df520041450b64535023136a2d820bb8021a7d449df592b8996dc9e44

See more details on using hashes here.

File details

Details for the file par_sieve-1.5.0-cp38-cp38-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for par_sieve-1.5.0-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 2158eb1e25dcf5d216130a0f055d7e7c8ddb84780950ae06cc7b560ebccdd624
MD5 95bc88428a9a4b4e44d8f0149ccb9d89
BLAKE2b-256 25837e8c3cfe94cafa94348a5fc93ebfd780e297720401a283f2cf82c392710a

See more details on using hashes here.

File details

Details for the file par_sieve-1.5.0-cp38-cp38-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for par_sieve-1.5.0-cp38-cp38-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 8f663a0b7f4a2565890a85dca03b2f4bf9f64c4269605c51ef94794402dd9fe2
MD5 ef6780306d600df85e5310a49cedffef
BLAKE2b-256 4e1a934ad5694dc64a5e536bd6488d03b0e069a4f37bea33ae9a5a68d8b5cf81

See more details on using hashes here.

File details

Details for the file par_sieve-1.5.0-cp38-cp38-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for par_sieve-1.5.0-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9a62c48836cd6804facfff9aa46c64db02af7285d492b7b581723683537eb91d
MD5 7e3f0a00c2779d5b9586a78e8ccc5e96
BLAKE2b-256 edd688c56cb56d681c2c6535104b868034b326a450c8f6a7453dba141ae8268e

See more details on using hashes here.

File details

Details for the file par_sieve-1.5.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for par_sieve-1.5.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 48f17686df043b0354bcc1e55cf4b5f769dbb5e060650e5066efddb5b4c6ab77
MD5 f0c59db078b9df7ef005c7f656869ff6
BLAKE2b-256 1dc8ba784443d4c7c3ba25a550a4647407a99bd9239da81681fe978d7b90f86a

See more details on using hashes here.

File details

Details for the file par_sieve-1.5.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for par_sieve-1.5.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 f176a6fc735c2b0c00d462a599b9524320898016466ae47d066e959adc746713
MD5 58add99571f0e864a9cfa847be349b1c
BLAKE2b-256 3284680857f85abd0ff8c7f8762f7950e53b453811a82b87c9f9aa9ce4a912cd

See more details on using hashes here.

File details

Details for the file par_sieve-1.5.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for par_sieve-1.5.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 f8f83ce14b5b3dfae60119c09141c0561801b58f9aa3f5d8526c77a66eb687ba
MD5 e653e75ae08b09f95227e68b692474e6
BLAKE2b-256 0c5591649d5b5ee46d99231a6da7582572bf7b59c4f016abb6ba71968199e435

See more details on using hashes here.

File details

Details for the file par_sieve-1.5.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for par_sieve-1.5.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 946b916677c056dac83f4596854be2c708b7852e99e3d9139b2b0f7295e9bfac
MD5 89316dbeedef4aa3c91f8255a28bf8d3
BLAKE2b-256 263e67b3a59001c3f36f404d848e09b411f9ae2372f776b727e9ff2bb87f5a98

See more details on using hashes here.

File details

Details for the file par_sieve-1.5.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for par_sieve-1.5.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 a668866120e786f6008aa73d4a6b10c4746bf6b3a724423c154422d1374a0eb4
MD5 7cd570193c21ce2de7fa83fb01f55695
BLAKE2b-256 133090f55a41de1d20afa6357b142bd8563f8cca16c4a5978404ea4b89e5c581

See more details on using hashes here.

File details

Details for the file par_sieve-1.5.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for par_sieve-1.5.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 23e3b44c32290986f1117d222c77ea419510a64ebd04d4048e25e834772f2b01
MD5 ca49b80e03bce5b8416b73fa97ddf034
BLAKE2b-256 5b849a969690e64d2f2b9367cc204b9a502bea5749439fe1f50085cdb5c5e1c6

See more details on using hashes here.

Supported by

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