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

Uploaded Source

Built Distributions

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

Uploaded PyPy Windows x86-64

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

Uploaded PyPy manylinux: glibc 2.17+ x86-64

pyzmq-26.0.0a2-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (839.4 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

pyzmq-26.0.0a2-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (610.5 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

pyzmq-26.0.0a2-pp310-pypy310_pp73-macosx_10_9_x86_64.whl (952.3 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

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

Uploaded PyPy Windows x86-64

pyzmq-26.0.0a2-pp39-pypy39_pp73-manylinux_2_28_x86_64.whl (796.4 kB view details)

Uploaded PyPy manylinux: glibc 2.28+ x86-64

pyzmq-26.0.0a2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (797.9 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

pyzmq-26.0.0a2-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (839.4 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

pyzmq-26.0.0a2-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (610.5 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

pyzmq-26.0.0a2-pp39-pypy39_pp73-macosx_10_9_x86_64.whl (952.3 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

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

Uploaded PyPy Windows x86-64

pyzmq-26.0.0a2-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (610.5 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

pyzmq-26.0.0a2-pp38-pypy38_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (802.0 kB view details)

Uploaded PyPy manylinux: glibc 2.12+ x86-64

pyzmq-26.0.0a2-pp38-pypy38_pp73-manylinux_2_12_i686.manylinux2010_i686.whl (847.1 kB view details)

Uploaded PyPy manylinux: glibc 2.12+ i686

pyzmq-26.0.0a2-pp38-pypy38_pp73-macosx_10_9_x86_64.whl (952.3 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

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

Uploaded PyPy Windows x86-64

pyzmq-26.0.0a2-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (610.5 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

pyzmq-26.0.0a2-pp37-pypy37_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (802.0 kB view details)

Uploaded PyPy manylinux: glibc 2.12+ x86-64

pyzmq-26.0.0a2-pp37-pypy37_pp73-manylinux_2_12_i686.manylinux2010_i686.whl (847.1 kB view details)

Uploaded PyPy manylinux: glibc 2.12+ i686

pyzmq-26.0.0a2-pp37-pypy37_pp73-macosx_10_9_x86_64.whl (952.3 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

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

Uploaded CPython 3.12 Windows x86-64

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

Uploaded CPython 3.12 Windows x86

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

Uploaded CPython 3.12 musllinux: musl 1.1+ i686

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

Uploaded CPython 3.12 musllinux: musl 1.1+ ARM64

pyzmq-26.0.0a2-cp312-cp312-manylinux_2_28_x86_64.whl (904.8 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.28+ x86-64

pyzmq-26.0.0a2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (904.0 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

pyzmq-26.0.0a2-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (947.1 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ i686

pyzmq-26.0.0a2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (709.6 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

pyzmq-26.0.0a2-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.0a2-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.0a2-cp311-cp311-win_amd64.whl (768.4 kB view details)

Uploaded CPython 3.11 Windows x86-64

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

Uploaded CPython 3.11 Windows x86

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

Uploaded CPython 3.11 musllinux: musl 1.1+ i686

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

Uploaded CPython 3.11 musllinux: musl 1.1+ ARM64

pyzmq-26.0.0a2-cp311-cp311-manylinux_2_28_x86_64.whl (913.0 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.28+ x86-64

pyzmq-26.0.0a2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (912.5 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

pyzmq-26.0.0a2-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (954.7 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686

pyzmq-26.0.0a2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (717.3 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

pyzmq-26.0.0a2-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.0a2-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.0a2-cp310-cp310-win_amd64.whl (767.3 kB view details)

Uploaded CPython 3.10 Windows x86-64

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

Uploaded CPython 3.10 Windows x86

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

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

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

Uploaded CPython 3.10 musllinux: musl 1.1+ ARM64

pyzmq-26.0.0a2-cp310-cp310-manylinux_2_28_x86_64.whl (913.2 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.28+ x86-64

pyzmq-26.0.0a2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (914.0 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

pyzmq-26.0.0a2-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (956.3 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686

pyzmq-26.0.0a2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (717.4 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

pyzmq-26.0.0a2-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.0a2-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.0a2-cp39-cp39-win_amd64.whl (768.4 kB view details)

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

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

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

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

Uploaded CPython 3.9 musllinux: musl 1.1+ ARM64

pyzmq-26.0.0a2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (718.0 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

pyzmq-26.0.0a2-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (906.8 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ x86-64

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

Uploaded CPython 3.9 manylinux: glibc 2.12+ i686

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

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

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

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

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

Uploaded CPython 3.8 musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

pyzmq-26.0.0a2-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl (951.7 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ i686

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

Uploaded CPython 3.7m Windows x86-64

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

Uploaded CPython 3.7m Windows x86

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

Uploaded CPython 3.7m musllinux: musl 1.1+ i686

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

Uploaded CPython 3.7m musllinux: musl 1.1+ ARM64

pyzmq-26.0.0a2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (718.0 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

pyzmq-26.0.0a2-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (903.1 kB view details)

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

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

Uploaded CPython 3.7m manylinux: glibc 2.12+ i686

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

File metadata

  • Download URL: pyzmq-26.0.0a2.tar.gz
  • Upload date:
  • Size: 366.6 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.0a2.tar.gz
Algorithm Hash digest
SHA256 38bd6d3206ea02da2ee410ab47d986bec174e5dcb38c7115b5c152de7e0ec722
MD5 23fdb7cfa0523761dc66ec7802e8d151
BLAKE2b-256 ab912ff6f29c9e2da5853ea4aaa4072eb7f34e336c8a9594200d58bd0662f269

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a2-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 b1c116c8232c9461d2944defc71851ce701d5e84102c27d60a05a22095db29e4
MD5 093e8323702d7a67985c9eb42cbf7ec2
BLAKE2b-256 e29ae762f81b8389643f6d4983942deb9c475a080c020b81d4ccf1308aa1f464

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9fb53d877a82cce26711b1f6e59e80847e212716723895b8451e8373d3a866e0
MD5 3ac75889eb2ee7dd73c45bcdeb9811b6
BLAKE2b-256 4989f4750ba543e15268d96e48667e6d877b5b3976f9eba5da8759b7ab35813c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a2-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 88af759aca0342236e6a8a6b2748b04d76080bdd780a691bc0bd75f2a163ebfc
MD5 cc0918c2bec56d456e2b1c3f3610a5d1
BLAKE2b-256 fa5361e972cae9bb8a91b121dce366b16c9682f1e818fe307470f0d32f65a785

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a2-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b6eb5ef75e67697111a9e36d54a2286fb4b817f1f8cff6bb37158d862c6a29db
MD5 f3c232bd17e41d64ba651971366e2e5b
BLAKE2b-256 a3cf5d232ebf12d1f40cd2fc0ad01c49317d56a586db8c1d2b539e96985ba63b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a2-pp310-pypy310_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f31933567d356574dff684274c2ea23eafdcf71acf6a2e112d98ba042e0753ac
MD5 4b318df8350c985596d9cd5ef245d1ff
BLAKE2b-256 f42c501a394c0a54ebebff41e946791bcf60035841534724f2dc91bfe9d8ab28

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a2-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 1445d205e807ed05d09b6d190380496337ce34cbafb4041f7306dc396bbb350d
MD5 33a1eb9160728ca5b359af1c5fd26460
BLAKE2b-256 fb70208fcb92b2027d5f9718af801a0f22efd2069e6262797ff58945401df226

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a2-pp39-pypy39_pp73-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0531589b6d2a190a7466a7e9de9673d542d3fc47634cb3f2439837392632b997
MD5 c821410eb60d557b96084b36d0bfecd6
BLAKE2b-256 e95f5f14ad4002e80e2b497e6e29643090521604420246a22b412f8a63c82595

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 19132e9890a4d48e00ae088ce85db14d2e90ef5061c9f08c74e3cf061023df5c
MD5 3bdb96669895760ceabaa86cdd12122c
BLAKE2b-256 2c81d940e0f7e28f8633b8071cd8ec1e2ea3f70424c9103b3507b366187715aa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a2-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 fd7b63f2e37b3d30a1e149af5df708cd7044f8caed658f49466d9709d79d9258
MD5 9aad972252d4b4e2c5ed0842b30847eb
BLAKE2b-256 0be9a437ce83b8565c5c9bba86d8ca4e5fde786fa8802e039968eb9a2eb45dfc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a2-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 91f340cad5abbf6f1856f578b9d51862ccacac0711ff0e437ebedc7c8ca1b71a
MD5 963010263816a37f0cf78c5ec6c01f64
BLAKE2b-256 d06a4ed3bc04e3b50fbd89dd651031ec3243c010c1d3e344bb18cac118819729

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a2-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 cac9aea2f37e8a48ecb8b4f12240da95a53d6c81c6e6c261207af6b584403e82
MD5 bed191baa4468da1a8cae8d1f9434c6b
BLAKE2b-256 37f23346ae95292ca240f4cb270c900220ef3bf5d4fbe5d970ec41c3e8fe7a4d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a2-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 bafd5bad7647839b6083f0f61951b21e17d3a473689d83fda72bc8c1be0169de
MD5 ea854f988d996e2eb4cb2e66b9c044ff
BLAKE2b-256 78ac8c0772edcf364f5290b614150f35d6e4f111e9d69dafafe3c4c9bf084752

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a2-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 fda1bad928648ff1fceaa47ed69e84cf7bdb809533fdc4c88c5272f5b7dc7cb9
MD5 4bf3ff1f0fb0c9e04ed4a503e079e550
BLAKE2b-256 1f51619b0271a836337c65291fef00ae00d3205a024a607bbc77aee77e6d3008

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a2-pp38-pypy38_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 df581616b29219533789daecec55184ef58210b35114036bfe1ca1e321cbae48
MD5 dff55e74127963bf34f19b7bcca88732
BLAKE2b-256 ddf7ecf540158e8fa9623ea81027bb118fce501f3438ae2ef308d4ac888d954b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a2-pp38-pypy38_pp73-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 652aa67a89163dacb13736fb5f423ec1524e51b2d2ff07d5d0041f93b6c23aea
MD5 260ed85904a85f084bd958de9e612745
BLAKE2b-256 5dd73bd39bcc4bfb0d26f044c4624bcd73119dcea3fafa5473fc9aff39748b08

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a2-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 9617bc80b1b63ebdd702b44390cdb290caab0f3b3bbcc534e7ab02fdbe36435e
MD5 ac9b82e1c25e3964d4c65e11ce1a960f
BLAKE2b-256 c5c9f3aa0546865e123283ff935dae10f347ba447182d476742ecf43e15283cf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a2-pp37-pypy37_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 886822085acb855affa16b312f4ddfdf30c2b915571e2dd2a04539fe682c2359
MD5 68d0864777c21b853fe6ec0232bbe4b0
BLAKE2b-256 7fa15d3ce654150959e76bf8ef482f8e128d76a26b2f34bdd9617852d3d7a657

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a2-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0cc4597a2771b21f645f2d79c705912e8d83366ef2d7798979c4faf4a87e7009
MD5 07bbf3ec41a2bae0c9bc58928cf6cea3
BLAKE2b-256 22efe06d700eb39550d23cafa5f0b0725f4ae2b983d6900bf950169b30a05265

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a2-pp37-pypy37_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 bbc0ccb24b0624f404050f4c85e464a2350a2fb4f0ed8eb08dc8ed6c1bf8df1f
MD5 819448757e398c0564d7c0b21033b8af
BLAKE2b-256 0b01b9aaf5577892cce21585f552da76f167d9a7d9b8b2465b4cb1c0a4d53d17

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a2-pp37-pypy37_pp73-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 9005f44283683956205e4061bd14a87ff0f741a7cca604605eaa18f1f7f21f62
MD5 af5102d065d208a21077ba30034e7162
BLAKE2b-256 dc95743ccbe5b96884df8a3ced678a78951445421bcc908331d0e758a3463f2b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a2-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a19a8ee77b1740d6868f8346b996eb5514f44c76f08663e0a2e48283a7699443
MD5 2f24841dbcc1d289dbfecacfc67a9ef6
BLAKE2b-256 1daf4af4b648e09093fd540ca2e8ac24ca2a9443e691eef199a03fd7721bd6b1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-26.0.0a2-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 763.7 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.0a2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 03be5387d57e892c1464c9da4e0ddada09d1718eb71fc4e00cd7ae1acc412fee
MD5 5776caedcde46eaa244662eb3e0fb6b0
BLAKE2b-256 25fc4a6da017091ffa65507d3f113408cc3e01f4a06fedd1f5abb4a8eb3dd650

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-26.0.0a2-cp312-cp312-win32.whl
  • Upload date:
  • Size: 672.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.0a2-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 64e5539b6a7a8a17773a732d75ff25398967b5cc2aa302e21bc0ee3e4b9f319a
MD5 f109b029423ef3bd0abd40ef67d594f2
BLAKE2b-256 1f4d4beb299aa96b476b414d00ef383d061cc2aedadd1ee6ba7380e70f5ccf3a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a2-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 ede3c15911e6ca711443e5562b84610b4316df1e503d2c277073ba0ae03a23de
MD5 71b6b13a412f450cef1916d470405b4c
BLAKE2b-256 937e16570b65dde4fa77554e6ebbfac6fb275d04a997409907f435299ee857cb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a2-cp312-cp312-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 a21ed0a5be7e3bb74e50969238f0ed802a91ee1f752adf7e1fb4ab8b8cd5fbe1
MD5 2e700b0adbec00ce8a8ed8cc6b884f82
BLAKE2b-256 ad300b2f192eb897de5907133acb2b0da3a2deccc488bf684f665645ccd520e3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a2-cp312-cp312-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 66f55e04e397db06fb20a7bb00ac47b6326ddbda77e80f306053851720eb3368
MD5 fda7dcecebb9094a244c45316285f527
BLAKE2b-256 7a0871a23d71a0c5832cf2246bb76223fa85c63e8af5f2cfcb1d547e47bc88ee

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a2-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b1147e65e22c95d7fef661fcacdd4a119e07c27076cda7c5bf6e17b6ad009eca
MD5 4040208fa7f5f4c0860b1d602d08a6dc
BLAKE2b-256 d710144ad7538331b1b9640c5619e65920f4785b1d31621f3a3e7d7babfbeb40

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f4837be666cd8e472f40cf75d1b8280bc264702514ddd0469c74db4fc17d8000
MD5 e54a28416adc0af96ff5a3b894c930da
BLAKE2b-256 a41b70a5c6ec792891c1293a26891bd92ac0d99c518f1743f7b34b49956ec921

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a2-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 23e57cff04752fd7e6d376302b24549999444e6075dfcab511995314545f884f
MD5 8f70c65c096aa464d065072aa0268f95
BLAKE2b-256 57d18b98c4d8c62052cc82878b7b948eb737e2fe99fcdc594e22bfe2aafd1790

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 68b4bb59891c55fa9c3e12179e9eb3fee0899060464aa63e0ee835ccd6dad583
MD5 f041432f8d77005f211d1ca839746d5c
BLAKE2b-256 1bfdfda233e6c03411b8d1c736f845f4f7d486086ec61c4e5b280eb35d55dac0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a2-cp312-cp312-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 88d235abc6c16ae42c48c20664c90d86abfac66757602a16b126acf7bce87923
MD5 9c29156c954e4bdac6de15f7e21b8a9e
BLAKE2b-256 4bde7eff8c59aff299b5464ae1de4323c08cb69649524c8a739a5a03c1c05b5b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a2-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 942a3fe2adb35fb12ec09c145800e8dc581903c4ab2e50d52956c8176da05b13
MD5 b2ffa3ae784e0c5665ceee1767bc013a
BLAKE2b-256 c43411506f79672a3bb0a9c5fd98cd0334943bab40b1041b9189d32a3f9cb276

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-26.0.0a2-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 768.4 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.0a2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 297b36da647f12f325cebde314fed419809963f4b2acd24ca381472b7366b7e1
MD5 f73a4911f55bfa9fea61cea7635fb3f4
BLAKE2b-256 e904c08d624a794f9dbb3a2885639fb8830875121979f5ae04a1a3775a6cfb54

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-26.0.0a2-cp311-cp311-win32.whl
  • Upload date:
  • Size: 673.7 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.0a2-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 034d61552970738c216c3f9440ef2fe9c5fb9c4d32bcc81f3b09809c42341e77
MD5 5a0bc69d63562d2ca2aed7c8c7320fe1
BLAKE2b-256 7fcc27f2c693a28386cb30d4e361f667b79e633822379c5c727b7a9696f9a26e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a2-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 1d3490b5ad7cfeb8ce2c296e9c75ceeed502e011f2b260d6ca7decf92c4f73ae
MD5 84c11484546e5575d3f68e308783565f
BLAKE2b-256 3d1b26fdc2b8145357cbaae051df03455fb85ecffb74c9ff05695165531ca211

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a2-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 e21fade04ad09ee13c7efd47eea515aee0291af94d398b8fe0c0bee7d58e27a7
MD5 037947de317deb7e8cd9f3351f0fdef5
BLAKE2b-256 a69f5857c25ccbae0b7d8cf1ce738c99a7f27eb8d1c980fc120eb412b8b0cbd9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a2-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 9fd7c5b97b70612cf04d7a9f0ecaffcc11ff5dbb2b6a9e8a8138c28ac65f3afe
MD5 8044ddf8f5230c20790fd6945ec80520
BLAKE2b-256 57723b8a188cbe5c31eacca39e9b4a818d64776fe3a2bdfc8e58b3092bd09279

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a2-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1c564bf7e148524e1cef270685631802080d7bca5a17076600ba6b31b73f9bb8
MD5 206aa54e0f35f3b18246baee1ebd1083
BLAKE2b-256 d6c1392ce47561175a3f5759b7df72c8baab9bbdf28c1d38bef9c5cdd93e1da6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 57f047e83e5b037b3ada3eb7b8c355d2a55dd89851b1de2bf2c2a646d3fe8d4b
MD5 ac66acb2682c74a690e141d89b6ea383
BLAKE2b-256 d4d1bbf7e93f9fd78b29bf124ec5781df43d607725155a9e907d1b27e6a092b7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a2-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d0b12b8af6070d5e357955216c235210fcb60ba53af863f25fb4678c9706bcca
MD5 fea7cd7e1a4c0dcc2a49f5d1eabf14ec
BLAKE2b-256 87f2f6742e3916e68939f83e5787600aff2dc2d5af570b408c8c9fb620a37d06

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2866e488d554473bc591e8010dd2b846fb794596cfe5a5b8f9c239fe0c7c156b
MD5 92b10f87dc1b91cd06c7515f5e2181a0
BLAKE2b-256 ad4ff2b01ad5da258f887571ab5b24b3e4afb59efd43e58c63a7e69370dbd4bb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a2-cp311-cp311-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 efa6c6e3649529880af5a1fbc6ecc0d75fb863321c875557c1047fd215c12c07
MD5 18acc32f29aa46fba68586c06ab0b53d
BLAKE2b-256 85364e70792d198c56346ed78426d5660a0822822b391c91ae412e7ac7eba521

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a2-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 5d1c6cf291836491224e47badc5b5b563483066bdee5c5004758c62bd0a91d38
MD5 51b9bcdf875ef63d06d745d79d199a6e
BLAKE2b-256 acec8a5d7e125308a846d2754067079365f95dfd3066af17473638038feac560

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-26.0.0a2-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 767.3 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.0a2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 42058c5b47e1f4138f48eca117eaa9b659f3d853966c7315a4e9a7dfc770a2fe
MD5 48cec4d3cf8181c1fa2fb9588fe685bf
BLAKE2b-256 fc6eca2e2b1fa55a1ffc5d838997306e1c892f8da8e8c19afa113555bf17353c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-26.0.0a2-cp310-cp310-win32.whl
  • Upload date:
  • Size: 674.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.0a2-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 9b680b2f031ed1942ad65329d41f0b4e3afe2357b41b412bef35718cd909f82d
MD5 c701b42e2c3ea766eceb2ff2409ac1e9
BLAKE2b-256 faba6ff65cff4c2ee56b3a369e9d2a0bbd0dbdd0bedd7ab0bd15c07202d9efd8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a2-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 23bf29f55870a333de6fb42d8326c4a2491cc0129c804250f4240ce9ee7656e0
MD5 ba2ef190d1fb3a5580f573b072d52f93
BLAKE2b-256 1a96e1bbce1aad9b46d63e2be1023659557845ea13511ebdb05982772360062e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a2-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 863809ea196f1067cd8634ed91f5ca65be6d190adfda4adb0f0d6110c66be04a
MD5 3e75a6a0a21e8e544a827f1078773a15
BLAKE2b-256 9025c91a7d683243ea68b5b80d3b39ac9e042ffdbb0e5e541b2575b363fd180d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a2-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 ffbf583f753338cdb09c7888d11c05da732bc54a875995d733a3c71df2198ed0
MD5 e2c7d020986dfa9a2ad945f5a82b6d18
BLAKE2b-256 eff7a58985c53a4bc2163704dbdcfb646da09216e84774225fce97d0e794d205

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a2-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b23430e1a76519c4398fe80c4642769bed1edb879c8b4af78414a5d42d506774
MD5 87adc94ff839be60c848d691a5c63c1e
BLAKE2b-256 f96e0806a4c5a90231fcf495712c236cda1960c425bd5552485173d6fbd60933

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9165539d0844618f6982da0146d858c97fcc407e583db45024b57eb84a3f6f79
MD5 c28aa33fbcda5c1a85fa269819ee91e5
BLAKE2b-256 5fd7fe1ad38f395009788e58e853a9727d3732c952f50176a3ae910961c7c41f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a2-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 adc0c49774b3e1ee639195cad5f73564f57819d407703ec1802517c34682a479
MD5 1e40781c91ab0824f2ffd4cddf271aaa
BLAKE2b-256 3b25ddb18b75de28c98ad7ee3b0020fa91fd4124f4ac8134ecf67ebcd848a194

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 34aa4118eda74d5eaff083bec2b6dc778064fca624289acfe9482f02d3e3718a
MD5 e972ef69734a0c51fe655453a348189b
BLAKE2b-256 f1406d0744d7b86684a4ce231b165597e1c7229f4377ce897c5d39c680c3c4a9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a2-cp310-cp310-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 5d43d6bce1dc1f04d11975ba258ab1f1bd3f6b7749a710fa8d5481eca4e43c43
MD5 ca91998533602ffa61a0ad7d7c3e3aa5
BLAKE2b-256 36dbfeea51d4af8c4478c5a44d59d073fa00201552d97cd3d239836ae080c6a0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a2-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d73636d4a2fd2b567e3fece77ac4b686e5cd9619ae51091b053b4b1476087a73
MD5 b479ae99e3a645214d8886121c8ea193
BLAKE2b-256 f096aec25a25497fc979e8319cc36f46b00338fa9b6bccb448bcf05341b4292c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-26.0.0a2-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 768.4 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.0a2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 518d9a4110d2594acb17347911b0059af9bc158191792b9ba12abe9aebbafa01
MD5 b05b2791c0824d886e6f7be7e00f414d
BLAKE2b-256 2b37bb22b3cfc900f67256529a6e0fc0a8bbcfe01be956b04f0ff36a15e32275

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-26.0.0a2-cp39-cp39-win32.whl
  • Upload date:
  • Size: 675.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.0a2-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 dc6ffba55464735c6ab44495068d391f3df95e43524477896c0117d050562747
MD5 2ec38756d4392e09daddfbcc1ce185a1
BLAKE2b-256 a3c5b1134520035cc2904d782874f3d6fb66423f99a5cca9e0ba876ad8222a09

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a2-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 9d53d7d80dbc09a89f8c7dd65f2f7e61aa1c4f8d1735874c26b0b28802f031a2
MD5 07402acd7c73d48cff7fc6bbbb7ff8d6
BLAKE2b-256 2832d4cfa8d58997a1274cd423d0faacbea2dede91a6d9e3e07d8c607eccdc92

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a2-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 e7246f0a1abe7a60f0d55d95aabbb94390d85e2e1f6ad38159c29c2c796beeea
MD5 32c3ee13ca76c54c729553f7fc4c411b
BLAKE2b-256 432404a5b973c11288823baeea9c1cdeaf7291b7efa5342a5b94cf56414877dd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a2-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 73f28fe9ea734d80830edb7b138e20cb9f552cec02c10f1ab660d1675346aa20
MD5 6309fd8696638acb9f13f74bb59c5b1f
BLAKE2b-256 9ea537986f060322eaa275e12df9b79e9ce5ad45f40c94fbb266289507c71961

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2da4c40f46f8921b87c84f7c0cf16ed1674a1f40cba963bef15cf646e9b35496
MD5 b81cf1d84e7002bf288b75867d4ee162
BLAKE2b-256 ab7f17b0d211df9a6c33b25d3f42078ff2427406a0c00be60fb0e767437d521f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a2-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 c9a73e330d1905bf7ef83de094452cb411d0423fc956bf313e02d544e560d7f7
MD5 095bbb81e19dd658800a9af53475eee0
BLAKE2b-256 7599b3299062fc2c5d059b7a4aef80ae550f844de968e66178e44fdb33704b3a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a2-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 3580f7a93a2470c07388940a3157493e543cbeabe6137a444d73a66a38ae49bc
MD5 19cb7abc78a9194adf0f725fee6b4d87
BLAKE2b-256 5696c52f8fbfbfdbe7d00d215e5f0b12d0a37a262486981d1b919b3a09827c7b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a2-cp39-cp39-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 dae34cd4abe0ccf74b7810578f9c6140e42116a7e662dc53a99e750518b8b197
MD5 e47f6ad778df05dec5a7d1c7e440f676
BLAKE2b-256 ed8f43f72c8422d3ddff75636c5dea474000b6d8df440b583de99e7f4bdc55ba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a2-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 9190f572c2dcc1927d900bb94a304697df1fccaf0792b4281e3a51f664072e04
MD5 e8bca9fdeb58e081a2cef7691495b493
BLAKE2b-256 7210c81a94abeb45b3b01cb05cbdea37060a4cdeb68741643892b9b7702c0f28

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-26.0.0a2-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 795.2 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.0a2-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 049077114397893f57e368426d6f4230c6817c1933b0f9f2d1ea66b7f5f39d5a
MD5 88e4470fc48baef32aa3c85bfe725b3a
BLAKE2b-256 8f90432a1f92fde46c78c90b67bd4a12e1271f65014526f299b2193ab8ed4954

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-26.0.0a2-cp38-cp38-win32.whl
  • Upload date:
  • Size: 675.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.0a2-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 bd6c5cd9e50c89291170d28fb75e2f35e6ec8b61b4dc458702dd533e2ed518fb
MD5 744d4f28b8b447c1d653e78ae8908007
BLAKE2b-256 3d11c4025a302090614ad7480388ffb8484069906c025859591fd63749250ba6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a2-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 2604b6c906c61b94c1a5bfc8261b8a060b76d7c834a3239bc335b93cbb16e54d
MD5 0d865217bd5e80f451c4559d2e1af6ff
BLAKE2b-256 3d47383703a7e3a1f6dd7cb4420bd86b13a030079c78c525aeb99f2222bda2aa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a2-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 1c2a9d68874b636304eb8ad1b18cf2d0f16c8ce66303a195b0bd29338eeb0c0d
MD5 90afd7d292fe8dcd8359c8f66f19ab39
BLAKE2b-256 94216530cc54958e678661a77af2f8a8baab0055cc48af1a715f479cf846e7d2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a2-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 0525d3a40562043c955305b9d29172600a7292613838d905ab0d8b2c684e4774
MD5 302b482cf2d74a31982279fecc729ed1
BLAKE2b-256 bb0f5f1d7129190a5451cbf0b341aa9fea3bd577a8bce7de7ec60632ddc1f4e3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ba6c363aa36ec4d5ab366631e2da29740341fb052eb40b1ea78622ddf8eced98
MD5 bbf5a580dafb099fac37e321a8b80b47
BLAKE2b-256 ced956176351a3878a09bd259d5fdf7efb269ceeb771e2a1743c5078e6d3eda6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a2-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 897d321cd5fe29191d8a7cc44a295d09ec9eccd7906106fb8692e799bf899bde
MD5 aeee808f74294db2e183506fe2cf205c
BLAKE2b-256 965ad305234e87f3a0d981f51592b91fafb80727a486fb6af1e98719809a6a02

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a2-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 51de19b247ea8c986a10d8307bd54ce03e45bf262d06978cddb8ec1c35a95821
MD5 fff9d3e17e8dc3dd86145b5b95bd3b29
BLAKE2b-256 909b143aebd2339385a390eb1f1e1275126412fe693eaf891cd4710390838962

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a2-cp38-cp38-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 02ccf341e8aea35ec5915a401827f2f264b682837fe62e1f61a53fc8b0737cc7
MD5 a7bf39084968db7e2367e61616cd9761
BLAKE2b-256 2d1d31a8e7286bb5d366b50fcaaf11ac6ea5e52c65ee87f8bfeae7a160494df4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a2-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 3e01869b04bc7f66a6ce89b151a4d4cf5b55e2a7c33b6efad677feca788d864c
MD5 a4c4b05029585adfcef1d9dadf38ff4b
BLAKE2b-256 a12caef383ebfe63d5b0dc27f82c99394492c824bc24e39dd7ebc340ef081cbd

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-26.0.0a2-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 793.4 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.0a2-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 aa22db9cd2b5410a73952016fd125ad5c1311e74437a456754369ff8861da679
MD5 edd0dcb6d855709e74772a6d9d04e841
BLAKE2b-256 341bda1dd41576009b878679845f0a89e2ea26332f7eedf8c68498c1c68d5cfc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-26.0.0a2-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 674.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.0a2-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 729f7b1921255b0582a2cc72e31be427df93814b28b31d79bd528dc02a6dbdb3
MD5 fe1ed30f192839cf58f690d5a1e99a8f
BLAKE2b-256 a70bb849c6fc6e44fe3e13c330220b4677f56992fb279c9a2df9bf14aa85e4e7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a2-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 5fd3e69b09f05e9b1aed9a82ed69a9041da0d8031b9387237bd3fffc322e294a
MD5 a1a4b702efc6e87436395f07f5e784b9
BLAKE2b-256 4b043a5cd26a2cfebe589b882fcd880b594f61537e736ebc27735ef9a889f8a2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a2-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 56e1aefb3a6db7a5f2c37274db5a7707837feb29bda4ebf3db121504097dfa00
MD5 5a6ffe3b1fbc23d9be9ba92a10e639a0
BLAKE2b-256 4ffa94f331f5fa9cf19fa699d8870f5db9c495b48729871443d286bd812cb3c7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a2-cp37-cp37m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 b399648aec076aac98622d37ab0912d2fb4fba71bed46a5b9e1a9167d34edb7e
MD5 e150e6ac0456c718b94a5e99228fcf71
BLAKE2b-256 f4c3585064befc6a74f90738a1b8925c699d5393fd633fc6cdc4a308ca57b09a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e508317719b04c4d8a1fb5e43ad4f94409e26d725c8e613f880eabef43b04b5b
MD5 103b2dfcfb17c1789ed0917aea3154c3
BLAKE2b-256 96e7d3dfbf913ec5a01d82726b23be2a4ecbba6d3589999dcd2277344d4746d5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a2-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 cd804c1d276f751a2b62e989d2be42501efe5529cfd3a5edc793a46df48defe9
MD5 fbb5a747b5654834f48f33c968a5e90f
BLAKE2b-256 c8d64ae70386bae0b438a3cd74c5da145ed3ae3070eb022a66e6fc9d6145df9f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a2-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 4180baee55e35bfdcaa7731e1894904db18142ea181364147f1dfa5b2239d06e
MD5 350a67656bdc725d332eab12d243e732
BLAKE2b-256 eeacaf61c8e2fc655a8e84c5e4352b5286f03338d36344621d1b51a050a42c75

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a2-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 250f998c0c6208d5081b71909a658e17035dcb9215bd02d4b423f5b408f42fc4
MD5 1d7d93d141e070260adc572fcbfef098
BLAKE2b-256 73d66a89f3de4dc52c94f5c463693caf92f93c2c6c1a6cdef56d52a574b1da17

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