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.0.tar.gz (266.6 kB view details)

Uploaded Source

Built Distributions

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

Uploaded PyPy Windows x86-64

pyzmq-26.0.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (803.9 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

pyzmq-26.0.0-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.0-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.0-pp310-pypy310_pp73-macosx_10_9_x86_64.whl (958.3 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

pyzmq-26.0.0-pp39-pypy39_pp73-win_amd64.whl (709.6 kB view details)

Uploaded PyPy Windows x86-64

pyzmq-26.0.0-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.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (803.9 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

pyzmq-26.0.0-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.0-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.0-pp39-pypy39_pp73-macosx_10_9_x86_64.whl (958.3 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

pyzmq-26.0.0-pp38-pypy38_pp73-win_amd64.whl (709.6 kB view details)

Uploaded PyPy Windows x86-64

pyzmq-26.0.0-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.0-pp38-pypy38_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (808.0 kB view details)

Uploaded PyPy manylinux: glibc 2.12+ x86-64

pyzmq-26.0.0-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.0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl (958.3 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

pyzmq-26.0.0-pp37-pypy37_pp73-win_amd64.whl (709.6 kB view details)

Uploaded PyPy Windows x86-64

pyzmq-26.0.0-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.0-pp37-pypy37_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (808.0 kB view details)

Uploaded PyPy manylinux: glibc 2.12+ x86-64

pyzmq-26.0.0-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.0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl (958.3 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

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

Uploaded CPython 3.12 Windows ARM64

pyzmq-26.0.0-cp312-cp312-win_amd64.whl (770.4 kB view details)

Uploaded CPython 3.12 Windows x86-64

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

Uploaded CPython 3.12 Windows x86

pyzmq-26.0.0-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.0-cp312-cp312-musllinux_1_1_i686.whl (1.6 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ i686

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

Uploaded CPython 3.12 musllinux: musl 1.1+ ARM64

pyzmq-26.0.0-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.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (910.8 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

pyzmq-26.0.0-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.0-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.0-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.0-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.0-cp311-cp311-win_arm64.whl (863.0 kB view details)

Uploaded CPython 3.11 Windows ARM64

pyzmq-26.0.0-cp311-cp311-win_amd64.whl (775.0 kB view details)

Uploaded CPython 3.11 Windows x86-64

pyzmq-26.0.0-cp311-cp311-win32.whl (680.2 kB view details)

Uploaded CPython 3.11 Windows x86

pyzmq-26.0.0-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.0-cp311-cp311-musllinux_1_1_i686.whl (1.6 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ i686

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

Uploaded CPython 3.11 musllinux: musl 1.1+ ARM64

pyzmq-26.0.0-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.0-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.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (961.0 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686

pyzmq-26.0.0-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.0-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.0-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.0-cp310-cp310-win_arm64.whl (862.7 kB view details)

Uploaded CPython 3.10 Windows ARM64

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

Uploaded CPython 3.10 Windows x86-64

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

Uploaded CPython 3.10 Windows x86

pyzmq-26.0.0-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.0-cp310-cp310-musllinux_1_1_i686.whl (1.6 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

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

Uploaded CPython 3.10 musllinux: musl 1.1+ ARM64

pyzmq-26.0.0-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.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (920.1 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

pyzmq-26.0.0-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.0-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.0-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.0-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.0-cp39-cp39-win_arm64.whl (863.7 kB view details)

Uploaded CPython 3.9 Windows ARM64

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

Uploaded CPython 3.9 Windows x86-64

pyzmq-26.0.0-cp39-cp39-win32.whl (682.4 kB view details)

Uploaded CPython 3.9 Windows x86

pyzmq-26.0.0-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.0-cp39-cp39-musllinux_1_1_i686.whl (1.6 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

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

Uploaded CPython 3.9 musllinux: musl 1.1+ ARM64

pyzmq-26.0.0-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.0-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (913.0 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ x86-64

pyzmq-26.0.0-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl (958.6 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ i686

pyzmq-26.0.0-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.0-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.0-cp38-cp38-win_amd64.whl (801.9 kB view details)

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

pyzmq-26.0.0-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.0-cp38-cp38-musllinux_1_1_i686.whl (1.6 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

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

Uploaded CPython 3.8 musllinux: musl 1.1+ ARM64

pyzmq-26.0.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (724.8 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

pyzmq-26.0.0-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (913.0 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

pyzmq-26.0.0-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.0-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.0-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.0-cp37-cp37m-win_amd64.whl (800.1 kB view details)

Uploaded CPython 3.7m Windows x86-64

pyzmq-26.0.0-cp37-cp37m-win32.whl (681.3 kB view details)

Uploaded CPython 3.7m Windows x86

pyzmq-26.0.0-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.0-cp37-cp37m-musllinux_1_1_i686.whl (1.6 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ i686

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

Uploaded CPython 3.7m musllinux: musl 1.1+ ARM64

pyzmq-26.0.0-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.0-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (909.2 kB view details)

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

pyzmq-26.0.0-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl (957.3 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.12+ i686

pyzmq-26.0.0-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.0.tar.gz.

File metadata

  • Download URL: pyzmq-26.0.0.tar.gz
  • Upload date:
  • Size: 266.6 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.0.tar.gz
Algorithm Hash digest
SHA256 10ff405db5cee3bbd7aa143d78b25d90356097aed7864e50f0ae644e08759fe9
MD5 d66a7bdfd913f1ff3ae356b4d28893be
BLAKE2b-256 46db76b6c3a512adf5caf74827a7a02e1b311240d4544cc450623568b30109f8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 903b77dd2f17286496fa3ec902bc523f4502b0c64a2892df4b021222a2ba95fe
MD5 179976ac745086e1e6a71b549faac44a
BLAKE2b-256 81afa4d05f56d043658aee142cf8489ad7af82c078fd24e5adcfff4dfacbd39f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ed127aff75a3df142ae7a883c49a85b0b2f863b59fa1b8e4280335f5ebab5fd0
MD5 9e4e29b61c1398997916fee3be4cc345
BLAKE2b-256 321738e626f47a02ca8dbd3fff185f75c668bfb231dec6304a49add4992c91f8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 2806942185b40a3477d9b300c6f71354dd2be37e3f61a43193c96caa51e284d1
MD5 4990649933047b8754418aa75a4b5284
BLAKE2b-256 68ecc9558622c22993d0e8232fcc8fe0facac279e9bb23754a3b9fbada25aa3f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5b48b7e417c56486932fb0c01fecd24916fe6bc359c03a654aa8c63fa33e3d76
MD5 82ceef290290c93836a236a0f06928b5
BLAKE2b-256 e50de97b466ab0c2f2e34172cffb4ae42cbae648c715d7d7bb070b6877c642ca

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0-pp310-pypy310_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 71a8f010e23dfd61c531084a2b72a81885017da28352540f0b7799ca8423c044
MD5 1db371a7038ed6d01a485691ee03c405
BLAKE2b-256 51b6c587817534d0c1c2409cded2640966968d4376e1e70e80062ecada732ed2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 08db8071020181173c70cf2dad239e5e21e5b2e95f95b0ece0da39a70f5a483c
MD5 4b98e88c2ac814faca67add2cb8f7d35
BLAKE2b-256 0752a945388e2fe5e5385f4b9fb9fdbe8cdee58a15a28accd888d817b213a012

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0-pp39-pypy39_pp73-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 580dd4b1c2edd51f284df0209bf439899f425ed00cb803a85ddc6cf10c866688
MD5 735e71fe06caee08e489c9eacf485898
BLAKE2b-256 29506767fd399602fdf54ae162396dd8aca1b2fe567ccc78d3ce9280ab8aae17

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fc907b26d287e6981d1e531c8fc21a0f94fe46a17493a8322eb3c75f8b561334
MD5 2d1ebf542fdd98a783851cc180c6f7e4
BLAKE2b-256 e36e5d018507fe0339ea66e099a878f6983488aafbcc0e140aa94a7a2016e5ab

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b377b520e618c30c827966c274dd62ce7e15c72ce8767fae6193b6bdd1deb502
MD5 10e8745a3257dbf896b1a3fcc1cd5ede
BLAKE2b-256 c2f43a57bb41e1369c95ebcd644edcc5ff29ff160038548636db77e25b5d0c01

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7a1cc0445038a394479ad36b7e3cf55a19ee40099c031f65de872b8ee7025e79
MD5 a5a6cff1ea7238f01a437e6d40d9f691
BLAKE2b-256 7117cfcc0c88e4c68d3334963807465e7cb3355402e910c212fb48522e3daeb0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 0ec5147095d6065b0e3a38a1a34f7859ab46496f3d5ce71134165893e9f83674
MD5 39464e48a27128412c867052dfd43e0c
BLAKE2b-256 eeea0282c971a7f6cda1d809a0a8247e2e827a2eed28e5f7f9cbeb529c72477a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 7129efc54dc48f566eed5422bc555ba4e472e40a1f9de328577c90ade47ccf5d
MD5 456f666e4b1da1bc0b0d3bdb01fa0943
BLAKE2b-256 68296b09fcf9fe1a4c3a95a147ae5e67426848f0f8eede9d7084833a0f8f7a02

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 80fdea3e9e34c480bfccbb910f75380196ae9d1c12880c21743c845ebe6b13aa
MD5 e1c05e2e2e2fa776f58be3c88d357e5a
BLAKE2b-256 d61db20b0dfb9d58a94ffcb6670943b2be066c522fedf614f875709f68edc320

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0-pp38-pypy38_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 1d64889bfe4109f4a59a72b1d21416550465020642d6f556efd044951386bd38
MD5 248786d89aa9c4b323faf9e744fea220
BLAKE2b-256 85510c2c4e3b8b3a974a288c0dd717b21f6b8b03da1456f2e61943ca57742571

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0-pp38-pypy38_pp73-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 36a85da0eab4c5337d0de7f975cca011208a59e9d0637e0c1b571764f1dd4a8f
MD5 c7a9d404b5ddfa216500a46b0e8040db
BLAKE2b-256 8e3fbeb614ebef5f598faee300b790b9a51978a9b4542a53c8d6ba59fe7ecf6c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 6d3d7ef786e778351e6c51b45906e16506ad98bb78b99304032cb1876dfc81d2
MD5 b79c76ca989508c97c981d355816ca15
BLAKE2b-256 0bd95252801f347ae8e89e50f45ca1c5367c07f6264fda2928d413468b79bc11

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0-pp37-pypy37_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 814245422f1c7707634397621dbcbeea7671fdc5c43d1ae592f4e0e45179e7fb
MD5 8c2f4d84c6dc4abfe68fbc3d41a85e85
BLAKE2b-256 9ba4f2dfecbd272d53438848f48819b9038128110cd1e90e3da3d1ee6aae2dd4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 40af30c4cd0a046029d7b5272d02a649f9b1f89fb1361bbc90ba08d55ac88273
MD5 f7d45282fee3d9553be965eeade98b41
BLAKE2b-256 c9c22115643eeff68c28814e3657e998422773e52223134dbc72f2d6223fee55

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0-pp37-pypy37_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 ac6f54c399638858e0b2a3153f23934604f3a8c9bb5a9cf865060cc658b1e096
MD5 54b60d11e26f4c62fe881d8851c67a57
BLAKE2b-256 82787a089db2cb96bf58678af1e2a702489addd393c70fdddd9eea9ed1746100

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0-pp37-pypy37_pp73-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 cac954dc83c84e9d9d65f2359d402d7e79ae094d7808d578c9e9cc2c350c5a64
MD5 ea7c9aefd4cc1e292936772ee136e0dc
BLAKE2b-256 00336396f2cdd013fe88ba5389cc5b5fff736531a90a86104396fab295ab621b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 321a6872a9371709a62b3a4a14c1e9b5b47549371197c0c2164d2288510cd6d6
MD5 36a66aae9ba2cb8cc41dba046802dbf0
BLAKE2b-256 42ac85bf59cbc75125234b7fbce307decd806da20331ab02600f845b92ebe1e7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-26.0.0-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.0-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 f66c925f62ce28946525c32a094e346dd8da6c828d568d7ecda97f5ae36089c3
MD5 f2a6ad43ae8ee439c7a07b879dee1dc8
BLAKE2b-256 8e835ba23c01bd7fc31974817661116fd46ac1150f23de0129b5a6d0e1605e03

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-26.0.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 770.4 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.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 12ca1afb065e5b21a32b1e35bfcbc8762efc0f7555c166acaec36c93b52d7ccf
MD5 f6a9cb03f3ce250fe8d2ecc496369c31
BLAKE2b-256 0560187ac1fec0201ff23340962896628ab53a0bc7458c84aeb271717658b49c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-26.0.0-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.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 c2e36399f0433b14a91f956bd7ecf94799c57a6f992889d45440cb05b3de8025
MD5 a173eeffdbdc6f86a5f83d673b6a62b4
BLAKE2b-256 581fc37bf4abb16bbf12aec944f13d80a4df5c50263f9247ebcf33f22d0858a6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 f85bb2c47b5fd70e3cbb280e380ab97bdf9f02e1a363cb472fe0a297ac24029d
MD5 b8a741cde97341f379fe5f0d22c44f96
BLAKE2b-256 266f2058d030440d8b1c6d85fa827297579e4d74f4f7373a0c7532baf20afdb6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0-cp312-cp312-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 d492921b398d640a1f796306531bc6911a94ce5528b798ed14e0620abd9b948d
MD5 b11e6eeaa7b1d5c6e3c635e7639e585d
BLAKE2b-256 c3f0ea1b9d9f9427d517b6ebf45f8d2f926a563e11f302737e00c5c5fc462789

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0-cp312-cp312-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 58176e2437462568b5099acf17401be64205e175e72767a8250eef84ee9ec4f5
MD5 4de718273b6b46a5a2644dac7bf0f2a0
BLAKE2b-256 c4c2fbc4d8818acbb045aa133e5a928b54cee537c8f638778f246b730e3ce183

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 9691a6ab55d011e83d7438f6711b93b7f8aa21ee8cf3e7ad6d6d9ea26a8f3a1f
MD5 442e4f7f35cb41a19a9b46d2bb18b93a
BLAKE2b-256 841f1ceb46e33c6587dc65eb222fe7e315b5750f7ebfd6319b5fc4c45a403bda

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 af9f5b1b76753584c871c1c96db8a18650886b3adf9fc8c7d4019343eb329c28
MD5 0c2117516205430712b7db9094064353
BLAKE2b-256 6101eb6165d9160065845179f8f168ea70eaa24aa7e63f53b13966bbe368d6fa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a824b3301ddd003cdceb9b537804e751ac5922a845b19d4e50b4789d1cd28b24
MD5 ce5d06191c7f1048f329738729f6e174
BLAKE2b-256 a53bc09e1082f602a1781e489e02ffd5255e0bc325ff88642e54942cd54843c4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6e0e94ca9a8f23000d54e11ecd727b69fb1994baf3b6b1eedb881cdd3196ecec
MD5 86845acf4196d504fbd2a543a625c29c
BLAKE2b-256 bf4ac6729cc692e2db85cc882bcf03a32536d9ff6a0e852f240156e71daade21

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0-cp312-cp312-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 469f4febd63c26b20132e54cc40048d5698123794b103758ccd21b8a45890dc3
MD5 14531ae41f195fca885240cc2828ca23
BLAKE2b-256 f62c7074b0747be7a23c9d2b15d603fbc1a55aa305665a2c0798d27c3baafa9e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c919895132cae5a458d5a17047fd33c9eb271f15bb3485add34429cfd7b76a71
MD5 3347ab2690517dd5894062c04b8b7df4
BLAKE2b-256 d634f17e584bd6021745421933b435afb91a3c1aad85fed75001b5e42492cc4a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-26.0.0-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.0-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 120887d773e878136e9b33bbba656df0d4c6e2861694d07d058ec60ce1108b24
MD5 ea509f7f01f56de7f6dd6254b48b5729
BLAKE2b-256 042156886d604f2edceff19af1b27f124849b2f8f222ca9abf2a36665f19c312

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-26.0.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 775.0 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.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 60f91afc76a3fc5d65dfba4f6b6020c462674b5eab6cbf00dec133d79656072d
MD5 fc3658117d6ae9771f663ac97e227752
BLAKE2b-256 b1084d23f7fb8efbb14189c75c105e9373d4772428ca64fb6b70bc246d4c71af

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-26.0.0-cp311-cp311-win32.whl
  • Upload date:
  • Size: 680.2 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.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 9982799d7d7807beb1b26f1aa9a192baccb1a14c5d00eca881a42a0ae562671b
MD5 6f9533cb03403cb81ff5abf70a8b685f
BLAKE2b-256 868c364f227214e91f830b713ac26b08c3c94ac60d6cb8ee7ffb514d94755ec9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 5d7fcc648445dbfd6ce9973ec7b4a33ee9307b7e88cf4816f4403ccbaf8de9ca
MD5 71282095850582743d6d9003bee9d46e
BLAKE2b-256 f5d66989e263e02d9860686f5173a149aa1e0614b148026d1d7f17bd84c9bc01

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 72ae3078b1c47552e0e39fd81fc0472e880316897a733dbb3570819be19da48a
MD5 78339f60d59de9a607bce64ccde75566
BLAKE2b-256 de38413df6990c04b092e8d9d5c480a67189413ace1f6e6825ebcb786b91d65f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 f6f618d7d7c9c37053a36e6dc5435c53e9e0c7a67e6fd00b69c209d07a8db4dc
MD5 07e85f77ffeb2eb8736c97e2944fe164
BLAKE2b-256 4751ab3c62791663cc70a1cf5ef42afe00b805676f295cec49cf2f3866b3970e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 39b8ed8d2e5da8b8351c6aa627601b3b52e8eb5e25cf6bcd26b6f012dec7870b
MD5 4a8c2882fb5115386c9f9a221839f810
BLAKE2b-256 e3391c8069c242163e3d5550d66e96086bdad00e3868b7dafc26c5c25724f03c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 07fdeac8612a9dca6fcad6cb43c7efb75f53ba75da981fbafa949ddcde1d5662
MD5 21c85c3ead074d7622c0a4b1efe3efc8
BLAKE2b-256 6c820221fcc25f2ed0015dbcd8160a787edd976ee9103bc798c84f52d9aefff6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 952e85c5e86f9ba100b78b60719b76e1ff3e13bb403cb6de687bb92e7b2179e7
MD5 fbe16a9fef70dc976e00485e3ecc85d0
BLAKE2b-256 b8ecadda82466a5248c87bd4b5cd81873267edf72ca13509f16551cdd9b17edb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8a5b4dc4d7a3f859026083906724ad1ae743261548b61d0d5abcf2d994122c2b
MD5 46968a94bd1eb776f5925e0ee79e44d3
BLAKE2b-256 ce18a80c6a9a958643a95d2f4d0076cd8351e3ab4dd45cde475a800a1873a230

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0-cp311-cp311-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 1e87178437460b6df18e761650ef080d3ad5a41813cc3df7f9fd78714fca04c0
MD5 65b85ec91abaf0af135f5d74521e20b3
BLAKE2b-256 6ee809860e559dee23ebc12ecd21b12826c2b161c4cb98cc6a1132d1a6e1ee68

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 0397c7431f3fc2bac497992d7447b036bc0d8bb3e15b158b2013201857ff2354
MD5 8ddf7571fc212bf709b5a9f9d6c64903
BLAKE2b-256 d11ac900a88dfcee8521969ae281bc07f65d8118e98844c0b8fa6fba21d70a0a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-26.0.0-cp310-cp310-win_arm64.whl
  • Upload date:
  • Size: 862.7 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.0-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 44271793067025a07d38ad4be11f08187cce850fafd1890b42046abbcdca2fc0
MD5 a718abcf3bf986351b562a46e6910469
BLAKE2b-256 6caa845e5ebd484bd04c2976ab91ed1f2a0b345b235f245b3aee4d941e1d8868

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-26.0.0-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.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 4216eee101d104a017042f0e4af0a45875400ff3794f1a59476e210b1a9760e2
MD5 168306851bff32fe42b808abada74808
BLAKE2b-256 7a340392d24fa0857f137748b810cb012e9073012e3f536fc4a88b562e3aef11

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-26.0.0-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.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 271c9178a94b009651f8ad3ff9bb9ca45778aaf66c9e325a44d81a7498fcaa59
MD5 02d6e9084b35f70c17c067b9b9080b6f
BLAKE2b-256 6e66305310f1534df2678a84782e61d44271fc3c00865dae68659e8d6112c371

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 9ce158ab54994c60fdde83300dc1e447446baacbe4ec9e4e80096f9b9a125c13
MD5 6c15ccd3231999214bc8ee67dcbde27b
BLAKE2b-256 f4602e692a4a426354daf33d95453dca45bfc1ef00f4babba124e5c03802b9ff

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 bd3537f049dc0488adb3df29a77635eaff2a8d1d3d29a09714db6e2d10caba1a
MD5 c24101367b0b1182b7a63a101fdd668e
BLAKE2b-256 a2b2e8621140034a3cac4c2678539ec9eabe5cddc19ba4f051816af28ee75591

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 06525d996afdb0da3e8b7df0b654261455f6e86c2c3574c3f00d2bd335be78eb
MD5 131110bdc59010ec2d130212648b4d21
BLAKE2b-256 ea390b5c74ab1875d530aaea2b63c44ce29d5b8210d727b2db76d18a9429b86c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ce2c53f4963a358ba91b58ccecb84fab6d5f0622230d105c2589f7556ec53cc9
MD5 7f41a93b4526a06596afbfa619c9cbfa
BLAKE2b-256 07aa62e594ada8ffb234844b06587d31b88308f3422e2aa7e43d0c16495d02de

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 02773b96ef6a17a57680c3609645785c390198be31a4505c01ce0c846f9e7d0e
MD5 767d790a64aa606e47770b8287efa97c
BLAKE2b-256 858956ba3221d4cfefc8d6d6578c8e60da01ba100e0e2e402210bd88d24520cf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 49efc420e36d2e8adc5dae41c2c1e8bb37a069e40a880cbe414a032136b194b0
MD5 996449941a5add885de42b9a39067bab
BLAKE2b-256 29026331836d7c4e6b2204d746f31da70cb4d0f0e837db59df12f29cc0d6aae8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 dcac700269d081ded42ed3833f9d0effe734148376204af9c0ef0fd25a3fea55
MD5 7d525c2c79bb52dab6c0ddc0a6b986e5
BLAKE2b-256 a6c1462914104cbae3ce9ad81283e75c87a0e5d1639c95ca234b79eea1c74246

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0-cp310-cp310-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 a86409f3f8eae7af5a47babd831a119bdf552e831f04d2225a313305e8e35e7c
MD5 b40dc0d62633a4db08e9ace4af4e6a1e
BLAKE2b-256 3cab9f6eebfea7927d1c2124e6a9c2c2bca320e47247d0b9710070b54db0953c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d36a46975925b8bf14b69fe6d4097bc96c91f94ceb954d56853a2211a5cc3433
MD5 d772add6ae6a868fa164df5dbd09219c
BLAKE2b-256 247f9b189158a73ad13d5f92f1490407acc2e511b69810d683ec18a05465a99b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-26.0.0-cp39-cp39-win_arm64.whl
  • Upload date:
  • Size: 863.7 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.0-cp39-cp39-win_arm64.whl
Algorithm Hash digest
SHA256 eae3dcc185c405cf645480745c45346a1f42afce240f69a589095e41bd2b9e3d
MD5 4c428f199eab9ee1ad13b296e2868852
BLAKE2b-256 f31c66644111138850365e3ba8bfe3a417c54661b809f0abf62b98c77ef6d038

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-26.0.0-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.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 e0c08a6070358a2984900a4518e2dacbfaf24aac018ab086d7ac2f6069b13340
MD5 887f4daf5220fa014ce0e65aff810fbf
BLAKE2b-256 41fbddb8ed65b3be53eb2fdaacd57ef33d6019daf12a6155fa96181c1d264c13

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-26.0.0-cp39-cp39-win32.whl
  • Upload date:
  • Size: 682.4 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.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 a5207bc2a923118e9afb57fee679be016ea138c27d1be5747118966e2d5d9450
MD5 6a9b5caf0bff748eed5f70dda1a36afb
BLAKE2b-256 8d8d86b02208c2d807e42a495405b81d8ecd7c78192ae5813d50a5670d55951b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 cc98fbd4ce4ef8a0fbe97ab6d495aaa7764461e5a45f24c04f1d234e7bb80293
MD5 8d6075df08e9cb85b1caf10dfb3643cc
BLAKE2b-256 975fdf63ea927673d911c57d8324dae3649aac8c80324df9a10908f816ba5c2b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 ca4ebbef3f5fbd271eafc7c22ebbb88b74232f08b0e51759113f30a8d01f6843
MD5 d8190f328693a2f8c8aadd87ebbfbca6
BLAKE2b-256 706c1c457baa903e607a337bc07de2bec0737476a6c57459d3d6ab21fe0ea975

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 f971e77358384b8bcf3e9a7577cf84f97adbd6359f943e30cbff66087afcb279
MD5 2c61359816588fa7eedbd0e73567f827
BLAKE2b-256 a77177b3e89825a01541eb4b1e6282c0d18bcb46a837a3b02e568113428d7d98

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 dc7badded4b025dbc25f34b95503b71c952235e6e40de40995c0c120efb4ff6d
MD5 fc9738ad5f3993f5e653abcb6ed15640
BLAKE2b-256 7031d46f339c7e406931e1e8f6d0a640e6eec4f978d468b6e23bf7685858e76f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 a0562054930471b386a44b0887504687c4e7adf4ba89bddc2e5959d16c371764
MD5 076f38084cea70c36f9bda3b6951577e
BLAKE2b-256 c3ff99542c2d7596b344793d5431da25ae437eefb99e3c0c91e43f95abd3e9c8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 dd13a30454adcf2f361155ea563ec99036678131a17c6b1a3f74426212c14ddc
MD5 0fd11d98de9509f2b1e68ee34c6b7f11
BLAKE2b-256 f3ffa8033d037c7ba418e0a02f896d7146a6a1dbc80543788a356d727147e175

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0-cp39-cp39-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 dd87df01bc8eca392f0d505924087ccafdc4885a498e68df9f09eca9fdc736f1
MD5 9bc9b34586679291ffa46e16aa4319fe
BLAKE2b-256 fab6f0e2c6843206d851c42cbeec97b8b32807542fcee2b34f01d8b92b06cbd1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 abc08b2e688714216870a6ab974733d4a1fcf0437d250ac8feed59c4c5c3f395
MD5 bbf7f540219c0cb30896d443917d59f6
BLAKE2b-256 5fb6e6b68086fe7a6add4fd29706895f9d608f73e4f4260d4c17c6b3f5a1a007

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-26.0.0-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.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 36d0f2fcbdba1fda8ff213bd17db7ddcba848aa70480ade3fe70401dce606511
MD5 dc5f018101c1aa5023cbc0e5f52a2f84
BLAKE2b-256 de8362fe9bf6da6393d16acac138a7ae76f228ac7a1cc0c4b725c895b0d3be95

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-26.0.0-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.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 8783857a8c8df648a70c81ea3ff53ee71e5bf18468ca5ac3414f419fe8f3bd93
MD5 c0f1d3a622b5403680e961bf46ec0346
BLAKE2b-256 73beaea6bfec7b6b5347c3f88322f17b0d5a6772ba4b7e08d1fc211a8fd42953

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 9d68284ce48617c97e675ed8a89db12a098eaa871a026999c9a10351f547f1fe
MD5 f5f5efc5e1f68d097b2917cc019f7174
BLAKE2b-256 00578dea82f1ba3a071c26ad86b3fb45d7c659b191f509dd09b1e4b2824c6cf1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 a2b13008a693c0ffccaeeebcc5ab5f2398cced3b5bf482ba89a38fe56b00eb10
MD5 adc9cd8b683ee02434eac66793f52532
BLAKE2b-256 d3fc18991827de7947d3de438b64913178216baa62ee7c01a7cfc701d982ce0e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 aa7431d12ebb5433a92e99dc326d45eaf52a90046032bac4c558b4bdeee5dc7a
MD5 a8f0cdab3770dff1159e25303b2d1cd4
BLAKE2b-256 a5a14b430573f4337c716e0e631597e7fbad3d6e3415634988b1597d2b70fdd4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 72340614ea23904cff824109eb025648bdf32775d87f5814d3ba6f2335a853f3
MD5 deca6cc2aa19c9cf6cf755856cfbecd4
BLAKE2b-256 d8d3fce752f1fc5108a1c518c6703db394c636d5ac92940190ff581524c01726

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 1da5e11862a994360319df4f425e89662563683334e1079684eb77b9a6478ae2
MD5 99206b8a1e5515fbb76691a5cbcc33c6
BLAKE2b-256 faa51859369e2935fafe17418fb90603ca512c85adad7d9d43e98a1beefe405b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 55f390adb763196d75a2e8c18277b4344f8a7f94f223b5d096324c5b47c2471e
MD5 f5610a0e81d99bf69c1300c93ab580f0
BLAKE2b-256 16e6952c480460e88b55a4d4e549bf4cc198d95c9467bfacd46d577f182fa527

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0-cp38-cp38-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 2397364289334840c81ff1ef95a5a5ee326de01c1437cc38f7e16785a7b653d9
MD5 5acbb358edb7bda8686d736675d38245
BLAKE2b-256 7307382d60167d037e1a2fb2cb0acce5956d350a3738d195e9540a81ba31b00f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c952cf06edbbd2d67f627037e2c8e3187ca834d6b9a222e3a3037f80d393a345
MD5 2abf0e6d4b82d1db37e837875729fbf1
BLAKE2b-256 4ed36b2c3d90b4cd672e469949108254ef3e4e044dfc8c26985ea2f41ef9c31f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-26.0.0-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.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 1df2b992eabc59f078ca916e9ac8b5bd463536bf7828c13940b35b8555ed7861
MD5 316120f4c280b427c1fea385383309a2
BLAKE2b-256 e3b7799f30a77bb443e8460bd2d1de207bd36f104ddf9c41b1db38efff99595a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-26.0.0-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 681.3 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.0-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 7353d231686bbc96c458b934f134ff9165a1e9dd0a2ea8f724469e44bcc2c07a
MD5 5bceb44606806169e7b97c0615087d3f
BLAKE2b-256 b04b4a2e14dc7ce225e888114ecf23b30615c928bf9671ca18b693a0b16bb2a8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 ab2e55046263c8b24e64116e80b63cf701df747b44aadcf317aa47c8af2dfe67
MD5 93b4702bc397e2752b221c52e753c791
BLAKE2b-256 123d79489fa71bc92fbdb85b64686749657cdd13ff88ab871986824d749637d8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 90ba8f7c6f34c2c11179b293050417c14661035969ef3f8867200ea6901f9000
MD5 9fe89e4002c3e97cb110fe13bbfb7264
BLAKE2b-256 59985148ff5ba06ea9a5e25ed4fb141e60ec3b052668361a09ee8f635a7b60bf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0-cp37-cp37m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 694625c2c22be57149e9439757ee02ee4fb6432f7054dc5008bbbc33ef388d1c
MD5 a5b07f781127e3ab2e7bbcdacbf06ea1
BLAKE2b-256 af895758b64a087c27b99ef5c3109c472d48ad452f79547a73f460bafac6a392

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 544a7ee271fac41ddc0ba11f4b128ddd5f2bf0a3186d25be331ed8bfbb253536
MD5 80a27a7eddd7520efa78b56f3e3cf08a
BLAKE2b-256 9ee24218bc8a6d23884e90b7758f9b13ac99106cfa3c5ef37bb81d6d5b3d8464

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 cd62830100b9b1adb51da4094142bd680d51daf9a0f6f3f39e1f80474eddc011
MD5 17676d634b14287c4cb767c1ab91235e
BLAKE2b-256 32d330983a74a33af73a722ece53d1769107a7e96c1a2e10cf30baed21399653

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 5736c9a54c27319a65ffc72dbf684538f2773237e94ba50b7f1f74f4e3cb9115
MD5 819d5d157b2c2801370876247f45af80
BLAKE2b-256 91f4139d7e17dcf052417a34160e3ca48cdd7885cc0f5e46016bacd9337ae18d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e495ff09514fc657c5fb2cba0aac082ce0494c6217230783297da9008333a8db
MD5 57e55040addb630798db8387bec20146
BLAKE2b-256 476fcbdad22bdec23b976a5b56b0dcf92a2129d4e7f9b79d60ca2f25cc88bb8e

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