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

Uploaded Source

Built Distributions

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

Uploaded PyPy Windows x86-64

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

Uploaded PyPy macOS 10.9+ x86-64

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

Uploaded PyPy Windows x86-64

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

Uploaded PyPy macOS 10.9+ x86-64

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

Uploaded PyPy Windows x86-64

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

Uploaded PyPy macOS 10.9+ x86-64

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

Uploaded PyPy Windows x86-64

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

Uploaded PyPy macOS 10.9+ x86-64

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

Uploaded CPython 3.12 Windows ARM64

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

Uploaded CPython 3.12 Windows x86-64

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

Uploaded CPython 3.12 Windows x86

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

Uploaded CPython 3.12 musllinux: musl 1.1+ i686

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

Uploaded CPython 3.12 musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.11 Windows ARM64

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

Uploaded CPython 3.11 Windows x86-64

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

Uploaded CPython 3.11 Windows x86

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

Uploaded CPython 3.11 musllinux: musl 1.1+ i686

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

Uploaded CPython 3.11 musllinux: musl 1.1+ ARM64

pyzmq-26.0.1-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.1-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.1-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.1-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.1-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.1-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.1-cp310-cp310-win_arm64.whl (862.6 kB view details)

Uploaded CPython 3.10 Windows ARM64

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

Uploaded CPython 3.10 Windows x86-64

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

Uploaded CPython 3.10 Windows x86

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

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

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

Uploaded CPython 3.10 musllinux: musl 1.1+ ARM64

pyzmq-26.0.1-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.1-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.1-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.1-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.1-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.1-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.1-cp39-cp39-win_arm64.whl (863.6 kB view details)

Uploaded CPython 3.9 Windows ARM64

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

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

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

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

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

Uploaded CPython 3.9 musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

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

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

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

Uploaded CPython 3.8 musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.7m Windows x86-64

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

Uploaded CPython 3.7m Windows x86

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

Uploaded CPython 3.7m musllinux: musl 1.1+ i686

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

Uploaded CPython 3.7m musllinux: musl 1.1+ ARM64

pyzmq-26.0.1-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.1-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.1-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.1-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.1.tar.gz.

File metadata

  • Download URL: pyzmq-26.0.1.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.1.tar.gz
Algorithm Hash digest
SHA256 732392e574ad273e5feffd5764e473da45e70446421a170c26bd0830d38bc630
MD5 d70fa429f2f1571cf8e100de68796ee7
BLAKE2b-256 b50120045e7007272d16151a76598ada299675b1528e60d003f4f1d4caee0f63

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.1-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 ce9dc00fd43c227017a98d1ba443dd6101860244d1fe2c210e5f88e2dc50e61d
MD5 d9c9fa9a2ca87c5d3f3ed3fa80797c2f
BLAKE2b-256 854169741e968d8cf6f7cda3284d8de0dff500d1b6de3b1545434220293be6a8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8d1dbf667fde090560e5398442eebc44ed8aeeb326f5ebcaecab97f44fef04f6
MD5 c38fe3efbebe19fe2f9cb94b96703848
BLAKE2b-256 e39c3176f128c9627c5032176a40bbac78c880e747c5e817f1e1a5dceada87fe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.1-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e54d7a5845d59fd87609ff2ef54385f38af5c07fb4f27aac9e4a0c73b77ac510
MD5 ce4ea8261a68751fb1110818bfaeff59
BLAKE2b-256 226359d7f5769286693291632de2d4209f291ecf5f5c9a81feb5af0959a12559

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.1-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 78a3127c49edfd95258b6b4d97ba47b0f56ca38769579775294c318705edd6e2
MD5 7bdb2dfa8c5913e5b2c66f1d3bcfe381
BLAKE2b-256 313c36f29fb3f2add9bb9fb1e0f9d15636a645e1145d3a6301638cd98a99f204

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.1-pp310-pypy310_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 9719ddfc1942f80fe166333be0d25ef8abf53036c806d74668e070cb1e4b26e4
MD5 4d3c5d0a09352424efba101e6ae39dc4
BLAKE2b-256 bc9e7f68972d34b93d258e10a24d5c22472c9208df19ee7cb616b69343275687

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.1-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 c4fb7abe2f2eb52dc381c158edef1255abde300a4bf76ce65a4ab3502586ecd2
MD5 a3e323014dcbce3c587ccbec7e5fd2b7
BLAKE2b-256 4316e593d090927112688472e9a98be1f940ecf4a6a87e819c10aeec194a27c3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.1-pp39-pypy39_pp73-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 72ee77fe95e3584f6dbb48a246a7aab925e99df11c8036f48aecd3dcb3b844f0
MD5 3f8b79066244666fca0fedd0a4843dc8
BLAKE2b-256 fc60f8b6f3d6ae7f02a7aede3d5c3cf59a976df087e097f75adc0f06d789409f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cded7a434908cee81c8303076e972596860463626f33e4c7860ce2098ee43a64
MD5 7db2dabb9b5ece3994e80d1f8286dacf
BLAKE2b-256 af08f05e02426bbd9a4ea125c8bbbba6fb4861d4f607d03f4f7f76245caac1b6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.1-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 0820959f7b434b291a5a94e2b558fdf4eea4fbc46e18e231aff7ad57ec64d433
MD5 d41a31bb1828d5c9f2c5dbd94fbe3fe0
BLAKE2b-256 74ca5393d24ee82a604e9c65d99b2549b877b740b0c0ced959de13bcdf92b03d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 cd70eb5274e1eb9b6e1b31a3e57cf5a4995cb71f14d8b07b04413e1495f1334f
MD5 f703d384d3bbe6b005055326f750ff7a
BLAKE2b-256 f5c85aad5c6dc6b35f1917ae237d6aad06be61ab7f586ee5704dfc6a807a723d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.1-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 30dd06ac7c8e30eb65dd78834377d0495d59b8c780dd83f22583bd578b387aa1
MD5 62af300213a01763a18ff52109bf5a3b
BLAKE2b-256 f252a9bb7d5abe036dfd1efd61ed4ffad58f40a86f43c3e641dfef9ad4a3e3dc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.1-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 0fde3281b517e348187dd8e80ecf9d0f8467f01447bb1a33cacd745931489005
MD5 8c956b750b3938bc9d759db56040eecb
BLAKE2b-256 20d339c8f4986d99671b113baf0f0ed9d032d878cdfae8381c829f023e53cc0f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.1-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 abd9fa2d98452c23af1c75799fc23108cae533c931079677488a852d90e390b6
MD5 ed78fdb5ac8de22a84c3c625d314c66b
BLAKE2b-256 881f0ea40ed75b5545a91bebf56f178fb009409669aab82a97a71d2121de9779

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.1-pp38-pypy38_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 35b27250ee01403653ced15dc94543ad9bc4573a50177f2bc018f5cab773d9d3
MD5 5fa8d3720a4fb303ff59408c9c4c95b1
BLAKE2b-256 56c78143e6ffa833bb9a60d63bc8038eeb04e76806ee6747ee71213ce9302770

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.1-pp38-pypy38_pp73-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 d7562ac8e56f26c71475921a3966a330a357f67b7f762fce42afe18aa7b34318
MD5 475b3851f33886cb93fc8a2afb084e67
BLAKE2b-256 cfa3ddc5adebf42e5bb4de15fd458b4b25b8e001a28afefbf0af23e648f6a226

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.1-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 cb824b020bbb667c572b00430f1c58bec22ba43bff249796ae1ffdfd05e8cd5b
MD5 f85622edc0178be9255c2505d70a0a1f
BLAKE2b-256 2fb32d6fe58fdefcc901baaa6285c88ebc67d7cf1cd4eccee9834dcdeb1ae4b2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.1-pp37-pypy37_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 d52fc36c68437224dd971aa415e87175f434de3ca16da28a2da49979e613f9aa
MD5 bcbfe965fde05267e6db88a0d85cbcaf
BLAKE2b-256 280eeec0f4d5a4203e72561b41499383c5ff6cee38a8784f5e7c8214abc5809d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.1-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 fb271ddbf74ac4411e4844b5f140f6976f2a709ddcace568a2ea5f1565770e37
MD5 d33229826d444953537e7bb8b39349c3
BLAKE2b-256 3db8af6a79ee6a849adda486c00a3f0a5d9f53484ad993ba2f54cf8e545cb73d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.1-pp37-pypy37_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 c8aff498a1cac5d1273b1f6f1481f274a43eadc6eb947ceb518d4e3eeed78700
MD5 eddc5c34557e4129ae0a84f1b9b30611
BLAKE2b-256 977ff189d4ff85470fccd05686d9d5e73744370382803ff62c8a895d9c0867c4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.1-pp37-pypy37_pp73-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 88836809cc79730725f678802cc0a3f9aaef4ed43cf8434090af23a4eb3b83ab
MD5 40eb9f27ff88fe9ede9d8e39ec86517c
BLAKE2b-256 11fff1b43cd588af8fb2931552864675e35cc6b450c8af495b8378d5a21ebe45

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.1-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d43cd6befc9818626c9df77709c48c80877f449025d32a5c6e3c7e67c0ecd2a3
MD5 70dd5605d9ffdb0764ab860d54a9ad6e
BLAKE2b-256 dccc7e8805e939a6821e7c53bd46b9bd5cd7a6f9570b958a35e1f9d324956841

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-26.0.1-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.1-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 a411dc9d3edc9546a9aa92ca7cedfb576f921130c0d0182a7f74f6777a6ba6dd
MD5 13f82bdbfc43b39912197b337f3d95db
BLAKE2b-256 0ab45a87fbefe60cc5e1e963a3cf4c8a9d24290e95173b9780c49be391587cd0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-26.0.1-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.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 3c05b98c66e382983385118fa86480eaac673d0e3080db8494882e4ed76a65a2
MD5 40fd20e5237ec156eb9aa8a4ae108b42
BLAKE2b-256 5fc6764b3e4c14a5b3f8abc69d4b171b815b0585135aeab60ffbbaa77a1ca479

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-26.0.1-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.1-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 ac34ad1aa7cc16e31e7a2ed944c8aa6229db707e9dcecccf8a141862d8517f02
MD5 d6459710d92a7980bce9b84d1cb8eef4
BLAKE2b-256 5c1674276c87e474d19f1194250c63a5e762eaf96f563628af9e00dd71e366a7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.1-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 12cee4f390cd3e8800ecbd3cd858296bf04fa2407638b29b272fc7dcc6a0ddf2
MD5 de035ec965a360e871d1d2725619e51d
BLAKE2b-256 6ca81e830326b4ddeac99096c6469163ec4e5d6bc9ca33a811da00c9a57206ab

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.1-cp312-cp312-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 ff08344b68dff9c60835d8dcae99997d3d78d3dbfebd10edf8dcf4548c97e393
MD5 d2e29407d91849b68ba6aeeadb616db8
BLAKE2b-256 67ef243b7cc5f3ef49e6cc07181e1a815dd23aefd676960c2615c88dd6c512b2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.1-cp312-cp312-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 2a0170b94b5c81ca5f10c117ca2406f8da358d1c2b2cbc1d9b0aa84cd6c56931
MD5 ecbf6ced217ab6c76de9fdc780e44952
BLAKE2b-256 0402b094089aa090b698ed63a2d01d2210b38d86e801ff91048c028b05ccaac5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.1-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e289ccbb43e80768c9d996443b9227cfeed75a267a199303296cda882af952ab
MD5 2d85a241b2fa3747364a53a7f678f82c
BLAKE2b-256 c1a8ab4cbba045cf07a66a7c32b91156fe2c2bb1e403a84bced473a75180f2f9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 91dd09fa9da3e14a7f94519a9ec2662d8abc34226f12d93967de5c06e6d3cef8
MD5 6d5f33949aa8adb38d4b3d77dba1cd77
BLAKE2b-256 cc0e5ac29b6ab9b110e04fef7909ad87ede2dacd5ce78cb3fde3dfbc16d7d6e2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.1-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 36aa65a0e98f79fda56a85aa82bb67dd643a001411d9321e0260744a5b2fde95
MD5 532460b6a5e4eb8a211b56e52131b3b5
BLAKE2b-256 0d23d631a07d5b5b5116fcedec59fb5faad0b96510c6c54bb667a5e0007c023f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 90f61bfca303e13dfc21ab22f676807dbdc09c176ff6cf167d9c33712042c712
MD5 f5a6da667b3145610066292c5c54e244
BLAKE2b-256 da1c4e34e11e71dc23224a3fc42fe88206208b64f270ff9664796c9d49957f12

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.1-cp312-cp312-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 825f2afd56366dccb2b62c46ed5565299e4de0e9f42fc87a8267e127c559cd5d
MD5 59eb09a1e7c9f7be78bd14f1e38c8d70
BLAKE2b-256 ee703bb827b85f7229fd56ebe2b30a210ba04e7a052b63d3829b20ea3829f39d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.1-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 9d8eb0aec1cf3b02c6379ab1442bdb7d9302144c69463f496d82d21e1cd632f4
MD5 dc1767c1783c0248c526c602d67b437f
BLAKE2b-256 8addbdbb267ac7616b14e6006b31964f5e1b014d1c62e66aebe34887b6ba7dbe

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-26.0.1-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.1-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 207c6c11d54c411c1ba0a343ef280cce9d43a18274946dafa3527954454dd37a
MD5 a38def2de1d256418909a3f6036ef72a
BLAKE2b-256 511ac18d87b8871cdda840c8922f661099af5669d3312f36ea138936cfba9df0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-26.0.1-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.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 664c7f2c9baa9c2ca16a95804adc7b5b9adb3fbf738d3ec1e0e2074ef20f724b
MD5 97e60ad089e1234c6f75a061bdc63272
BLAKE2b-256 e1ab2e9cf92a00f1de180c664dbd7a1709bc276577ed2e6d136fecbb730a9158

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-26.0.1-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.1-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 8f186356b5cfa23527b6c9932b8b2cfae6eff26034460c1c472358ec25f7b66f
MD5 8191a43fa8e3ccd7726867f77836f399
BLAKE2b-256 5cbe09164424dad47bf70d5141ef28892f4ba9bdf230c2332c51bc2b551d0089

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.1-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 28dcc2ff370f87560e75a5827e8c1b9380e74416ad87868194764400fddbbab2
MD5 8d1bd39398fdb0f487ef4e0684b947e4
BLAKE2b-256 956e28182ebf5d5bd1edd28cce5e2daa1799902fc3f1c08ad73043af91a09605

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.1-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 bb0777df6905f595710434368e9c22c101b43046d13310d3166a7375579e09e1
MD5 ef2b47f72e31821d137e40dfb30bd34b
BLAKE2b-256 d877ca14bce87852d526301a675dba42df41cae9c37f28fae76ed9d1621076ff

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.1-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 967d2783868a34e99f33aeddd0c938aecb905fad31cba697b67feaa5d48ee695
MD5 134eccde5bb223c45f7723cb890437b1
BLAKE2b-256 1a20a3026027c4bcf8485edde322bd816c2e8b4b8ed0a8797cb2141deffa107a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.1-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 487635cbd5bea2f70de7ba60ebd76e59b6b8fa98959a04cbf49f477b9c58d0ad
MD5 70ea8d8a3217b48c9f4121b6382960c7
BLAKE2b-256 3323626875bb77e89294808b3c4c7a0ec35e4a4dbac7831a65addf1e1c88207d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 353df231ce11b00d3e730bce2f744d8b5d26a39785962eac8004913efea914ba
MD5 a463ca3357068754ddbc157a2d961090
BLAKE2b-256 3b78da74c7da9b98b732975a706d20c4a98c833544f362596363a172fa131784

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b419acd3f7a7627db006a64d59bad98e45692280f3bdc24c776643f474a02c8f
MD5 80e196a0b9be86352d7749051618d5cb
BLAKE2b-256 05621b6761d0b016f87a73f68972e13b7bede13c8e988d4d98a1a3fd095f32d1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 24f1b2f346af6b485d64729ceca0fa3a4a0bc43cde23155b2d40be4a4a25f5e4
MD5 7a9e92534d1f27999cb20d14bad981df
BLAKE2b-256 2250e93f888bbe18115f3820ca022927c41c415e0434849954878c3662580393

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.1-cp311-cp311-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 2db46362e997a83183770c00809a9417b624b0d7674fb84649b8ffda99198649
MD5 213feee97ff5010a94eb2f8441312de5
BLAKE2b-256 23c8996ada828955861d5b79069add6d0c26961d431d4c20c8a539164b63f501

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.1-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 dd032d5b9a693f8ac90c3f7cc63414e5ec73d402e91612954cc9d5ab1aa383c5
MD5 fec1cfd6d22dfbee590ef0f7f64d42f4
BLAKE2b-256 8f41f4b367d770e5f4de3662fc9777edf2c33873d87e11ec8ac23c98f43f2f26

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-26.0.1-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.1-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 d3608bf0932c8358980cfe5bb45b3c90c0acbad356f8647d4f976a23d7f9d2a4
MD5 72a96bd5db53eb35c67980e9a4814089
BLAKE2b-256 9c4adaa617fcfe8863d3318f3dbcee1073accf48f98f85203ab35dd920f78c3a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-26.0.1-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.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 460adde871357b8102e64b44a94e9e910908f1510ba507359b011b890ba60357
MD5 20517be3e9e65bd2990c500c8a3fdca5
BLAKE2b-256 60e62980d1b970d5e19de85f5fb5d268aaceaa06c2c9dd9d95187e7f99f72976

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-26.0.1-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.1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 7e72ebdedfacb68dff704acbe213a83d76c5897365d4e614382ff614e3e2a955
MD5 54e8be2f50fb3100c0617f2e5d65ad62
BLAKE2b-256 192cfa70d24a58b19bf368bb58d4908faedf484687963c19d702df932f05d75e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.1-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 b0b76251ce1db208aa0ede35e83a63d42206a9af5dd28c51904d83fa532b24e6
MD5 2e4c1ab3d8dd44e7e77f95d65d6405ad
BLAKE2b-256 f53b8b95761653f880ff0573a58d1c58e342a83c1af93eb06006f3cab4347b08

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.1-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 fda7a8fb72741a9c3cd89132dbc403fcbb92ee6882796e8cdbea98bff90f0811
MD5 2283179f805d9238b00bac21ef89c587
BLAKE2b-256 0a9309d68b87c84947753852634d41323397612c325407df48be7c3ee054c3a0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.1-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 5db08d95fea203bd781457c4244b323cad3b97d6a30b0f08691768a81c38d1d5
MD5 b5ee5f2697bea455fc243c19de06dc11
BLAKE2b-256 41f1c3e91395a58415340c24316a032764949b58810448e1060ff67942882aca

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.1-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6cfbc7bd709e86971e6aae342c12ba0517f018fe2499499492cfd164d8812889
MD5 d1eaac539c56864b23e7274714081ae8
BLAKE2b-256 957830135fd7e5f0300daa00c47f841d999974d6b13802315bdc4eebe14367a7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d4dd76ce6a005ffdedb688df8c5edc8392f3770c5bab710a3f2e15aa6e6d552c
MD5 1ba737e437dc369f09fad77039a9b154
BLAKE2b-256 16d692717e9e76c3fbb7c4ae25a9db138db805dbcd02f6eccb193bc9843e6479

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 15b5f55c203b92a1542ea5dee3077feb42fac68cb414a74534f10a1dd4350efc
MD5 95a32d6e049bcbf038d86c4abbad8575
BLAKE2b-256 89944056f17a37208e1b8d4d9d49e13bd0557276d8c8bd0c2917dacec9dc2e2f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5deda791ec064100814944348116901ef6ba64619a5cf5b78308721dea57d846
MD5 da5514afec3036f26c702bfce4cc1b61
BLAKE2b-256 1f062099dcbfddbcf70a7849a09ef4d00b6a3f65609718a0ad46f12cdc79d5b1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.1-cp310-cp310-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 584f6c5a808f02b12c1fcebe6d19ef14f2ca8297cf56d8d083d467f65e3305b7
MD5 93aaeb94e3edb15a6012e494b3a483cc
BLAKE2b-256 16f56d37a7c73ba79b14a8c3283207f44ee36ad705c775ba6282f8af03f6637f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.1-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d90fee9e91a2f59387ae35ae15ee6761c7d88557f6e77fe2afda0fe73703657e
MD5 f101b3e6bb90cdf8e199e8ca0d4ce2d2
BLAKE2b-256 039b3fd2c9bf6653f69460b7756bd7e3ae0da5b3cafef4dc31673f84a5787b2b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-26.0.1-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.1-cp39-cp39-win_arm64.whl
Algorithm Hash digest
SHA256 bd8b182cb895ff964ed2a8aea9b4357f94ef387ffc59be75a637a4af4fd4af42
MD5 14947fc0c658782b0bafe098850dca67
BLAKE2b-256 1bd45cf891dbd0e14036331fc968a9a92f5c012e7922c29a13b261679dd850ff

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-26.0.1-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.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 300cc9d7e88da7840501bb8f0c8ede3c86cd3a85a22869587241efff5c2f1efe
MD5 14517a1a47c12a1b18fcd5dc040c6587
BLAKE2b-256 baae2eab81e21a2f70c9ef0b92fd12510a143728d19d55ab6c29eaec1fbf9518

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-26.0.1-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.1-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 4d3ef99459dd398578d9e8b58ef166fd6c93786b8e438b8134d8dfa23f718476
MD5 6ec9ac37cb8ded67dde6b0c1bbc151ef
BLAKE2b-256 a312a5d3efb727c78b214afe5f67348f4b660ce8e90c91a1f7a1de3cd7741afa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.1-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 a683c429cf7cd130d56dd1da46e5842ec9fdd98e389dd12cb4490517010d826c
MD5 981dff3ff8ab65b394fb0fe197961b1a
BLAKE2b-256 97ad561aefbd87942583dd2f394a075dca57dc352adcca77c91ed31fd4d5b8d1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.1-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 ca5687eeaaf183d0a6e500e60db1a19a1df7577fc0201338f2f70753040584fb
MD5 517381fe4c2f6aaf81d6ee83f9291af8
BLAKE2b-256 0914a3d7482bb692a8474e33aafe3bcb75b42c2b4d8ec0446bc1476e031696fb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.1-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 c27e80e9a85a68b9bd800ca62e9db69f8b46ac7c672f3160d1df14f3d98747b6
MD5 fabd47afb85206699ff9b92f04b8f7da
BLAKE2b-256 c8c2197fcc1bb57357c1394f94c9ce40c4a429456bf9838284e0459d2e450d74

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 fca3f28b470419d4d97b8d9a2b757db7ff7ac7a415aea2043e61eece5f523b1e
MD5 48003f942040fa7e51df665728f21f72
BLAKE2b-256 0602ddc6b63dab31245cfbf4a610bb25b69ae5cf931d334e720a11569daf065e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.1-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 8692df319b7c1478deb81d46e5cd02df1a22179ac55c62fe852fc10c46489fd5
MD5 65ab238fd3b204d57905d9c6d9fab985
BLAKE2b-256 3cf305a50ec4d7597bb0d142844871c5703c4245e125bc22c2f12c72ca76b8c1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.1-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 8015483c339e0301b9ff295ef88a0a0067d9cdf53e2b3764a338ce3e8681bdcb
MD5 d9e64ec1b9d92524568a56c2a8f49b0c
BLAKE2b-256 85e5248c0b693f043cbc564af83bbb37c788ced1d688f59204a5146e159b6983

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.1-cp39-cp39-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 caa10542d4f84e0cf6e838a1695aafacfa389a8b67c269798536768f9cc021e9
MD5 1952998008405cba7fe00eb16a076c7c
BLAKE2b-256 34218539e375cec1c4e8963bde935f3b9a833fb573959d439f899597c47f0166

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.1-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 4e2916de5ebab0e261fe32c8800f0528fc9c4cb9de924aece7792fee5b2294bc
MD5 92c99e7bcaf26ef646097927c43dc3ca
BLAKE2b-256 55c1b2c87aec4753615fb60eeff78b783b3481e8713cc3e81158633095f80cce

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-26.0.1-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.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 c0f01487f96cd77bb83089e0e603b7c36ba03fe1376abea2132529f93061c67a
MD5 8d92433e34feba101ac92ad0167a7a01
BLAKE2b-256 94b7eae58946323a82934a31406b642af1d88ffca53431de2ca2ee2c9cc19b84

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-26.0.1-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.1-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 4edc886bba1cd5db3ab0a07ab585e8499df63776336698ac7e87339cb47455a3
MD5 1f23a2a7963abd5035f079187abc32fa
BLAKE2b-256 12682ab8df14483b6e61031fc814073a1c5492836b9095053b1882a0f92a62f1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.1-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 55188e6e3c1752cd4babc705a2d43b571f8fa4d0b9790fb3024b3fc1728f3b5f
MD5 014a444ce77fe414dd7faf741620a071
BLAKE2b-256 75d8ae8e54d931b7a4f5db833af8115360b6aa48003b674b87d673df57d223c8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.1-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 248be1dbcf9a24ba03a1e0e1f77db1131065f853dc60a2d99916f98eebf02977
MD5 92909a57bb5260dfde0bd3c8416f79a9
BLAKE2b-256 6c15d302107bc2e9231e5270e19b20e0f48f56cc766aa58f77b7419f236dad10

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.1-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 c16828f718a75bb469c3c1d13f08fe73f37563801cc30aa0e4acef7f72587f41
MD5 8ee6d2d503b7cd2ecdb34e68fa5e6163
BLAKE2b-256 2eb33e18dbcbd7e337351a3dd3589df488d28d44e15d620b001165e85bcbb6fa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 34c7850cc8c60993f74bc396bdd8a090e02b2a4f3a466219386d1620e7da8f08
MD5 d50374616d35f8cfaebd92d139b16457
BLAKE2b-256 358080fe28174eec0e137a3057a0698f78e16274f8f985e3c7ced71b2d68e634

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.1-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 da83c85191a5fba9ebc78c98568b174dce270cc8436b15750c996ed16967c5ba
MD5 8e6a1d4eafce197e9ff69e05fa0124e5
BLAKE2b-256 049862a621513a99b5b3c9b06f2c6aa6cb5acf1e4a5f1e36c225de7109afb419

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.1-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 12423c06745bc064c20f78aac5586bba65f0342568deba01e615c45e06c69806
MD5 a0b256156244223eb9d0ff85fa258462
BLAKE2b-256 4ac26d769b9896d86bf42735f6a4f79e2215fbb9016adb677e45b09928971381

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.1-cp38-cp38-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 361c6c3c04bc67442b59f16d5f73d1882ae586dadb5d04162c72df5ffac7078a
MD5 6eb5f4a964ef3e3f2af0a9994dc7c1fc
BLAKE2b-256 1cab1af93e5e0e0152e74b393686422521c497a2fb7965f8152d0ff4af6fcd2c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.1-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 59c1248ab6700142676fc81327070c262a5582c277a6f6270960a26eebde438e
MD5 74b1f4bd15869b16f7850fd82def6e3d
BLAKE2b-256 77beae3f80b40c57d0fe1db16a0a85401244d03d4a94da1003fdf30eb599741f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-26.0.1-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.1-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 782470595f610c4ff586e225869a47e1656f6a4a6a2dc10014e28c648c9dc0bd
MD5 5b0ab65bac9885dc3c1f45efb04ee963
BLAKE2b-256 5f3c4f9508f59954784f1b682d6fa6936bb03f7488d7cd5d5f3f68f2aa2f937b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-26.0.1-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.1-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 3e35169e68e6702402512e07191ac88d70dc959166ba97ab909c524b30b69b14
MD5 d9847d56f6c9ac94d00fe74eb7279853
BLAKE2b-256 db2efc3b15a5114d53f341bb29400705aeae0a9ff1e4cad334dd3be321be9292

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.1-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 626719191698e1174e48d6262a62f3e9c1aadb00a98952d7a766cac004d594d7
MD5 99b6f6a484a91fd1a74b49840a20b757
BLAKE2b-256 13875d48fb2860ae439b6326068be1d498163b6f19e5c4d3e2628f26d6512e0e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.1-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 613940f5a1e93e75b33cc0b3a212cac360296a38e4673e5e80b9397e08e8503c
MD5 783dcf54bf9104a051979047b456df60
BLAKE2b-256 8b134f6454fa095a30d1263ebdfe750bf18341bc861be2779390e8327f6a1867

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.1-cp37-cp37m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 156ff1a6811b55636a7741f3646fa5ecffd01195f416bd9340d3f6339e4d3573
MD5 b4eeb2f5eef8d174eb119ccf773de2d1
BLAKE2b-256 b3672959e28cf6982f61dea464e5c6882a4e0d5da6c08f7df24d91510eaf0157

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 bbe0f65062569b1d73f266555b17514cee20e895efa661987a5ddd4d2f72cbfa
MD5 93e7398ab534e65e8d51a58eb24bb92e
BLAKE2b-256 deffd1ddf7b42e82ce71ed9536895e43ce42af336aea2eeae335885bd8e32264

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.1-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 1ffdb8ad287ed2a6a6013ad830a4719b529169320a9b9d6c3cd9aedc28fdd586
MD5 ea29d97a9fb17007aefe7853ddfe7371
BLAKE2b-256 fbbed709bb01c906f27aea3021400f1af98874176732ff3e0d475ed69e27a0f0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.1-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 045a9a6b425fd69f4643b17cd48ed5028e68e0faf6990c9f762d114d02078ced
MD5 5385997ac73a87ba66c64c524f69e715
BLAKE2b-256 5b4624b3597597fae3d1004d70c1ae6fb2f13fe767528b4dae673530d5834046

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.1-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d121cfdcb09944891351c8ba9acf1e00fa790b59676a0554c57e34e1a6d28c57
MD5 1b48e4b93ef9b9c054f3e51027335025
BLAKE2b-256 98c68103b44a46abb8233bbe8810b4055b9a056048506037e527d5f353013654

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