Skip to main content

Python bindings for 0MQ

Project description

PyZMQ: Python bindings for ØMQ

This package contains Python bindings for ZeroMQ. ØMQ is a lightweight and fast messaging implementation.

PyZMQ should work with any reasonable version of Python (≥ 3.7), as well as PyPy. The Cython backend used by CPython supports libzmq ≥ 2.1.4 (including 3.2.x and 4.x), but the CFFI backend used by PyPy only supports libzmq ≥ 3.2.2 (including 4.x).

For a summary of changes to pyzmq, see our changelog.

ØMQ 3.x, 4.x

PyZMQ fully supports the 3.x and 4.x APIs of libzmq, developed at zeromq/libzmq. No code to change, no flags to pass, just build pyzmq against the latest and it should work.

PyZMQ does not support the old libzmq 2 API on PyPy.

Documentation

See PyZMQ's Sphinx-generated documentation on Read the Docs for API details, and some notes on Python and Cython development. If you want to learn about using ØMQ in general, the excellent ØMQ Guide is the place to start, which has a Python version of every example. We also have some information on our wiki.

Downloading

Unless you specifically want to develop PyZMQ, we recommend downloading the PyZMQ source code or wheels from PyPI, or install with conda.

You can also get the latest source code from our GitHub repository, but building from the repository will require that you install recent Cython.

Building and installation

For more detail on building pyzmq, see our docs.

We build wheels for macOS, Windows, and Linux, so you can get a binary on those platforms with:

pip install pyzmq

but compiling from source with pip install pyzmq should work in most environments. Make sure you are using the latest pip, or it may not find the right wheels.

If the wheel doesn't work for some reason, or you want to force pyzmq to be compiled (this is often preferable if you already have libzmq installed and configured the way you want it), you can force installation from source with:

pip install --no-binary=pyzmq pyzmq

Old versions

pyzmq 16 drops support Python 2.6 and 3.2. If you need to use one of those Python versions, you can pin your pyzmq version to before 16:

pip install 'pyzmq<16'

For libzmq 2.0.x, use 'pyzmq<2.1'

pyzmq-2.1.11 was the last version of pyzmq to support Python 2.5, and pyzmq ≥ 2.2.0 requires Python ≥ 2.6. pyzmq-13.0.0 introduces PyPy support via CFFI, which only supports libzmq-3.2.2 and newer.

PyZMQ releases ≤ 2.2.0 matched libzmq versioning, but this is no longer the case, starting with PyZMQ 13.0.0 (it was the thirteenth release, so why not?). PyZMQ ≥ 13.0 follows semantic versioning conventions accounting only for PyZMQ itself.

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyzmq-26.0.2.tar.gz (266.7 kB view details)

Uploaded Source

Built Distributions

pyzmq-26.0.2-pp310-pypy310_pp73-win_amd64.whl (708.9 kB view details)

Uploaded PyPy Windows x86-64

pyzmq-26.0.2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (803.8 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

pyzmq-26.0.2-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (845.4 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

pyzmq-26.0.2-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (616.5 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

pyzmq-26.0.2-pp310-pypy310_pp73-macosx_10_9_x86_64.whl (958.3 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

pyzmq-26.0.2-pp39-pypy39_pp73-win_amd64.whl (709.5 kB view details)

Uploaded PyPy Windows x86-64

pyzmq-26.0.2-pp39-pypy39_pp73-manylinux_2_28_x86_64.whl (802.4 kB view details)

Uploaded PyPy manylinux: glibc 2.28+ x86-64

pyzmq-26.0.2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (803.8 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

pyzmq-26.0.2-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (845.4 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

pyzmq-26.0.2-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (616.5 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

pyzmq-26.0.2-pp39-pypy39_pp73-macosx_10_9_x86_64.whl (958.3 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

pyzmq-26.0.2-pp38-pypy38_pp73-win_amd64.whl (709.5 kB view details)

Uploaded PyPy Windows x86-64

pyzmq-26.0.2-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (616.5 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

pyzmq-26.0.2-pp38-pypy38_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (807.9 kB view details)

Uploaded PyPy manylinux: glibc 2.12+ x86-64

pyzmq-26.0.2-pp38-pypy38_pp73-manylinux_2_12_i686.manylinux2010_i686.whl (853.1 kB view details)

Uploaded PyPy manylinux: glibc 2.12+ i686

pyzmq-26.0.2-pp38-pypy38_pp73-macosx_10_9_x86_64.whl (958.3 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

pyzmq-26.0.2-pp37-pypy37_pp73-win_amd64.whl (709.5 kB view details)

Uploaded PyPy Windows x86-64

pyzmq-26.0.2-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (616.5 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

pyzmq-26.0.2-pp37-pypy37_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (807.9 kB view details)

Uploaded PyPy manylinux: glibc 2.12+ x86-64

pyzmq-26.0.2-pp37-pypy37_pp73-manylinux_2_12_i686.manylinux2010_i686.whl (853.1 kB view details)

Uploaded PyPy manylinux: glibc 2.12+ i686

pyzmq-26.0.2-pp37-pypy37_pp73-macosx_10_9_x86_64.whl (958.3 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

pyzmq-26.0.2-cp312-cp312-win_arm64.whl (859.9 kB view details)

Uploaded CPython 3.12 Windows ARM64

pyzmq-26.0.2-cp312-cp312-win_amd64.whl (770.3 kB view details)

Uploaded CPython 3.12 Windows x86-64

pyzmq-26.0.2-cp312-cp312-win32.whl (678.9 kB view details)

Uploaded CPython 3.12 Windows x86

pyzmq-26.0.2-cp312-cp312-musllinux_1_1_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ x86-64

pyzmq-26.0.2-cp312-cp312-musllinux_1_1_i686.whl (1.6 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ i686

pyzmq-26.0.2-cp312-cp312-musllinux_1_1_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ ARM64

pyzmq-26.0.2-cp312-cp312-manylinux_2_28_x86_64.whl (911.2 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.28+ x86-64

pyzmq-26.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (910.7 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

pyzmq-26.0.2-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (954.1 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ i686

pyzmq-26.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (716.0 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

pyzmq-26.0.2-cp312-cp312-macosx_10_15_universal2.whl (1.4 MB view details)

Uploaded CPython 3.12 macOS 10.15+ universal2 (ARM64, x86-64)

pyzmq-26.0.2-cp312-cp312-macosx_10_9_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.12 macOS 10.9+ x86-64

pyzmq-26.0.2-cp311-cp311-win_arm64.whl (863.0 kB view details)

Uploaded CPython 3.11 Windows ARM64

pyzmq-26.0.2-cp311-cp311-win_amd64.whl (774.9 kB view details)

Uploaded CPython 3.11 Windows x86-64

pyzmq-26.0.2-cp311-cp311-win32.whl (680.1 kB view details)

Uploaded CPython 3.11 Windows x86

pyzmq-26.0.2-cp311-cp311-musllinux_1_1_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

pyzmq-26.0.2-cp311-cp311-musllinux_1_1_i686.whl (1.6 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ i686

pyzmq-26.0.2-cp311-cp311-musllinux_1_1_aarch64.whl (1.3 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ ARM64

pyzmq-26.0.2-cp311-cp311-manylinux_2_28_x86_64.whl (920.1 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.28+ x86-64

pyzmq-26.0.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (918.9 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

pyzmq-26.0.2-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (960.9 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686

pyzmq-26.0.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (723.5 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

pyzmq-26.0.2-cp311-cp311-macosx_10_15_universal2.whl (1.4 MB view details)

Uploaded CPython 3.11 macOS 10.15+ universal2 (ARM64, x86-64)

pyzmq-26.0.2-cp311-cp311-macosx_10_9_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

pyzmq-26.0.2-cp310-cp310-win_arm64.whl (862.6 kB view details)

Uploaded CPython 3.10 Windows ARM64

pyzmq-26.0.2-cp310-cp310-win_amd64.whl (773.9 kB view details)

Uploaded CPython 3.10 Windows x86-64

pyzmq-26.0.2-cp310-cp310-win32.whl (681.2 kB view details)

Uploaded CPython 3.10 Windows x86

pyzmq-26.0.2-cp310-cp310-musllinux_1_1_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

pyzmq-26.0.2-cp310-cp310-musllinux_1_1_i686.whl (1.6 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

pyzmq-26.0.2-cp310-cp310-musllinux_1_1_aarch64.whl (1.3 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ ARM64

pyzmq-26.0.2-cp310-cp310-manylinux_2_28_x86_64.whl (920.0 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.28+ x86-64

pyzmq-26.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (920.0 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

pyzmq-26.0.2-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (962.6 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686

pyzmq-26.0.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (723.9 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

pyzmq-26.0.2-cp310-cp310-macosx_10_15_universal2.whl (1.4 MB view details)

Uploaded CPython 3.10 macOS 10.15+ universal2 (ARM64, x86-64)

pyzmq-26.0.2-cp310-cp310-macosx_10_9_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

pyzmq-26.0.2-cp39-cp39-win_arm64.whl (863.6 kB view details)

Uploaded CPython 3.9 Windows ARM64

pyzmq-26.0.2-cp39-cp39-win_amd64.whl (775.0 kB view details)

Uploaded CPython 3.9 Windows x86-64

pyzmq-26.0.2-cp39-cp39-win32.whl (682.3 kB view details)

Uploaded CPython 3.9 Windows x86

pyzmq-26.0.2-cp39-cp39-musllinux_1_1_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

pyzmq-26.0.2-cp39-cp39-musllinux_1_1_i686.whl (1.6 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

pyzmq-26.0.2-cp39-cp39-musllinux_1_1_aarch64.whl (1.3 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ ARM64

pyzmq-26.0.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (724.4 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

pyzmq-26.0.2-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (912.9 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ x86-64

pyzmq-26.0.2-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl (958.5 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ i686

pyzmq-26.0.2-cp39-cp39-macosx_10_15_universal2.whl (1.4 MB view details)

Uploaded CPython 3.9 macOS 10.15+ universal2 (ARM64, x86-64)

pyzmq-26.0.2-cp39-cp39-macosx_10_9_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

pyzmq-26.0.2-cp38-cp38-win_amd64.whl (801.9 kB view details)

Uploaded CPython 3.8 Windows x86-64

pyzmq-26.0.2-cp38-cp38-win32.whl (681.9 kB view details)

Uploaded CPython 3.8 Windows x86

pyzmq-26.0.2-cp38-cp38-musllinux_1_1_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

pyzmq-26.0.2-cp38-cp38-musllinux_1_1_i686.whl (1.6 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

pyzmq-26.0.2-cp38-cp38-musllinux_1_1_aarch64.whl (1.3 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ ARM64

pyzmq-26.0.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (724.7 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

pyzmq-26.0.2-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (912.9 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

pyzmq-26.0.2-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl (958.5 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ i686

pyzmq-26.0.2-cp38-cp38-macosx_10_15_universal2.whl (1.4 MB view details)

Uploaded CPython 3.8 macOS 10.15+ universal2 (ARM64, x86-64)

pyzmq-26.0.2-cp38-cp38-macosx_10_9_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

pyzmq-26.0.2-cp37-cp37m-win_amd64.whl (800.1 kB view details)

Uploaded CPython 3.7m Windows x86-64

pyzmq-26.0.2-cp37-cp37m-win32.whl (681.2 kB view details)

Uploaded CPython 3.7m Windows x86

pyzmq-26.0.2-cp37-cp37m-musllinux_1_1_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ x86-64

pyzmq-26.0.2-cp37-cp37m-musllinux_1_1_i686.whl (1.6 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ i686

pyzmq-26.0.2-cp37-cp37m-musllinux_1_1_aarch64.whl (1.3 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ ARM64

pyzmq-26.0.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (723.6 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

pyzmq-26.0.2-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (909.1 kB view details)

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

pyzmq-26.0.2-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl (957.2 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.12+ i686

pyzmq-26.0.2-cp37-cp37m-macosx_10_9_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

File details

Details for the file pyzmq-26.0.2.tar.gz.

File metadata

  • Download URL: pyzmq-26.0.2.tar.gz
  • Upload date:
  • Size: 266.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.0.0 CPython/3.12.3

File hashes

Hashes for pyzmq-26.0.2.tar.gz
Algorithm Hash digest
SHA256 f0f9bb370449158359bb72a3e12c658327670c0ffe6fbcd1af083152b64f9df0
MD5 153a6be6a2db762c88757eda76b44a3d
BLAKE2b-256 d44716ca47d3341fcaa4ea1f670c5375953994e2549aabb4950ae32764564e52

See more details on using hashes here.

File details

Details for the file pyzmq-26.0.2-pp310-pypy310_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for pyzmq-26.0.2-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 e025f6351e49d48a5aa2f5a09293aa769b0ee7369c25bed551647234b7fa0c75
MD5 6d86e6cb9bb6652b04308d12b28379f2
BLAKE2b-256 9ac769503ecf81cdb42d3e20d716bc506c4abcdb042b48f463ca492d45c8fc55

See more details on using hashes here.

File details

Details for the file pyzmq-26.0.2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-26.0.2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5d6aea92bcccfe5e5524d3c70a6f16ffdae548390ddad26f4207d55c55a40593
MD5 f8270add55a9c2cb1b5d489086a73fab
BLAKE2b-256 23a6fcb5c23727831fb85c25b0808dd028593280d7499a06279a4e6db6c3dc44

See more details on using hashes here.

File details

Details for the file pyzmq-26.0.2-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyzmq-26.0.2-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6472a73bc115bc40a2076609a90894775abe6faf19a78375675a2f889a613071
MD5 b48512fd669017dc073219113b909d87
BLAKE2b-256 37e9ddbcc6a5f553a53e3ee3b96cbc48b0b7e108d73f276a8aa5b7f643563fd7

See more details on using hashes here.

File details

Details for the file pyzmq-26.0.2-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyzmq-26.0.2-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6a967681463aa7a99eb9a62bb18229b653b45c10ff0947b31cc0837a83dfb86f
MD5 b1ba14d1a94cd76717970be62a682a18
BLAKE2b-256 15b285fb3b1f81dbae4e5606a2fd89b8c9a273dd7e5be42716add22c7bc8dea8

See more details on using hashes here.

File details

Details for the file pyzmq-26.0.2-pp310-pypy310_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-26.0.2-pp310-pypy310_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 0a6ceaddc830dd3ca86cb8451cf373d1f05215368e11834538c2902ed5205139
MD5 c6845d2d0e0e0847991e48793eb1e4e1
BLAKE2b-256 a2985bfd3733aec5a9721a2441e2dda247ddfd624566ed94f461cd69ce5c7ce7

See more details on using hashes here.

File details

Details for the file pyzmq-26.0.2-pp39-pypy39_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for pyzmq-26.0.2-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 6926dd14cfe6967d3322640b6d5c3c3039db71716a5e43cca6e3b474e73e0b36
MD5 30eaccfe08c4292fbdf2ea2a1b557859
BLAKE2b-256 6e00a0e29ba58ea4cb91cacbba312e278a611a65553ca6f42957881bc037176f

See more details on using hashes here.

File details

Details for the file pyzmq-26.0.2-pp39-pypy39_pp73-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-26.0.2-pp39-pypy39_pp73-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 18dfffe23751edee917764ffa133d5d3fef28dfd1cf3adebef8c90bc854c74c4
MD5 1c7b2374560b467ef6a868e2f6adf6be
BLAKE2b-256 847334613b1e3d535fef46cd016e665d7943e06b31ca605205b76e6c9dd68c3c

See more details on using hashes here.

File details

Details for the file pyzmq-26.0.2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-26.0.2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 88896b1b4817d7b2fe1ec7205c4bbe07bf5d92fb249bf2d226ddea8761996068
MD5 a4eaf6c05cde6eb54aa22698b696334a
BLAKE2b-256 5f0ade6814cb167833021d2ef57de7b769053603be788317334e33b3f2e4d28e

See more details on using hashes here.

File details

Details for the file pyzmq-26.0.2-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyzmq-26.0.2-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ac60a980f07fa988983f7bfe6404ef3f1e4303f5288a01713bc1266df6d18783
MD5 66db69e44b9f5e2b0515deb290408e79
BLAKE2b-256 613c203627b14faab835cb0bcc928fb30038a99fe947ec8aeee48d9ad55fa441

See more details on using hashes here.

File details

Details for the file pyzmq-26.0.2-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyzmq-26.0.2-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ee53a8191271f144cc20b12c19daa9f1546adc84a2f33839e3338039b55c373c
MD5 c7c6c9bdca2a66f3de505a515b0646fa
BLAKE2b-256 1cda454959ff07e2257bfb03661b8b2830edbf959829fef481b12f94715891c2

See more details on using hashes here.

File details

Details for the file pyzmq-26.0.2-pp39-pypy39_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-26.0.2-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e7aa61a9cc4f0523373e31fc9255bf4567185a099f85ca3598e64de484da3ab2
MD5 a78aaf39553c88b74a66b2daf5423966
BLAKE2b-256 5e716371526c755ae81effbcd4b8f1e434d86265f6638cc45d7eef458c176c45

See more details on using hashes here.

File details

Details for the file pyzmq-26.0.2-pp38-pypy38_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for pyzmq-26.0.2-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 1c3d3c92fa54eda94ab369ca5b8d35059987c326ba5e55326eb068862f64b1fc
MD5 35cfdca4b40cf2ce23c27eec639c5153
BLAKE2b-256 9848fd0760a73569b305b982ae3427fe619eb42f7b44182273b62c55a3403f58

See more details on using hashes here.

File details

Details for the file pyzmq-26.0.2-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyzmq-26.0.2-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 35391e72df6c14a09b697c7b94384947c1dd326aca883ff98ff137acdf586c33
MD5 09623088f4ab1238ed751fffcef193c4
BLAKE2b-256 3e25aa9983c455df391fe52cd65aae70f701b14fca7329754e20f002e949bfbc

See more details on using hashes here.

File details

Details for the file pyzmq-26.0.2-pp38-pypy38_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-26.0.2-pp38-pypy38_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 6e8dd2961462e337e21092ec2da0c69d814dcb1b6e892955a37444a425e9cfb8
MD5 b367ddaed0a9c5faa9984aff56fde43f
BLAKE2b-256 c0124df04f27bd000b31448c0ca41a7b369efe90f9b308cbfa98e0c95875f77a

See more details on using hashes here.

File details

Details for the file pyzmq-26.0.2-pp38-pypy38_pp73-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for pyzmq-26.0.2-pp38-pypy38_pp73-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 b4dbc033c5ad46f8c429bf238c25a889b8c1d86bfe23a74e1031a991cb3f0000
MD5 9171b7b89681ddb655bfa70656afefeb
BLAKE2b-256 4df327b5ab2403fc0e3935b93d9b56d804890033a424a078211abe4da008fd45

See more details on using hashes here.

File details

Details for the file pyzmq-26.0.2-pp38-pypy38_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-26.0.2-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 867f55e54aff254940bcec5eec068e7c0ac1e6bf360ab91479394a8bf356b0e6
MD5 ea3165b66754eef26c551a332250866e
BLAKE2b-256 ebc6c9a02c943d75dd5c5cd47775924fc9ba0167ce1a07d75a9ef02df757006c

See more details on using hashes here.

File details

Details for the file pyzmq-26.0.2-pp37-pypy37_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for pyzmq-26.0.2-pp37-pypy37_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 f43be2bebbd09360a2f23af83b243dc25ffe7b583ea8c722e6df03e03a55f02f
MD5 e1d071bedc4e650a9c231da7d0249e2c
BLAKE2b-256 65074659c71589fd59eb25c1cf4a7599c1cedb0643ae92bf987a036375719008

See more details on using hashes here.

File details

Details for the file pyzmq-26.0.2-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyzmq-26.0.2-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 450ec234736732eb0ebeffdb95a352450d4592f12c3e087e2a9183386d22c8bf
MD5 9d19270cdb5cf08a4689b5f4c933baa3
BLAKE2b-256 168a99f7be8bcbc87868f2dfc96f6cef88a5213e0a4d3ad7f3078a2f5db64a31

See more details on using hashes here.

File details

Details for the file pyzmq-26.0.2-pp37-pypy37_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-26.0.2-pp37-pypy37_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 f2aca15e9ad8c8657b5b3d7ae3d1724dc8c1c1059c06b4b674c3aa36305f4930
MD5 71796029c0d32b209e1b060a97b2bd71
BLAKE2b-256 85698bc729b87ba6588957b03bc190f60b9b0663f963dd56375edc8f378e00ab

See more details on using hashes here.

File details

Details for the file pyzmq-26.0.2-pp37-pypy37_pp73-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for pyzmq-26.0.2-pp37-pypy37_pp73-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 1dd40d586ad6f53764104df6e01810fe1b4e88fd353774629a5e6fe253813f79
MD5 dc27c28345638df1002ba8dfd2901f4b
BLAKE2b-256 d22832efe6cb626f06fcae8e66d8c928033d3b98eb46e55fd0f5a7bf730906f3

See more details on using hashes here.

File details

Details for the file pyzmq-26.0.2-pp37-pypy37_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-26.0.2-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 40bd7ebe4dbb37d27f0c56e2a844f360239343a99be422085e13e97da13f73f9
MD5 a18d5973cd2780f90bc4158848aa8fc5
BLAKE2b-256 8d3e012f728db87c1cca356dbd9667267cb0d41a8970fd1c3e43276a3445f56d

See more details on using hashes here.

File details

Details for the file pyzmq-26.0.2-cp312-cp312-win_arm64.whl.

File metadata

  • Download URL: pyzmq-26.0.2-cp312-cp312-win_arm64.whl
  • Upload date:
  • Size: 859.9 kB
  • Tags: CPython 3.12, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.0.0 CPython/3.12.3

File hashes

Hashes for pyzmq-26.0.2-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 653955c6c233e90de128a1b8e882abc7216f41f44218056bd519969c8c413a15
MD5 4c6faabcfea4ffded26c00f46332b067
BLAKE2b-256 5bbab91f334a917c2da2b1b0e5110721dbe1c14bf6e3db27e5614bb7f950c646

See more details on using hashes here.

File details

Details for the file pyzmq-26.0.2-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: pyzmq-26.0.2-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 770.3 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.0.0 CPython/3.12.3

File hashes

Hashes for pyzmq-26.0.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 26721fec65846b3e4450dad050d67d31b017f97e67f7e0647b5f98aa47f828cf
MD5 0039dab64034bdaa771183c28e9ac84a
BLAKE2b-256 ee7e2d31f588ecbd3de9d903d598eba36b659b89ff7c2e060a49820da20d2541

See more details on using hashes here.

File details

Details for the file pyzmq-26.0.2-cp312-cp312-win32.whl.

File metadata

  • Download URL: pyzmq-26.0.2-cp312-cp312-win32.whl
  • Upload date:
  • Size: 678.9 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.0.0 CPython/3.12.3

File hashes

Hashes for pyzmq-26.0.2-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 3eee4c676af1b109f708d80ef0cf57ecb8aaa5900d1edaf90406aea7e0e20e37
MD5 24a55ed86ea71cbbbba8ecdfe8100846
BLAKE2b-256 f7d4fec6410f40d5af8c63e857bd5da773480757b3a1de9d331eca3502af0c9a

See more details on using hashes here.

File details

Details for the file pyzmq-26.0.2-cp312-cp312-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-26.0.2-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 dabf796c67aa9f5a4fcc956d47f0d48b5c1ed288d628cf53aa1cf08e88654343
MD5 5db33fab27822a3701659e450efd17ea
BLAKE2b-256 3e764712aa09cd5075882a455717d7ac17a5142cf4296965bfdf74cc238adaa0

See more details on using hashes here.

File details

Details for the file pyzmq-26.0.2-cp312-cp312-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for pyzmq-26.0.2-cp312-cp312-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 e84a3161149c75bb7a7dc8646384186c34033e286a67fec1ad1bdedea165e7f4
MD5 5e74abb9b608076edbc6f8c723b48c77
BLAKE2b-256 ca528c7888e9539b0a1c616b6832580ab62204ab2f5a1023c43f2b2c4a0eb067

See more details on using hashes here.

File details

Details for the file pyzmq-26.0.2-cp312-cp312-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for pyzmq-26.0.2-cp312-cp312-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 48f496bbe14686b51cec15406323ae6942851e14022efd7fc0e2ecd092c5982c
MD5 c22e29c62107ae52fdd82484a6befdb3
BLAKE2b-256 778c4fe0180c33695b2eb077fc2670f396ba3cf2d60af2b76b0ac0f9b84f7ee2

See more details on using hashes here.

File details

Details for the file pyzmq-26.0.2-cp312-cp312-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-26.0.2-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d6c38806f6ecd0acf3104b8d7e76a206bcf56dadd6ce03720d2fa9d9157d5718
MD5 3f85365d65b14299da2c0bf1881ad83f
BLAKE2b-256 9bd7055fe9bd01303b62359c13ba66997126252a1fce81fc8fe2fa195bbf99bf

See more details on using hashes here.

File details

Details for the file pyzmq-26.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-26.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8d4e51632e6b12e65e8d9d7612446ecda2eda637a868afa7bce16270194650dd
MD5 6367ece284afe08796360efe1137ba2b
BLAKE2b-256 284b4e1e1271ea1957c192549ab87ee29d40d14acb7a53f4ec6be357a2b7f8a1

See more details on using hashes here.

File details

Details for the file pyzmq-26.0.2-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyzmq-26.0.2-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 7753c67c570d7fc80c2dc59b90ca1196f1224e0e2e29a548980c95fe0fe27fc1
MD5 b62c2ef3f6f811071a02f4caa20401df
BLAKE2b-256 b5e8431af368cb4c4509b77cd247114f2fb8b2a6f2da1feda986bc4ec1e67eda

See more details on using hashes here.

File details

Details for the file pyzmq-26.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyzmq-26.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f2133de5ba9adc5f481884ccb699eac9ce789708292945c05746880f95b241c0
MD5 cd22f770a9ba20b6be7d6fdd6f64a0e6
BLAKE2b-256 ed556bb209fd14ea7d0e4b5314aa178c242368b669539180a99015a7b5673c45

See more details on using hashes here.

File details

Details for the file pyzmq-26.0.2-cp312-cp312-macosx_10_15_universal2.whl.

File metadata

File hashes

Hashes for pyzmq-26.0.2-cp312-cp312-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 44c33ebd1c62a01db7fbc24e18bdda569d6639217d13d5929e986a2b0f69070d
MD5 9f676dc8e6b8dca1aa6351369db10c11
BLAKE2b-256 b934580bae83913d7e30f78e4b1181e1d79b25bc3f66cac955655490711d5d15

See more details on using hashes here.

File details

Details for the file pyzmq-26.0.2-cp312-cp312-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-26.0.2-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ac04f904b4fce4afea9cdccbb78e24d468cb610a839d5a698853e14e2a3f9ecf
MD5 957813c5a71838b302545b190bece7b9
BLAKE2b-256 db3bd2fee7010d1926605e00a7404eba4c8c342427b44c13d8ee69e07dd35930

See more details on using hashes here.

File details

Details for the file pyzmq-26.0.2-cp311-cp311-win_arm64.whl.

File metadata

  • Download URL: pyzmq-26.0.2-cp311-cp311-win_arm64.whl
  • Upload date:
  • Size: 863.0 kB
  • Tags: CPython 3.11, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.0.0 CPython/3.12.3

File hashes

Hashes for pyzmq-26.0.2-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 f84e33321b68ff00b60e9dbd1a483e31ab6022c577c8de525b8e771bd274ce68
MD5 fea2fc72d4879dc48deaa565d84b2ccc
BLAKE2b-256 8e1b1d9bba484262898c33a407d797fb6dae8c3341b78194000bdc0d6238c938

See more details on using hashes here.

File details

Details for the file pyzmq-26.0.2-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: pyzmq-26.0.2-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 774.9 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.0.0 CPython/3.12.3

File hashes

Hashes for pyzmq-26.0.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 6d03da3a0ae691b361edcb39530075461202f699ce05adbb15055a0e1c9bcaa4
MD5 4fad3c4728021a500ad07eeca5380ade
BLAKE2b-256 8fe8c052194c09ebf2027779d36710a9e61f256530fbb2f16cd49e7ca3bbcecc

See more details on using hashes here.

File details

Details for the file pyzmq-26.0.2-cp311-cp311-win32.whl.

File metadata

  • Download URL: pyzmq-26.0.2-cp311-cp311-win32.whl
  • Upload date:
  • Size: 680.1 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.0.0 CPython/3.12.3

File hashes

Hashes for pyzmq-26.0.2-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 6f8e6bd5d066be605faa9fe5ec10aa1a46ad9f18fc8646f2b9aaefc8fb575742
MD5 03c7a27753afda2741d9e0ac2ba1ead0
BLAKE2b-256 0f3fe42669c43cf82e8a4fc4c30f5b9125ee02f176c14afd0412fb376cd88f95

See more details on using hashes here.

File details

Details for the file pyzmq-26.0.2-cp311-cp311-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-26.0.2-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 7bf51970b11d67096bede97cdbad0f4333f7664f4708b9b2acb352bf4faa3140
MD5 a90ad3ff2b083542a073c0627d3e7607
BLAKE2b-256 9b262e5a0c593c0d978ab25d971a443f877620c70c950db443fd92d5147955b7

See more details on using hashes here.

File details

Details for the file pyzmq-26.0.2-cp311-cp311-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for pyzmq-26.0.2-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 8da0ed8a598693731c76659880a668f4748b59158f26ed283a93f7f04d47447e
MD5 52f6213550c1d0186defc92292c7f0c8
BLAKE2b-256 32f4e17c5057ecba0dc25a84ab2ff48baef584e102c592f19c6c46690b317334

See more details on using hashes here.

File details

Details for the file pyzmq-26.0.2-cp311-cp311-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for pyzmq-26.0.2-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 e943c39c206b04df2eb5d71305761d7c3ca75fd49452115ea92db1b5b98dbdef
MD5 5e44d7be26cef03264d395f389b13bc8
BLAKE2b-256 17f1252d6bf4c85eedb30e009693da44c9d66f1e946e2f0517560816fd3dda18

See more details on using hashes here.

File details

Details for the file pyzmq-26.0.2-cp311-cp311-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-26.0.2-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1c60fcdfa3229aeee4291c5d60faed3a813b18bdadb86299c4bf49e8e51e8605
MD5 c78029bde66ced2fe66d103e11010d10
BLAKE2b-256 1894e7add0e1a307534da44635556a3cf57bafb541012d8ddef15bcfd25987ed

See more details on using hashes here.

File details

Details for the file pyzmq-26.0.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-26.0.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4ef9a79a48794099c57dc2df00340b5d47c5caa1792f9ddb8c7a26b1280bd575
MD5 36c4b1831fa6019e884e3c03e09880e0
BLAKE2b-256 290f71f65d78d0c84f8fa09b9d426c1fc68d7de72370d6e643d47f901f00e3b1

See more details on using hashes here.

File details

Details for the file pyzmq-26.0.2-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyzmq-26.0.2-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 0fa1416876194927f7723d6b7171b95e1115602967fc6bfccbc0d2d51d8ebae1
MD5 07e8df63190905174cd8bbe01486918b
BLAKE2b-256 2032f72dfa413db152ba4c50b42a6f72f9c2d519b5a3e17e07da616b6cae8350

See more details on using hashes here.

File details

Details for the file pyzmq-26.0.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyzmq-26.0.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f5e3706c32dea077faa42b1c92d825b7f86c866f72532d342e0be5e64d14d858
MD5 6d0358d80139b7a2da96eebe6687f9b9
BLAKE2b-256 21ae224b7e26acff16444265edb796bbb320d4bb3cd91522f26ae906205845f6

See more details on using hashes here.

File details

Details for the file pyzmq-26.0.2-cp311-cp311-macosx_10_15_universal2.whl.

File metadata

File hashes

Hashes for pyzmq-26.0.2-cp311-cp311-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 70770e296a9cb03d955540c99360aab861cbb3cba29516abbd106a15dbd91268
MD5 c00a4d66b847407a42a69573f4968ac2
BLAKE2b-256 a0d873a7bfc28ae514a32be82abb591a617e849f9ce61908fb178f3bab6335c9

See more details on using hashes here.

File details

Details for the file pyzmq-26.0.2-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-26.0.2-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 2740fd7161b39e178554ebf21aa5667a1c9ef0cd2cb74298fd4ef017dae7aec4
MD5 3d0a5462b0aa89e41c1705466e3ef1af
BLAKE2b-256 d53390c38cdec52af1f161c0fa59713a3e257555c5dcf492ef0e4f7c3b4ee429

See more details on using hashes here.

File details

Details for the file pyzmq-26.0.2-cp310-cp310-win_arm64.whl.

File metadata

  • Download URL: pyzmq-26.0.2-cp310-cp310-win_arm64.whl
  • Upload date:
  • Size: 862.6 kB
  • Tags: CPython 3.10, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.0.0 CPython/3.12.3

File hashes

Hashes for pyzmq-26.0.2-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 f26a05029ecd2bd306b941ff8cb80f7620b7901421052bc429d238305b1cbf2f
MD5 b54a282d4e989f48897297cc498e3afb
BLAKE2b-256 b19ab8e8e378bec51009a341c5cd7b6d2c9c03da2b6449bd1a2f09838d68154c

See more details on using hashes here.

File details

Details for the file pyzmq-26.0.2-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: pyzmq-26.0.2-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 773.9 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.0.0 CPython/3.12.3

File hashes

Hashes for pyzmq-26.0.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 86531e20de249d9204cc6d8b13d5a30537748c78820215161d8a3b9ea58ca111
MD5 de0dc765158be9244e2c2224999e81f0
BLAKE2b-256 7ef9de413d11f31bc9ca7620261f7f077aca5aa3acad78fcec73fbc06ec5a2ad

See more details on using hashes here.

File details

Details for the file pyzmq-26.0.2-cp310-cp310-win32.whl.

File metadata

  • Download URL: pyzmq-26.0.2-cp310-cp310-win32.whl
  • Upload date:
  • Size: 681.2 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.0.0 CPython/3.12.3

File hashes

Hashes for pyzmq-26.0.2-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 b7b6d2a46c7afe2ad03ec8faf9967090c8ceae85c4d8934d17d7cae6f9062b64
MD5 eabde0118ba7d3f0026602ba264c917c
BLAKE2b-256 ba2f5f8c03058e96df8f4c393e0f6436a1939de790cbfb2484d28f7056fb59a6

See more details on using hashes here.

File details

Details for the file pyzmq-26.0.2-cp310-cp310-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-26.0.2-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 52589f0a745ef61b9c75c872cf91f8c1f7c0668eb3dd99d7abd639d8c0fb9ca7
MD5 a2a54fefe4f02cb931ff3e5a5bd233ae
BLAKE2b-256 6830b52b9d0f31808dbbeec895a9ee595630baca185843813edec15263fe3cc4

See more details on using hashes here.

File details

Details for the file pyzmq-26.0.2-cp310-cp310-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for pyzmq-26.0.2-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 ba77fe84fe4f5f3dc0ef681a6d366685c8ffe1c8439c1d7530997b05ac06a04b
MD5 381966ebdb6a091e18de6f7c25cd0d5d
BLAKE2b-256 b69519e377f12c28bfc8f32395cbb16d9dc483edf264dd0a370b3566b4278d17

See more details on using hashes here.

File details

Details for the file pyzmq-26.0.2-cp310-cp310-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for pyzmq-26.0.2-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 f961423ff6236a752ced80057a20e623044df95924ed1009f844cde8b3a595f9
MD5 74006bd0a0a2e1dd64321a3a3d44555c
BLAKE2b-256 d456934468cc9b694599d7ebadcb455861603a654012bd40e2549d1680787189

See more details on using hashes here.

File details

Details for the file pyzmq-26.0.2-cp310-cp310-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-26.0.2-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 55353b8189adcfc4c125fc4ce59d477744118e9c0ec379dd0999c5fa120ac4f5
MD5 39eccf729d6b1ab5fa4ed60fb22a6bfc
BLAKE2b-256 4f37750abff50e6b407d214dcbc347ae64d76974b4ee655d4d60fb389dc603c8

See more details on using hashes here.

File details

Details for the file pyzmq-26.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-26.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6cb2e41af165e5f327d06fbdd79a42a4e930267fade4e9f92d17f3ccce03f3a7
MD5 dbf44887784fc26980b6d4b7a398f7e0
BLAKE2b-256 976cef2c59c876b031a72fdbcb79b191ee74cec8953bad58de8e9d5369e1ff8b

See more details on using hashes here.

File details

Details for the file pyzmq-26.0.2-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyzmq-26.0.2-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 903cc7a84a7d4326b43755c368780800e035aa3d711deae84a533fdffa8755b0
MD5 32d72a91bce2957b10f0d5dfed536738
BLAKE2b-256 ef610e121979425d666e424a51ddad89e89282af92a85a40fab672f269077582

See more details on using hashes here.

File details

Details for the file pyzmq-26.0.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyzmq-26.0.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 37e7edfa6cf96d036a403775c96afa25058d1bb940a79786a9a2fc94a783abe3
MD5 a23dda668013605aa7580cc5781c7189
BLAKE2b-256 0ac04aff19d8168fb45365bda2c561eab4ed67fa25349c5730eaf30274c96189

See more details on using hashes here.

File details

Details for the file pyzmq-26.0.2-cp310-cp310-macosx_10_15_universal2.whl.

File metadata

File hashes

Hashes for pyzmq-26.0.2-cp310-cp310-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 1a60a03b01e8c9c58932ec0cca15b1712d911c2800eb82d4281bc1ae5b6dad50
MD5 385126af24c2b077553f74a68bbab33d
BLAKE2b-256 f740c04afe047a6dd56967d899dc118893371e80b571cbecd94598dec67dd0fd

See more details on using hashes here.

File details

Details for the file pyzmq-26.0.2-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-26.0.2-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 949067079e14ea1973bd740255e0840118c163d4bce8837f539d749f145cf5c3
MD5 ddfe04b22cb4a021ef23be88e61b6cdd
BLAKE2b-256 9ca14f3c17b01a68458c8cbe3eaf173e8573758d91259ed9cdb60ddee2856113

See more details on using hashes here.

File details

Details for the file pyzmq-26.0.2-cp39-cp39-win_arm64.whl.

File metadata

  • Download URL: pyzmq-26.0.2-cp39-cp39-win_arm64.whl
  • Upload date:
  • Size: 863.6 kB
  • Tags: CPython 3.9, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.0.0 CPython/3.12.3

File hashes

Hashes for pyzmq-26.0.2-cp39-cp39-win_arm64.whl
Algorithm Hash digest
SHA256 3ada31cb879cd7532f4a85b501f4255c747d4813ab76b35c49ed510ce4865b45
MD5 a39233fd119ea4b014e7ae3bb99ca260
BLAKE2b-256 a808839a10438761dece1d6dccc5116a472aea790758fabc977dff4ebc12d525

See more details on using hashes here.

File details

Details for the file pyzmq-26.0.2-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: pyzmq-26.0.2-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 775.0 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.0.0 CPython/3.12.3

File hashes

Hashes for pyzmq-26.0.2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 c7cc8cc009e8f6989a6d86c96f87dae5f5fb07d6c96916cdc7719d546152c7db
MD5 19cc7a0bc5d6b15cf66aaeac4f34026d
BLAKE2b-256 f0df413a58baaccbb5a3bd7aa71f56c608afa8a04b7bde7ad0d3d84f6319c34c

See more details on using hashes here.

File details

Details for the file pyzmq-26.0.2-cp39-cp39-win32.whl.

File metadata

  • Download URL: pyzmq-26.0.2-cp39-cp39-win32.whl
  • Upload date:
  • Size: 682.3 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.0.0 CPython/3.12.3

File hashes

Hashes for pyzmq-26.0.2-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 d509685d1cd1d018705a811c5f9d5bc237790936ead6d06f6558b77e16cc7235
MD5 777f072deeb5367d5aee03f782940786
BLAKE2b-256 8bbed7f8d13366173e2814d26a21ef88acb9fec91b080bf2dbc8b5e38dd8f426

See more details on using hashes here.

File details

Details for the file pyzmq-26.0.2-cp39-cp39-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-26.0.2-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 47c17d5ebfa88ae90f08960c97b49917098665b8cd8be31f2c24e177bcf37a0f
MD5 9748242125e50429a3af5350171642d2
BLAKE2b-256 aa427947af88e53808e0299f327a915290fc85b9b886498a1d484d8aa3bdb6cc

See more details on using hashes here.

File details

Details for the file pyzmq-26.0.2-cp39-cp39-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for pyzmq-26.0.2-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 83ec17729cf6d3464dab98a11e98294fcd50e6b17eaabd3d841515c23f6dbd3a
MD5 eddfa507211b5804ffadc27488ddf01b
BLAKE2b-256 e73204274c8a8ce67ca20e6670e97a152a3c5c7bb39aae59d9d983e4e458993c

See more details on using hashes here.

File details

Details for the file pyzmq-26.0.2-cp39-cp39-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for pyzmq-26.0.2-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 d792d3cab987058451e55c70c5926e93e2ceb68ca5a2334863bb903eb860c9cb
MD5 4ca0482ee1ffa62d1f6ae76a1dbda678
BLAKE2b-256 8f8c95d2e888cdd5a9ea1709b73dad6c45f96d94679bc34db0fa09d32d2382af

See more details on using hashes here.

File details

Details for the file pyzmq-26.0.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyzmq-26.0.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d420d856bf728713874cefb911398efe69e1577835851dd297a308a78c14c249
MD5 2a183ad1716c079f99f81c6d19afbef9
BLAKE2b-256 b9ee278ab69180aab1e78839d808f0b7afba13ad65807d6b06cd0c7d3678072f

See more details on using hashes here.

File details

Details for the file pyzmq-26.0.2-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-26.0.2-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 c40b09b7e184d6e3e1be1c8af2cc320c0f9f610d8a5df3dd866e6e6e4e32b235
MD5 ac13b494ee1c139f6c710b6009b23a15
BLAKE2b-256 2c1f044aafe62c85d579f87846f9cfd2cfce12a08ae72426ec92986171421d9f

See more details on using hashes here.

File details

Details for the file pyzmq-26.0.2-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for pyzmq-26.0.2-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 9bce298c1ce077837e110367c321285dc4246b531cde1abfc27e4a5bbe2bed4d
MD5 3d6f3093213ab0052968cd4b254df341
BLAKE2b-256 6a269a0cc5bb1c25d3d1f45bbb43a9ba8cadf9e8988d2c640c9a4943492e1b53

See more details on using hashes here.

File details

Details for the file pyzmq-26.0.2-cp39-cp39-macosx_10_15_universal2.whl.

File metadata

File hashes

Hashes for pyzmq-26.0.2-cp39-cp39-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 c770a7545b3deca2db185b59175e710a820dd4ed43619f4c02e90b0e227c6252
MD5 4484d793e23885d95ff510654405d0ea
BLAKE2b-256 f038820088ea8ca7fff85b26deb296052f639148ead851e70099ed9576be0c02

See more details on using hashes here.

File details

Details for the file pyzmq-26.0.2-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-26.0.2-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d47175f0a380bfd051726bc5c0054036ae4a5d8caf922c62c8a172ccd95c1a2a
MD5 fc28cd3319da0d38321f2761ced8e01a
BLAKE2b-256 6a90c3cde29903c4253c3b7ddb7ac3fdf2602ae3b6c2d4426e2f388b04bcda3d

See more details on using hashes here.

File details

Details for the file pyzmq-26.0.2-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: pyzmq-26.0.2-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 801.9 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.0.0 CPython/3.12.3

File hashes

Hashes for pyzmq-26.0.2-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 bf77601d75ca692c179154b7e5943c286a4aaffec02c491afe05e60493ce95f2
MD5 b04bfbdf783f68090fc0d4b667935fc6
BLAKE2b-256 5642dcfa1c28b9e0bf36304a03686bfc6427e1b2276c48bf694098707cf95502

See more details on using hashes here.

File details

Details for the file pyzmq-26.0.2-cp38-cp38-win32.whl.

File metadata

  • Download URL: pyzmq-26.0.2-cp38-cp38-win32.whl
  • Upload date:
  • Size: 681.9 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.0.0 CPython/3.12.3

File hashes

Hashes for pyzmq-26.0.2-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 3152bbd3a4744cbdd83dfb210ed701838b8b0c9065cef14671d6d91df12197d0
MD5 952448a7654db869e7e380bd27a4b2c1
BLAKE2b-256 c0d341f62d45a17302bd181e84d2a1c535f0c7654fa07b5111e03ffe3e7b4d34

See more details on using hashes here.

File details

Details for the file pyzmq-26.0.2-cp38-cp38-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-26.0.2-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 264ee0e72b72ca59279dc320deab5ae0fac0d97881aed1875ce4bde2e56ffde0
MD5 76bf0cf62077ae3f3c5b4bcfcab55c51
BLAKE2b-256 105d7fd834fa94b22f74a9dc38c0eec3087e3018aad391c79965b0910bca30da

See more details on using hashes here.

File details

Details for the file pyzmq-26.0.2-cp38-cp38-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for pyzmq-26.0.2-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 d566e859e8b8d5bca08467c093061774924b3d78a5ba290e82735b2569edc84b
MD5 8651366dc44b2ca0ef41b69f188ff643
BLAKE2b-256 ba2613b5a62611898b9be87409de8f3e20189580050ae61a1e3ef434dc6c2071

See more details on using hashes here.

File details

Details for the file pyzmq-26.0.2-cp38-cp38-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for pyzmq-26.0.2-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 166c5e41045939a52c01e6f374e493d9a6a45dfe677360d3e7026e38c42e8906
MD5 d053ef97b2ade1cb7f1d0538267e9eaf
BLAKE2b-256 adccab68e69010f4a42e70f9858a4abef409cd9e55d42ef0e092120657b3ee0d

See more details on using hashes here.

File details

Details for the file pyzmq-26.0.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyzmq-26.0.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 45f0fd82bad4d199fa993fbf0ac586a7ac5879addbe436a35a389df7e0eb4c91
MD5 b2ccb444f91134be992ce405d6faca1f
BLAKE2b-256 95fdb9cd34891970669f2087b4c86b8f62d9ff5bcb4f6920fd8770fceecd628c

See more details on using hashes here.

File details

Details for the file pyzmq-26.0.2-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-26.0.2-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 606b922699fcec472ed814dda4dc3ff7c748254e0b26762a0ba21a726eb1c107
MD5 b2d79eda2346917b60b855c99a749675
BLAKE2b-256 fb2ddb9b0e645002ec636b514ccf051e5a26b54507f3fc2069c4a1ce1a67414f

See more details on using hashes here.

File details

Details for the file pyzmq-26.0.2-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for pyzmq-26.0.2-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 0c0fed8aa9ba0488ee1cbdaa304deea92d52fab43d373297002cfcc69c0a20c5
MD5 b68743a7e22d0f22d4167dae6775e0b8
BLAKE2b-256 115d11216181cf1e127c0ced0b73b6ee52d1dd64ff92ff2cb706ebcb01c43072

See more details on using hashes here.

File details

Details for the file pyzmq-26.0.2-cp38-cp38-macosx_10_15_universal2.whl.

File metadata

File hashes

Hashes for pyzmq-26.0.2-cp38-cp38-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 5ff56c76ce77b9805378a7a73032c17cbdb1a5b84faa1df03c5d3e306e5616df
MD5 9edde1bf03ff394f63df7175e62cf633
BLAKE2b-256 acfff88e0b09f73927a6d3407dcdfa576ca86d8c5b7b4f3bec7d9ac6c3b70036

See more details on using hashes here.

File details

Details for the file pyzmq-26.0.2-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-26.0.2-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 bab697fc1574fee4b81da955678708567c43c813c84c91074e452bda5346c921
MD5 609d0944c51b7d7d6639f069cf4f20ab
BLAKE2b-256 f8a4e28c6083599474716db11e808622e761757a724a071ceae60e98416ba032

See more details on using hashes here.

File details

Details for the file pyzmq-26.0.2-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: pyzmq-26.0.2-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 800.1 kB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.0.0 CPython/3.12.3

File hashes

Hashes for pyzmq-26.0.2-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 aa5f95d71b6eca9cec28aa0a2f8310ea53dea313b63db74932879ff860c1fb8d
MD5 5de26825b0f9baa637f510a528f33521
BLAKE2b-256 3cf1a97ce32ccd5c8b99cc930216782a951335548304ea12aed05fbfba57009c

See more details on using hashes here.

File details

Details for the file pyzmq-26.0.2-cp37-cp37m-win32.whl.

File metadata

  • Download URL: pyzmq-26.0.2-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 681.2 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.0.0 CPython/3.12.3

File hashes

Hashes for pyzmq-26.0.2-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 8a98b3cb0484b83c19d8fb5524c8a469cd9f10e743f5904ac285d92678ee761f
MD5 18d365b3c217c5daf768d670a8dacde1
BLAKE2b-256 239c8380993c900e75a17343fa9570e34c21d6bb1c917ad5af03130f7fd0916f

See more details on using hashes here.

File details

Details for the file pyzmq-26.0.2-cp37-cp37m-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-26.0.2-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 ed4c6ee624ecbc77b18aeeb07bf0700d26571ab95b8f723f0d02e056b5bce438
MD5 ca7ce42cfbe3226d386ed35150219cc8
BLAKE2b-256 439178a36f2b65e0376098994b1ff208125038127396b459ce0a11f350dd0499

See more details on using hashes here.

File details

Details for the file pyzmq-26.0.2-cp37-cp37m-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for pyzmq-26.0.2-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 e74b6d5ef57bb65bf1b4a37453d8d86d88550dde3fb0f23b1f1a24e60c70af5b
MD5 a6c026c93e84ee1b5696e16f99008b1e
BLAKE2b-256 7c1a94e54e2cd670fc644fa0e809bd4536e1204ecb11dbede81f84440a7f4bda

See more details on using hashes here.

File details

Details for the file pyzmq-26.0.2-cp37-cp37m-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for pyzmq-26.0.2-cp37-cp37m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 bdbc7dab0b0e9c62c97b732899c4242e3282ba803bad668e03650b59b165466e
MD5 3a746ecfa7b79879d667f30407dbd2b3
BLAKE2b-256 5a3da577761d3ce610029a98d2c16979012649fb0561f8a05b30bb246f8cc835

See more details on using hashes here.

File details

Details for the file pyzmq-26.0.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyzmq-26.0.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ea2c6a53e28c7066ea7db86fcc0b71d78d01b818bb11d4a4341ec35059885295
MD5 7b51582f336f9783532e7115fb616ea2
BLAKE2b-256 67210a92e77b89bac6cd85b0381329f34c20b0ac79aa8c96890970a0d87c7335

See more details on using hashes here.

File details

Details for the file pyzmq-26.0.2-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-26.0.2-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 e8158ac8616941f874841f9fa0f6d2f1466178c2ff91ea08353fdc19de0d40c2
MD5 ff95b1cdee40edb0d395a1a252098b4f
BLAKE2b-256 ced681255e2034033628bae02fa964cfc643e5cf69d269718c2054accc2eaf2f

See more details on using hashes here.

File details

Details for the file pyzmq-26.0.2-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for pyzmq-26.0.2-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 7a15e5465e7083c12517209c9dd24722b25e9b63c49a563922922fc03554eb35
MD5 a15f80cede833ad22e1759b66b3535ec
BLAKE2b-256 efa27ef4166c8e86ab80b655ca049fe7a085c67d8e7b5ced82a1efffd4311526

See more details on using hashes here.

File details

Details for the file pyzmq-26.0.2-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-26.0.2-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 becd8d8fb068fbb5a52096efd83a2d8e54354383f691781f53a4c26aee944542
MD5 764867dc553915d13c98886d60f07f0d
BLAKE2b-256 89578a0ba330a991630e46e2896330434f48a13a57ae78c769282c60c7f50268

See more details on using hashes here.

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