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

Uploaded Source

Built Distributions

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

Uploaded PyPy Windows x86-64

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

Uploaded PyPy manylinux: glibc 2.17+ x86-64

pyzmq-26.0.0b1-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (841.0 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

pyzmq-26.0.0b1-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (612.0 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

pyzmq-26.0.0b1-pp310-pypy310_pp73-macosx_10_9_x86_64.whl (953.9 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

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

Uploaded PyPy Windows x86-64

pyzmq-26.0.0b1-pp39-pypy39_pp73-manylinux_2_28_x86_64.whl (798.0 kB view details)

Uploaded PyPy manylinux: glibc 2.28+ x86-64

pyzmq-26.0.0b1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (799.4 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

pyzmq-26.0.0b1-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (841.0 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

pyzmq-26.0.0b1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (612.0 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

pyzmq-26.0.0b1-pp39-pypy39_pp73-macosx_10_9_x86_64.whl (953.9 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

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

Uploaded PyPy Windows x86-64

pyzmq-26.0.0b1-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (612.0 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

pyzmq-26.0.0b1-pp38-pypy38_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (803.5 kB view details)

Uploaded PyPy manylinux: glibc 2.12+ x86-64

pyzmq-26.0.0b1-pp38-pypy38_pp73-manylinux_2_12_i686.manylinux2010_i686.whl (848.7 kB view details)

Uploaded PyPy manylinux: glibc 2.12+ i686

pyzmq-26.0.0b1-pp38-pypy38_pp73-macosx_10_9_x86_64.whl (953.9 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

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

Uploaded PyPy Windows x86-64

pyzmq-26.0.0b1-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (612.0 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

pyzmq-26.0.0b1-pp37-pypy37_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (803.5 kB view details)

Uploaded PyPy manylinux: glibc 2.12+ x86-64

pyzmq-26.0.0b1-pp37-pypy37_pp73-manylinux_2_12_i686.manylinux2010_i686.whl (848.7 kB view details)

Uploaded PyPy manylinux: glibc 2.12+ i686

pyzmq-26.0.0b1-pp37-pypy37_pp73-macosx_10_9_x86_64.whl (953.9 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

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

Uploaded CPython 3.12 Windows ARM64

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

Uploaded CPython 3.12 Windows x86-64

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

Uploaded CPython 3.12 Windows x86

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

Uploaded CPython 3.12 musllinux: musl 1.1+ i686

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

Uploaded CPython 3.12 musllinux: musl 1.1+ ARM64

pyzmq-26.0.0b1-cp312-cp312-manylinux_2_28_x86_64.whl (906.4 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.28+ x86-64

pyzmq-26.0.0b1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (905.6 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

pyzmq-26.0.0b1-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (948.7 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ i686

pyzmq-26.0.0b1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (711.2 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.11 Windows ARM64

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

Uploaded CPython 3.11 Windows x86-64

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

Uploaded CPython 3.11 Windows x86

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

Uploaded CPython 3.11 musllinux: musl 1.1+ i686

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

Uploaded CPython 3.11 musllinux: musl 1.1+ ARM64

pyzmq-26.0.0b1-cp311-cp311-manylinux_2_28_x86_64.whl (914.6 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.28+ x86-64

pyzmq-26.0.0b1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (914.1 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

pyzmq-26.0.0b1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (956.3 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686

pyzmq-26.0.0b1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (718.9 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.10 Windows ARM64

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

Uploaded CPython 3.10 Windows x86-64

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

Uploaded CPython 3.10 Windows x86

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

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

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

Uploaded CPython 3.10 musllinux: musl 1.1+ ARM64

pyzmq-26.0.0b1-cp310-cp310-manylinux_2_28_x86_64.whl (914.7 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.28+ x86-64

pyzmq-26.0.0b1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (915.6 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

pyzmq-26.0.0b1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (957.8 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686

pyzmq-26.0.0b1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (719.0 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.9 Windows ARM64

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

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

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

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

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

Uploaded CPython 3.9 musllinux: musl 1.1+ ARM64

pyzmq-26.0.0b1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (719.6 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

pyzmq-26.0.0b1-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (908.4 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ x86-64

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

Uploaded CPython 3.9 manylinux: glibc 2.12+ i686

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

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

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

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

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

Uploaded CPython 3.8 musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

pyzmq-26.0.0b1-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl (953.3 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ i686

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

Uploaded CPython 3.7m Windows x86-64

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

Uploaded CPython 3.7m Windows x86

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

Uploaded CPython 3.7m musllinux: musl 1.1+ i686

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

Uploaded CPython 3.7m musllinux: musl 1.1+ ARM64

pyzmq-26.0.0b1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (719.6 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

pyzmq-26.0.0b1-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (904.6 kB view details)

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

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

Uploaded CPython 3.7m manylinux: glibc 2.12+ i686

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

File metadata

  • Download URL: pyzmq-26.0.0b1.tar.gz
  • Upload date:
  • Size: 368.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.8

File hashes

Hashes for pyzmq-26.0.0b1.tar.gz
Algorithm Hash digest
SHA256 2ac03c7c6f6cc0237f34c4a78c7cb89d943b0d56bad2d1044879e17af5e01325
MD5 14dd5f834e37ea145dd27e9cbb3e862d
BLAKE2b-256 a471a44240bcd3e4d763aeba340358d5e1fbcb0aadbd77f73c1875d503faa1ec

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0b1-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 9117f31506d28df13b3c39240d0afd1124630987e7bd0a3f2b9d5d1bceedce3e
MD5 c18ac9454ad50ebd98089f5c0992277a
BLAKE2b-256 febacb6d762bec3f6030c5f70ee82382fbdef22a79817857c7f42ba57d8f07e2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0b1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d9a77c6ca2f4ce50dd372b541f114541e1d137e13c5e1c7a01f2ff1480fbe39d
MD5 8f8b32611bd0b180cdff1e1675e42af4
BLAKE2b-256 7097206cbe53b95bbb72802d6b6d45f998d4411ea4347ef749f77041fe65cbfe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0b1-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 c36d305961d989622b54b4fe3ca9ca5fa1fbad68a89a92f670f5a6bf193cb4c4
MD5 223c750f943a2cbb8babd4bfe8106411
BLAKE2b-256 56e4c25004119e6a3690f1735e352269e73a96c20b48f6fd050d864c5fdd50a7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0b1-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 aba793336dccc8f5e34b7edb8adeea5f721d24eaa3db45c76d4c726b0183c8c3
MD5 57d2f7b6ce12ad4a82f9e59c0af312b1
BLAKE2b-256 17d72300c12d073fdfa96bdf130447061ae0be44b818524ecf0dd1c8b9f92104

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0b1-pp310-pypy310_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 4bc1f206931c436841e2d096f582444985738f91f1444cbf49db5cca246b0eb3
MD5 16cedcb941a98cb714705b4d427cd91f
BLAKE2b-256 514edcaa4d80b900eb1d12900bb0898cd66c5fddcaf2f7b4cbd3214990d5fa5d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0b1-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 200cceab5a93f395397be4984655ffc98e1733816c781d312a8d3ed04df3c983
MD5 ca0951a2ce892a56cc348707717ea058
BLAKE2b-256 be2514ae7c2432585018768db998788a31d11ccc7ec72ca1507c2bfdfc348d32

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0b1-pp39-pypy39_pp73-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4ecbd6f9038b5d17ff20fce3e6bf5114f3ecc974d2d1a7d32346ab9d647f6dc6
MD5 e135fbd7f948f0693daf7229068288d2
BLAKE2b-256 9de623251cb96b7ea219541272d7791142b259b2ea6a3dd7ba6f96a702855fc3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0b1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4793c354ad9b97ed3752ba0503296a9b84448e8c3586b1937a0d2ddf8cc793ed
MD5 f6cb7e854128f50a97a98b671997c509
BLAKE2b-256 5dbb618f1244af3a67b79645cba074bf17d83e86f73ce1036b14d008fdf4d99b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0b1-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 14d922076782f73d63d5277e2dfdb6d911e53f550b9b0e19aa120d281303603c
MD5 70a881e4f4fc9afdf987a92241a13a37
BLAKE2b-256 5053703969e194b3098ee15e6f2c3c63a64edb36e93fc0a930bf7e2aa079c7eb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0b1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5f40d08176b06a9a8896d4758435b75f07a70c0a5bacccf18262d57491f31c36
MD5 21870e38ebc47130f014a4048323bdec
BLAKE2b-256 5a0076f6df25419eb6791c07aba067a80906eb3fff7c71e90322f6881ffca8e1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0b1-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ae5c0077fcd1ff4eaf4f813aa848c7582d0bd95eb7f8155bbda6da4bcac47aa0
MD5 85e3d449a93e5ad03460325dd0b890d7
BLAKE2b-256 a86533357a826b67e0dbc519d79f9233af2b1a348e716d61017b0c261eca8db2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0b1-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 4692c873b85a08cbc0d38f95a73f18426d72c7fb0d3a0a5470ea5073cfe1d44c
MD5 795f54ad8406ffce41141fa4f6c0ea1e
BLAKE2b-256 549f882a04cc4ce2c936e4bf7f6ee111b6973132a352adc35c7da756471f627c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0b1-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6a6168e62a2c6718cbf1c274bc776569b5f25f87d39981f1df68678bab14f586
MD5 af1c53f3f5f861d2aa72dd2d2f742909
BLAKE2b-256 5b15b511088ce53afecad2619ffdbc4fb92f20a3e5512ec692c4b0314cd0f03e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0b1-pp38-pypy38_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 bfd65cb54ef441f360c0bdc9a9826de65c21f6ba5eca976cf3dd9d796a44404e
MD5 3b7328d99d5ab344ba2488481d4eb831
BLAKE2b-256 62db688e60f56fc93905bc249bc61950289ff27063eb8765c813952c8e594908

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0b1-pp38-pypy38_pp73-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 268cb6e5cb4cccbabafc54f21e8d0781bd5d9e7d7f9659b11d6de3ed4b1713fd
MD5 a0f123dae301e7b1527b8cae00f1a717
BLAKE2b-256 341f2c3a5209c5cd023b48dcc7974e345a7d70436875aa3d8f3e90268b702ebe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0b1-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 fb3c7e2f54255114c6e99eb86ec939eb56cbadb6ff0c4429338ff3f35aeb78e4
MD5 d93f2d76b9f3eba59e1d3c8253792ad4
BLAKE2b-256 2378fdd60b3a75c482aadc96aeb75ba0955a31e60a6822bf4398d6115a37cfd4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0b1-pp37-pypy37_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 a54690009f15fd4abb28f43fb3e2ab5cf619e8fdb3045b01c875ee54a5ef59ec
MD5 f266fdc07e924a3f7c9ec278d3efef7a
BLAKE2b-256 3c75651d25b03478cc5bd970cfaf0a7a5cbb693c2f6d19f2824ce44684e0b0d8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0b1-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 aa47ec1ecab47784cbcf93ef8a993c4df989d6280b19458dd57c582d1ebc9735
MD5 f9c698d6243a6c17371d178848e531a4
BLAKE2b-256 51b7a03c0d24d254ab0c52dfd468319c43db6017d04921d776d7da48dde821f4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0b1-pp37-pypy37_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 f76c220b8f3f5ee011ba1218a6a5031c3a355be7d34d9715393f4f02d6ff8096
MD5 3a2b41bcecbd47a95d8f498d011b3843
BLAKE2b-256 8fed8d61871dffea57ad4ef1173bb6de6b448786c6967d863d0e437c0f47ed9d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0b1-pp37-pypy37_pp73-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 e895433a3e1dc26c20652f8bc628cde64d29ce8fdc3bc270462b03f0efe6c77a
MD5 811d2d50f4e88a6ad8d3586173c0bea2
BLAKE2b-256 2bee1970ee96896bd2dd9d08ba91e69cab35d873c081b626e169e9076aa5200c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0b1-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 6f1b0a07815c32e72d0636ad6012a3cadb4ef09914adb79a2c7a92e81a2634f9
MD5 612bcf4d27f7f2e914ef6db71905a565
BLAKE2b-256 7fa6f9b4749d99e99b8ca10f80ed310b1a6c89acf0f23761f289d29f022c6f5c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-26.0.0b1-cp312-cp312-win_arm64.whl
  • Upload date:
  • Size: 855.5 kB
  • Tags: CPython 3.12, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.8

File hashes

Hashes for pyzmq-26.0.0b1-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 12d7cd9c05dbc06b8b3151b07166862ab9cfdc0113c5d101ef58e5aba79c77fc
MD5 a5a04e574aaf0499a6b15ce33c0e66bf
BLAKE2b-256 983be7d6141b9d5e754fd9dc3195881ffce5053c1b82b00f34b96c8a6c3d3dee

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-26.0.0b1-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 766.0 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.8

File hashes

Hashes for pyzmq-26.0.0b1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 0ed73b763cfc2ab2d4ea4d019ba8081fb5eab87a03dba391c8facc5d57c25e0c
MD5 8da4c25a8d8ada4541b8aac338f7f289
BLAKE2b-256 fe49563c7107154f206f9f09c1b5f498563f5ce1a7dbc721ab0fa3a8ad55764e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-26.0.0b1-cp312-cp312-win32.whl
  • Upload date:
  • Size: 674.3 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.8

File hashes

Hashes for pyzmq-26.0.0b1-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 eee1a31277db83922d28dd156796c27d58ca077bedf14ec18e5a6c27e5c7cc69
MD5 7c816aeaee7804825062989c81623182
BLAKE2b-256 a7dbd5e8a65e86065339d8c8794c6e339f4461d135a9299e6ac089ae3eabbfc6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0b1-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 bf20cace9df9e4acd2a086c3f4f050035655b4792c013869ee7bd87a4e032e1e
MD5 5cb0c6e483a84a1946b779ba86e4b24c
BLAKE2b-256 cb9c3181f3e54d990a08c543553f7100e098febc4c44d841509e34c3f57ef6c2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0b1-cp312-cp312-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 2efa54a76048fe7e6c021365f02d2a589d3d7df618492910311fada5225f0f58
MD5 ae27e84816a55a1d628c30e370c7eecb
BLAKE2b-256 3f4f94885373abcd32f18aaef0c7645dc4b225abbcecfdb53223dde8d51b59b5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0b1-cp312-cp312-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 baa1d315b48c8433790bb463ceaf77cfdab0fba15ee37ecd5449113ca68eced9
MD5 3613a7eb859b994f0b92d1b540caddc2
BLAKE2b-256 4ee573bad967ffbd884e25ff80e91366da826ee77fa38f292e338ff721ea1ae2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0b1-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3328ac4d57c8a1c605287c25e57efe01a914e7f0f8411d630eb7a2e329cc4426
MD5 9621d13a97922cf9aabd720690f6de79
BLAKE2b-256 95f66af9e6a5606a49992733fef6bea059be9b6da61c1bf288585b96a8e6596d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0b1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 abdbdd651c132d75fc2cb347da08fb371529dee9cfd504bb73fe5ac25e44aac5
MD5 1d477999cb17a816383789d10021e7e9
BLAKE2b-256 8c765fc4c3db57786deb86af66e02bbf58ce7de6dc093efecbf92d1fd75f31aa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0b1-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e031bd1d51d4f143cd22b597a06c77991ed2ddaa4f1c635142c194d1bbf40ec4
MD5 c0c5ced6fc4bc8a804fb2be8d041274f
BLAKE2b-256 2a148339bba0c223dd02213f8650ee523f28299ba96c226b65e7ee216d5aa9e2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0b1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2e80c41d0d790c9b74751726df5204c5621177485a12b2e56a0c43533ac04ac2
MD5 c8b01da1268bf533d9b6003327994ca6
BLAKE2b-256 16a1c1cfd075e4e715e9dfcad948511e3c3ac03fb2b1ede8a412c8a82127d495

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0b1-cp312-cp312-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 24b5cefcc1a21d4dd0b2eb096b25299bcfd82e152caa4ebc7226ff3a05245916
MD5 69fa3c28d11d3d708c35d8d081b01a49
BLAKE2b-256 ff4d14873ba81c5a07029aaae5baf836c053a7a04d276c94e443d433965be14c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0b1-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ec6d410e82ce1969265f68a051c1b89fb3b93dcdae6fce79467880ed6c9bf685
MD5 d547c26b715a40c4198c41a74a959b81
BLAKE2b-256 8ff486ae84f8f0ddff0b623e8fc0578c91260e3f6ce42ba345ce057f75515bff

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-26.0.0b1-cp311-cp311-win_arm64.whl
  • Upload date:
  • Size: 858.8 kB
  • Tags: CPython 3.11, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.8

File hashes

Hashes for pyzmq-26.0.0b1-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 b515ea01b1bd501ff04c16d4890ad37c36736b4823daf9904be376921c375816
MD5 dd546bd7a4968247706dcb8d4e68f701
BLAKE2b-256 31dfa33f07f91e2c78d17844a07c6cb9345f95eb5666ab06ceb07f3dc1464dbf

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-26.0.0b1-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 770.5 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.8

File hashes

Hashes for pyzmq-26.0.0b1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 67163c830658db30e7542ecaa48b3ef248852babffe886ee82afdc2ac0f3a663
MD5 9643a7e72e8ffffeb663bf91a5fbb3f8
BLAKE2b-256 37254916af26a3af770e65c20319b82a8b4d60c387f87ebb51000eb47aa63f52

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-26.0.0b1-cp311-cp311-win32.whl
  • Upload date:
  • Size: 675.6 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.8

File hashes

Hashes for pyzmq-26.0.0b1-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 06c95169aafb0d18106e19bf0b3f9aaa2e326c42e9b2b1ecac101a099c7641d0
MD5 e220db3709cd9734eae8a1bdfbc46660
BLAKE2b-256 cc53dfd647c4cf18d740cfe3e713777b460cabe4a2abf36999e3de21d6c57920

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0b1-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 b8b5079cda4cd39727e9701a5688d4a3e6e27b6e4de2515a8f1a178c78948d14
MD5 e66b32dd7a0bcab9be17a89b06cf4496
BLAKE2b-256 c9a65454ffe988025d088930ae9c476e23ea181a4a66346143df50be40cebe3f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0b1-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 99f921dfd21c110dc760551981057a5076ca8f482b8f8f4da0fb5959c5a68a7e
MD5 264fc0a0e8f76311c5d1505f8e343a92
BLAKE2b-256 6b1ea425ba60fb35cb4c289b7247821550b0f302efc172662e9a61fd9e333e43

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0b1-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 f1fc4a4561273cad9b7440123347080eb4b717cd1a15d48ab9256691de8be01d
MD5 8fa4a4273da87d9c4bd1850e2dcb2a0a
BLAKE2b-256 deab6569da687a5e852281d49854f63c845832f06e99c8b726e8a5f970f3d2e4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0b1-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f492e0321abb3d46ea392edcd83e8a8ea16f5527d6eca0a36d174f7ce0c41e31
MD5 48c77f4833b71cd188b283839a171e79
BLAKE2b-256 b633b9f52cd9e8d69046f5805b6bdb448e594c3bc243d3eaede4312e984105c2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0b1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d42c83f9cd95830fc9827a70d45d3b4d028fa33c96163ba848b705abef4133ad
MD5 1018733bf01e4c7a9fde0aa92f06a87f
BLAKE2b-256 9d5e3684c4c079b2d2868a43c7f0c19c863dc6c849434c9f764c1c4b5caf6213

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0b1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d0c811776e7e78cfbbc59b6d045b6d68e97b8e184bd941f172284d4f2719562b
MD5 683c71aebae0a998e25eb896eda17bf5
BLAKE2b-256 73b83ba22e50e5f80f21e494648b3a52008c626608e370a0fadd346928b7112a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0b1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 06fa4b9dde4397ac5423acfaf0c91f3fe85b4b857074de46fbe5bacb45017c27
MD5 260900cf0087fd3008b9d804156edee8
BLAKE2b-256 4be305a12df10696bcaaf412b40190ac961577e64e4a7c4df8af0f9d1197b854

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0b1-cp311-cp311-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 6fd4b8888ba7d289fc41a16f7d7e5310b25a33edac1cbc05b5a867dd7a09cdab
MD5 5cc2dfb36b04b994b564376ffb07d7c0
BLAKE2b-256 480c3758fa9373795e4eeb3cce471e89d963815ff2f764373bc446d896fbc1e7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0b1-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 bcf8a0d062c0f37f084a03435fc90dfa28a163a571fc5b4649412c22e0a5eae5
MD5 4c16d5dd1e2171307d61333f023abfc9
BLAKE2b-256 a33122e71a8eb5a99e8cc7eaf3fbca4f9e8678da84a031c9520a4e2862bca56b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-26.0.0b1-cp310-cp310-win_arm64.whl
  • Upload date:
  • Size: 858.1 kB
  • Tags: CPython 3.10, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.8

File hashes

Hashes for pyzmq-26.0.0b1-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 84b930c78c929aef639143d802c965991965d7c8d93c625392b438811d6ab68a
MD5 aea08b4d5e6de820fc07f9a13e4bcd79
BLAKE2b-256 c2494ccaf6c79a228f45211655e71abeaa372e8deb315f9bda4e3bfdf3901c7e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-26.0.0b1-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 769.4 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.8

File hashes

Hashes for pyzmq-26.0.0b1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 7272ec73feaa8e693c6434d1c0dc96b1a9fd7d394e730318cd3ffdddb009d7de
MD5 7822523017c8182ffefe90a6e0365f18
BLAKE2b-256 e8565c22e380f879259bac10de22cb668e793a3c7fd11d3c0458925374b5bfb6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-26.0.0b1-cp310-cp310-win32.whl
  • Upload date:
  • Size: 676.6 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.8

File hashes

Hashes for pyzmq-26.0.0b1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 d3ba09a19bc7f36396fac7f52f004ff4c275797676e00ef5dc69c6bfde93734b
MD5 488f5173e0ad6b22b20a1538c15c6999
BLAKE2b-256 a5335c3b95192adf3b455070b2f4c1b90f961d34a64fce6373e46ee65f10c64d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0b1-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 2f7943a10c0083007bb7bc52a3d41f06dcc71f2d768608a9f29ee660e1f81455
MD5 e0ecce685a840ece9abb4e6276835098
BLAKE2b-256 6246bddcc48c617cf6d6cbfb8e69dcfdb5630a40f3e0469e447341207af4bc0b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0b1-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 9f63e5b5214100a90137b2e8f551a465bae4df1ec66b7157bfa08a9a1d9a680a
MD5 018d7dca1d7b7198ed16d71f92f6f18c
BLAKE2b-256 10cb4cd272e809e61f3ad9f92e2bee9739d26531b9d395b5001f7a4d8830cfad

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0b1-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 7d7f48c46ae65242f74375c1c5d920bfe14ae854ce1fdcc15d72351b02e5dde6
MD5 b4930a1681e822d9b01e414869f38f44
BLAKE2b-256 5c21b481bfa222de26fe7b16209e20c379add0d13abbe1f873dac3ad85d236ed

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0b1-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 7a7f678af086cdc84615f09ea114d1e67c880007bcbde72c97350ca6be5cf220
MD5 1fa37acac521fe0f391b1debbb761e4d
BLAKE2b-256 236f6d65b3d0b4243f3ef00fb2b48dd1fc2b313988b052e9e806641c44c137b4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0b1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5e114282d8c2633a87ada5b510b6e80acd6493d8d8557e59c0f2d3691d4045ce
MD5 79b590f82bb80be90c1e5fbe3a572c21
BLAKE2b-256 2701f5b944a3056e0edbb672c108a64eb95e06d03333ea1cbfa8c0064169cdcf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0b1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 61e43ed14fcedf233e0be4a2cc25530e7433e45c98d944f64a029e3c7201478e
MD5 cf37939d801bacccd56922512193fbb0
BLAKE2b-256 dbf68105d30e80f133cfde7e5ebc4372c3102897bb0458b86413dea9102cc690

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0b1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a7f24f6ac66ce9d9b5348e1c7b0c651a3f0bfee2e1570dff77634001afd2a985
MD5 3043b371fdd24d9abb70515780440497
BLAKE2b-256 7a23593c9b60a630e31d6e777fc897f218832f8b351b88b8ea1e1a1636693661

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0b1-cp310-cp310-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 e477987b97b626b4e47c7cf45db70dfba525a8999e4a532f0bf08e59916bbea9
MD5 c0fa1cff416cc2f8f6d6ff4fedf8e6c9
BLAKE2b-256 8c9d0aaf524f2e2a707f617b4105a2ea630f4b0bceddcb916c2f423930e4af49

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0b1-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 6ff9a81491cc3352b393f3179d53233f60c7f788774817403949e7b308208034
MD5 1708fb58d581e0fb5b8dc00a4983bdf3
BLAKE2b-256 58c960a263f020346af2229e99311f313863ca010b1a30746d7c5941f18877ef

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-26.0.0b1-cp39-cp39-win_arm64.whl
  • Upload date:
  • Size: 859.2 kB
  • Tags: CPython 3.9, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.8

File hashes

Hashes for pyzmq-26.0.0b1-cp39-cp39-win_arm64.whl
Algorithm Hash digest
SHA256 229e6ebf43ad9160aa4ef49ea17730bb47c8577a4c5f0561e37ff99a99977c5d
MD5 859542f5a472d218881692c2e92196bc
BLAKE2b-256 78fc144049a2fa0bd6a9b417519cb31596d2814d130909b7b5d3f6680fc3341e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-26.0.0b1-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 770.7 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.8

File hashes

Hashes for pyzmq-26.0.0b1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 aba93f3465ae1881d0091ad29a6161df6f3816f6a4a48c07abf754fd370f3a96
MD5 a3a610e3df26e8e3b71066ef8f90f605
BLAKE2b-256 4dd5a99eb66d107cea8f5bc39cf6f31329d8d625d312c01da6dda21bc7c7cf69

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-26.0.0b1-cp39-cp39-win32.whl
  • Upload date:
  • Size: 677.7 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.8

File hashes

Hashes for pyzmq-26.0.0b1-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 69e3740ea05508cd620b0ad7fde8c4cacf84db3331f5a15c46cd2d22e5642eaf
MD5 c11e0f3459d4bffff79c320ccafdbe27
BLAKE2b-256 9f065cd4983a31309efb5fd6c1190b05e2b8549567b2a784daa66078957d155a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0b1-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 54726d2453b69f55837e1a9734cc8dfb8b11c7182287836575da6df01b790556
MD5 f6465edcf8a24c10c7c43c7d4145091d
BLAKE2b-256 6b961f8191f271e02b4c772b114614b59700077fd0597beb5e85b8e686c9f541

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0b1-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 61816a3a71321d619c0062d752c3f73ad2f61445765238b03fa1c928be2838c4
MD5 f9a06fd1a29c1cfd4e4b7b82be2c8048
BLAKE2b-256 112d818de0086bb970f9b58055e96704f5aedaf4d67816c72a02e0fe2fe50b3b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0b1-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 ec2be2282156713625b2db96a342caa3f95d70ff3b99ff542c831f3cc65a114e
MD5 7adb26a5e2fce2fbd9d8e442e8dbd368
BLAKE2b-256 bfa7de1eb6b1d8a51e70a73d04dc663c15ff51b289383c795e38b4d1541bd3a6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0b1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b5fbc230fe7bb4d083f47925cc62f11102f86ae7af4a95b45430d6a5ab781a35
MD5 1d804f0b282900a20a09180b5b900d4a
BLAKE2b-256 29bc59b7ef4e89a46b53d1ff51bac912994159ac11d655c31e6691e0e62c26d7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0b1-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 b3de005dc562f971efb71213a484450ed260710c3618f9775c806c5a6c33f6d3
MD5 b9a239be37603170f5bbdf215c2e4e1e
BLAKE2b-256 74f685b77cffc80ae82d6f634e82f7c786f935906deb8eb5ca9b189f5edc2558

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0b1-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 da5a10026b9de96a7e12f26f89b4a8b7c57d6762d7460e28421c4bdf546c600d
MD5 beabd5ca51a7ab25be598fc6b2700210
BLAKE2b-256 920ed7a83101642a7f4830abf087cec0f6ab6a9fe72419c9e255050cab383c19

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0b1-cp39-cp39-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 0caa94d6d54b5e42c89f11ea6631348bab8d591606d261082df74d5d969755c1
MD5 c278ace36ea62f41d9d0db2f4936f8ed
BLAKE2b-256 56fc54edaa19cce2b27a634b7cf66d3cdfa81f279a18e44f85cafd00baedaf66

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0b1-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a3755379cca32e6f41ba1fcf1ec4ef87f18fca52e72be4507e1384aa4abf370a
MD5 ad0ed93099f3943b9384838b4b6540c1
BLAKE2b-256 684aeea15b34806c30108304e03ff33a5fc2e6eb797938eea427e50c78d50f9f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-26.0.0b1-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 797.4 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.8

File hashes

Hashes for pyzmq-26.0.0b1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 06c5e377045fe28accd5c1108bfa561bcd5a175ffb35cc93d46aba9d041ebc89
MD5 9f707e768d931a5e10311311ba1ad80c
BLAKE2b-256 88e5738396443822a03680980be911ad8f00361dd702f2cecd8fee36de9287d8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-26.0.0b1-cp38-cp38-win32.whl
  • Upload date:
  • Size: 677.3 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.8

File hashes

Hashes for pyzmq-26.0.0b1-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 3b9f02c74528759f66463ed0d33c9b359c64c49376ba107ca15b7dcf5376130a
MD5 2e3de27dd397b6452606c50229f9e50b
BLAKE2b-256 e67932b5c5a3c33c07884efa7af0e547891aacc3a55361be6cfdf1312a473589

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0b1-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 ad3c2990d2bb6fa274146b06375870c27d1662e4269635b516dcce71fbcf325d
MD5 6cf3e0b7b98b3faad03b11d5350c1f39
BLAKE2b-256 b4a795a50385b2bb043984cc9d67c5bc494b254e7eec825e5ecafbd47f68f7cb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0b1-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 4df8443e36bd4930e314c58d42365b4edac8fea2d73e795536eb9b3125195e8b
MD5 66b14c958efdf06c1550fb1eb0e66d0b
BLAKE2b-256 88ff6e94125c09270bc9a59f29012d73cfd4cebdce871cde64d23fd260db430c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0b1-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 a3ae3a5720e3d0abe7f9cbac7c94b0fddd4b5a63562fa1a94b9f2f0d4e6b07ef
MD5 5cf92d5d772aec7fcc74be2b5d7759b1
BLAKE2b-256 33881eb71270e78be4a5b7fd7cd9c2390530712138da80a0df361d2f051e4148

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0b1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9c717927010ce238eae0acd55a80e62b315b4f20e3a8be0ad362055a7cf89d74
MD5 32e57bbc8e3a25c2cbe6b70422ba8e79
BLAKE2b-256 71daf8711f1f1fe5cfb21cd470b34f895d585ab26059ba9083252ed9211ede66

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0b1-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 7519cf305e31c4797d7f2a1840ed9974551d58fd91c2d2d07ec0c2cf87954399
MD5 cf0d7f23458b20a52c0140d6322331c9
BLAKE2b-256 545c38422eb3736d3996194eb47e10a4f8fb2fa79a21e3af30238f30ec36fffc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0b1-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 a0c7dffb1de8135569c158cdb1e2ef34921355d34df39939bc434cf970a950c1
MD5 7272a7d8628aa5b3a4942fcd082cb383
BLAKE2b-256 08f5d2c7f4a0d1b64607093b1c2f921e3b006234de3826d6cd5065e043e125ca

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0b1-cp38-cp38-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 6e86d075214ab92b3979cb5f9f278ce20b8b3a2039cd3ff93e7e1952e78d8720
MD5 ddf8ef126724fa329c62448b368a83e8
BLAKE2b-256 8c82f841fa2c7636aa93c7e25cf1c85cf302b3db882b944fbb5ba2f26232493f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0b1-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 2401b177d31ed269b71bc85cb02e0293949c05e1830a21152e284be249d4c02e
MD5 bd09cdb8ab4da505698f7bfb1e626bc4
BLAKE2b-256 da617a39b29fab00f99a6aac56fb0eb623f5eac1690516f177147cd835dc7fa6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-26.0.0b1-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 795.6 kB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.8

File hashes

Hashes for pyzmq-26.0.0b1-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 2eff59d46c45f08934cb1a076cc3580b0f7962704abf4ea19aa3b4459feaf556
MD5 1411c125df8ae324efeedb86af8212ff
BLAKE2b-256 ff9c15123ee3c3806a8f243af0c343e84ba504b6bf644f034be2d503275f7b2d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-26.0.0b1-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 676.8 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.8

File hashes

Hashes for pyzmq-26.0.0b1-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 ab0b1bbd537c995894463f04cef7bffcd0db9e431e44e54b036d9ddfe626e675
MD5 659464a670ba3ff59e37a6edc8372b52
BLAKE2b-256 6f3cd346dcd5a56200d1ae0370606f5ce3c624a02553bdb5fda88018193fc8b1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0b1-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 7f2922ae126887bab149694f42f5b96918c2bc9e7237883aa17c875c6e5bd60d
MD5 8c161d63fa05b9183915ec197cb987c9
BLAKE2b-256 bc46b983e2d128e08d0eff9502f4fb56833dd048901adcf98644ce3f541f077a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0b1-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 7cff846a83083b1b51c30185c2bf2c6efe1485e01827de1c656ed880da40484b
MD5 034309f6533a7ee51aba4436b644d6e3
BLAKE2b-256 2b78a47ac13198bec47c63f421eae52b91160e071ae5a645afdf3c9285ed9ea6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0b1-cp37-cp37m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 9e2c4a2d6be7d5a87beddb95572d8fefc8b38fb8754ae4a2cdf3656c852c4b8e
MD5 2f29b91c97e9a0b941a8ab32e6a6118f
BLAKE2b-256 ec32225d0bfeac04c608985060155ab5362c32dcf94b2c4c23041ad2b94d8b73

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0b1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 006e1a5c3f8d78fb1bd08f3c86cfe014346ad64cbb17686e5ecf343d4cc2cf79
MD5 2664a90daa13336d7324ed8c776e288f
BLAKE2b-256 34046f2f6aa0076e392b067a69a14f970239f39f72c6e66fc59bc501c3b5dca6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0b1-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 dfb4ad5d3a8f87732e25e79421af0c9cb3d34e42aa978e3bd6d524cda2497970
MD5 d18b35b3870a63bc809548708a2e86ba
BLAKE2b-256 4c09acb4b76a82d0a855cb40dbdd4f38c24cbe85471d434b6c3462ab4fee0f8b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0b1-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 0308ce1bec048571d279c3de784cdd42a0431c75c6ebad2209783000f1e8cbcb
MD5 1ab25c32b3bd8e71316b045e5b644bc6
BLAKE2b-256 2c0909f5259443ff37961803c69b7eccb0ed9de1949843b4e5da7ee3ad4d57fe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0b1-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 3b130e7fc2d9e1e035c95f7f1df14409c0c42fa7d6e052b445e122328666dae8
MD5 946caaf277e389ec28fe10229e173cc0
BLAKE2b-256 92d29e31564aec6cfc2ec6467ca171dc2a023dbc8a96d32950cabc6057a18f9d

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