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.4), as well as Python 2.7 and 3.3, 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 Wiki.

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. Especially on macOS, make sure you are using the latest pip (≥ 8), 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 with:

pip install --no-binary=:all: pyzmq

When compiling pyzmq (e.g. installing with pip on Linux), it is generally recommended that zeromq be installed separately, via homebrew, apt, yum, etc:

# Debian-based
sudo apt-get install libzmq3-dev

# RHEL-based
sudo yum install libzmq3-devel

If this is not available, pyzmq will try to build libzmq as a Python Extension, though this is not guaranteed to work.

Building pyzmq from the git repo (including release tags on GitHub) requires Cython.

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-23.2.1.tar.gz (1.2 MB view details)

Uploaded Source

Built Distributions

pyzmq-23.2.1-pp39-pypy39_pp73-win_amd64.whl (437.0 kB view details)

Uploaded PyPy Windows x86-64

pyzmq-23.2.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (823.9 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

pyzmq-23.2.1-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (866.5 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

pyzmq-23.2.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (632.8 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

pyzmq-23.2.1-pp39-pypy39_pp73-macosx_10_9_x86_64.whl (986.7 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

pyzmq-23.2.1-pp38-pypy38_pp73-win_amd64.whl (437.0 kB view details)

Uploaded PyPy Windows x86-64

pyzmq-23.2.1-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (632.7 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

pyzmq-23.2.1-pp38-pypy38_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (829.2 kB view details)

Uploaded PyPy manylinux: glibc 2.12+ x86-64

pyzmq-23.2.1-pp38-pypy38_pp73-manylinux_2_12_i686.manylinux2010_i686.whl (874.6 kB view details)

Uploaded PyPy manylinux: glibc 2.12+ i686

pyzmq-23.2.1-pp38-pypy38_pp73-macosx_10_9_x86_64.whl (986.7 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

pyzmq-23.2.1-pp37-pypy37_pp73-win_amd64.whl (437.0 kB view details)

Uploaded PyPy Windows x86-64

pyzmq-23.2.1-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (632.8 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

pyzmq-23.2.1-pp37-pypy37_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (829.2 kB view details)

Uploaded PyPy manylinux: glibc 2.12+ x86-64

pyzmq-23.2.1-pp37-pypy37_pp73-manylinux_2_12_i686.manylinux2010_i686.whl (874.6 kB view details)

Uploaded PyPy manylinux: glibc 2.12+ i686

pyzmq-23.2.1-pp37-pypy37_pp73-macosx_10_9_x86_64.whl (986.7 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

pyzmq-23.2.1-cp311-cp311-win_amd64.whl (1.1 MB view details)

Uploaded CPython 3.11 Windows x86-64

pyzmq-23.2.1-cp311-cp311-win32.whl (887.7 kB view details)

Uploaded CPython 3.11 Windows x86

pyzmq-23.2.1-cp311-cp311-musllinux_1_1_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

pyzmq-23.2.1-cp311-cp311-musllinux_1_1_i686.whl (1.7 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ i686

pyzmq-23.2.1-cp311-cp311-musllinux_1_1_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ ARM64

pyzmq-23.2.1-cp311-cp311-manylinux_2_28_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.28+ x86-64

pyzmq-23.2.1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (1.1 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686

pyzmq-23.2.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (880.2 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

pyzmq-23.2.1-cp311-cp311-macosx_10_15_universal2.whl (1.8 MB view details)

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

pyzmq-23.2.1-cp311-cp311-macosx_10_9_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

pyzmq-23.2.1-cp310-cp310-win_amd64.whl (1.1 MB view details)

Uploaded CPython 3.10 Windows x86-64

pyzmq-23.2.1-cp310-cp310-win32.whl (889.2 kB view details)

Uploaded CPython 3.10 Windows x86

pyzmq-23.2.1-cp310-cp310-musllinux_1_1_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

pyzmq-23.2.1-cp310-cp310-musllinux_1_1_i686.whl (1.7 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

pyzmq-23.2.1-cp310-cp310-musllinux_1_1_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ ARM64

pyzmq-23.2.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

pyzmq-23.2.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (1.1 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686

pyzmq-23.2.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (878.3 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

pyzmq-23.2.1-cp310-cp310-macosx_10_15_universal2.whl (1.8 MB view details)

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

pyzmq-23.2.1-cp310-cp310-macosx_10_9_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

pyzmq-23.2.1-cp39-cp39-win_amd64.whl (1.1 MB view details)

Uploaded CPython 3.9 Windows x86-64

pyzmq-23.2.1-cp39-cp39-win32.whl (893.9 kB view details)

Uploaded CPython 3.9 Windows x86

pyzmq-23.2.1-cp39-cp39-musllinux_1_1_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

pyzmq-23.2.1-cp39-cp39-musllinux_1_1_i686.whl (1.7 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

pyzmq-23.2.1-cp39-cp39-musllinux_1_1_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ ARM64

pyzmq-23.2.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (889.0 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

pyzmq-23.2.1-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ x86-64

pyzmq-23.2.1-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl (1.1 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ i686

pyzmq-23.2.1-cp39-cp39-macosx_10_15_universal2.whl (1.8 MB view details)

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

pyzmq-23.2.1-cp39-cp39-macosx_10_9_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

pyzmq-23.2.1-cp38-cp38-win_amd64.whl (1.1 MB view details)

Uploaded CPython 3.8 Windows x86-64

pyzmq-23.2.1-cp38-cp38-win32.whl (893.8 kB view details)

Uploaded CPython 3.8 Windows x86

pyzmq-23.2.1-cp38-cp38-musllinux_1_1_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

pyzmq-23.2.1-cp38-cp38-musllinux_1_1_i686.whl (1.7 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

pyzmq-23.2.1-cp38-cp38-musllinux_1_1_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ ARM64

pyzmq-23.2.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (892.9 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

pyzmq-23.2.1-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

pyzmq-23.2.1-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl (1.1 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ i686

pyzmq-23.2.1-cp38-cp38-macosx_10_15_universal2.whl (1.8 MB view details)

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

pyzmq-23.2.1-cp38-cp38-macosx_10_9_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

pyzmq-23.2.1-cp37-cp37m-win_amd64.whl (1.2 MB view details)

Uploaded CPython 3.7m Windows x86-64

pyzmq-23.2.1-cp37-cp37m-win32.whl (891.0 kB view details)

Uploaded CPython 3.7m Windows x86

pyzmq-23.2.1-cp37-cp37m-musllinux_1_1_x86_64.whl (1.6 MB view details)

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

pyzmq-23.2.1-cp37-cp37m-musllinux_1_1_i686.whl (1.7 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ i686

pyzmq-23.2.1-cp37-cp37m-musllinux_1_1_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ ARM64

pyzmq-23.2.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (887.7 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

pyzmq-23.2.1-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl (1.1 MB view details)

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

pyzmq-23.2.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl (1.1 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.5+ i686

pyzmq-23.2.1-cp37-cp37m-macosx_10_9_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

pyzmq-23.2.1-cp36-cp36m-win_amd64.whl (1.2 MB view details)

Uploaded CPython 3.6m Windows x86-64

pyzmq-23.2.1-cp36-cp36m-win32.whl (909.0 kB view details)

Uploaded CPython 3.6m Windows x86

pyzmq-23.2.1-cp36-cp36m-musllinux_1_1_x86_64.whl (1.6 MB view details)

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

pyzmq-23.2.1-cp36-cp36m-musllinux_1_1_i686.whl (1.7 MB view details)

Uploaded CPython 3.6m musllinux: musl 1.1+ i686

pyzmq-23.2.1-cp36-cp36m-musllinux_1_1_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.6m musllinux: musl 1.1+ ARM64

pyzmq-23.2.1-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (887.0 kB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ ARM64

pyzmq-23.2.1-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.5+ x86-64

pyzmq-23.2.1-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.whl (1.1 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.5+ i686

pyzmq-23.2.1-cp36-cp36m-macosx_10_9_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: pyzmq-23.2.1.tar.gz
  • Upload date:
  • Size: 1.2 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.8.13

File hashes

Hashes for pyzmq-23.2.1.tar.gz
Algorithm Hash digest
SHA256 2b381aa867ece7d0a82f30a0c7f3d4387b7cf2e0697e33efaa5bed6c5784abcd
MD5 69fd6f59c5b819b4c6d9b63df27c1a0f
BLAKE2b-256 7237d5603f352522e249e44ee767a8a59b3fe7cf7f708a94fd40a637c6890add

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.2.1-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 407f909c4e8fde62fbdad9ebd448319792258cc0550c2815567a4d9d8d9e6d18
MD5 8d1b9c6510ad10a62b9e9ba6977bfba3
BLAKE2b-256 baaf866b9970b30efb1c1e649eabf5f79c731c8268e6a1c0d3ef17c5c972daca

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.2.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 efb9e38b2a590282704269585de7eb33bf43dc294cad092e1b172e23d4c217e5
MD5 789cd8c1ac0084aaf67883afee3bbd5d
BLAKE2b-256 a1ff812ebb123b3cea42b7855c8355463115dff07368ed11be171c44e6b2c125

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.2.1-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 35e635343ff367f697d00fa1484262bb68e36bc74c9b80737eac5a1e04c4e1b1
MD5 070ea37b66a2daf8e83e7a47b24ef142
BLAKE2b-256 e2b6da9a959b7f86612fc534e61b368bacd665b4af8efe3feb4e8fd1f65600e0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.2.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 23e708fbfdf4ee3107422b69ca65da1b9f056b431fc0888096a8c1d6cd908e8f
MD5 f3dee97602e00bb0d7c9e576a9996344
BLAKE2b-256 4da8cebfae44f2243723ae18707f0eaef821d5ddba80b106c21060e8d7f08385

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.2.1-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a0f09d85c45f58aa8e715b42f8b26beba68b3b63a8f7049113478aca26efbc30
MD5 4b99c91f16113049fe4762c0fe8b1104
BLAKE2b-256 7bfea2cdefffdbb09c8d482bcb417e92be7f68282d7f595d529bbd7e957e3290

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.2.1-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 f392cbea531b7142d1958c0d4a0c9c8d760dc451e5848d8dd3387804d3e3e62c
MD5 927e628208cab5f780ddbcbad4dae06b
BLAKE2b-256 dd2c9082402d9662f0b4aee6e35aaa99dc340805156ab21ad552a00a2e19a03a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.2.1-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 929d548b74c0f82f7f95b54e4a43f9e4ce2523cfb8a54d3f7141e45652304b2a
MD5 e32283b876bee8228ca316fad563291a
BLAKE2b-256 f5bd3be4e01170087f6726899085488cb1ee9aee985967adc67b757077755fc7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.2.1-pp38-pypy38_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 d904f6595acfaaf99a1a61881fea068500c40374d263e5e073aa4005e5f9c28a
MD5 6ec66271207ff45fc6fcb7168dbda37f
BLAKE2b-256 5be379b5a8bac06abda794ce1a5721ec9cfb8e058b3ca3d30174a10a628c1ea4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.2.1-pp38-pypy38_pp73-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 c780acddd2934c6831ff832ecbf78a45a7b62d4eb216480f863854a8b7d54fa7
MD5 6f49abd6840348979d661c912ea72d08
BLAKE2b-256 d3f8561eb1b832bb4c360c9071e9a2945efa19b8bf5a10488c7b85573df97fcb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.2.1-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a114992a193577cb62233abf8cb2832970f9975805a64740e325d2f895e7f85a
MD5 351faaa31fb04d895cb6dbd189dfb822
BLAKE2b-256 f9feda99084c6207b646024931ee32fb32f73ca068ba9837857f8c6f182f9de1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.2.1-pp37-pypy37_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 624fd38071a817644acdae075b92a23ea0bdd126a58148288e8284d23ec361ce
MD5 83a25890ece4d1893e2a618d0cba708b
BLAKE2b-256 5dd648df9759cbc60d482481e9fa51b04f5759f822c4ad7e576224701bdf25a4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.2.1-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c890309296f53f9aa32ffcfc51d805705e1982bffd27c9692a8f1e1b8de279f4
MD5 454157fad3934fec420be5fe24d7527e
BLAKE2b-256 8a0663027f96abc607d88adc6f2036875c9bf7aac530f374e2d7f41d2040338a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.2.1-pp37-pypy37_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 2f67b63f53c6994d601404fd1a329e6d940ac3dd1d92946a93b2b9c70df67b9f
MD5 e59510d9cf41e6e4602a2f153a875d67
BLAKE2b-256 610f351e943dcab89e1a4d21f3531ba7ffd7142aac5148cb762a022b1c9e8844

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.2.1-pp37-pypy37_pp73-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 ad28ddb40db8e450d7d4bf8a1d765d3f87b63b10e7e9a825a3c130c6371a8c03
MD5 b6fc083cecfbee1c09572d892b4df3d4
BLAKE2b-256 7ea75ba117b131c6a4bbc49b98fda619dfb61cee726a53196153063f69c8b806

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.2.1-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 07ed8aaf7ffe150af873269690cc654ffeca7491f62aae0f3821baa181f8d5fe
MD5 c05c870fd6ba33b743af490d94982838
BLAKE2b-256 2f6db22db88efd23a40cc6f61315aa8d007d984b05bbe4a47aedfec31b8dcfa0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-23.2.1-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.8.10

File hashes

Hashes for pyzmq-23.2.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 ec9803aca9491fd6f0d853d2a6147f19f8deaaa23b1b713d05c5d09e56ea7142
MD5 c0c5856862dcf5b1f7c6881f9848590c
BLAKE2b-256 b790da3761e269f7d5a7916e98364f55745ca1a979a6316a265fc4b4ac26e144

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-23.2.1-cp311-cp311-win32.whl
  • Upload date:
  • Size: 887.7 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.8.10

File hashes

Hashes for pyzmq-23.2.1-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 c3ebf1668664d20c8f7d468955f18379b7d1f7bc8946b13243d050fa3888c7ff
MD5 ad5174dadd8f80436a457de96a179964
BLAKE2b-256 cd88dcbe0bfc6b744badda43322e2538ab269451e0f298d3e4616da92a25dfa3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.2.1-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 c56b1a62a1fb87565343c57b6743fd5da6e138b8c6562361d7d9b5ce4acf399a
MD5 0352f6eb320cc7feb6e9c1451d9249d0
BLAKE2b-256 b6a079ae7abdc28eecc261806a9ebbfb03f05709a501350009c5925e0ed73a29

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.2.1-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 794871988c34727c7f79bdfe2546e6854ae1fa2e1feb382784f23a9c6c63ecb3
MD5 4eb5c62f750a80fa8ed5f0ccdd6ff220
BLAKE2b-256 a72c9ff05957a40dc87889a584457a6c700e77ad3f623e4f5e33a29dfcc2ea59

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.2.1-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 90d88f9d9a2ae6cfb1dc4ea2d1710cdf6456bc1b9a06dd1bb485c5d298f2517e
MD5 f6407b5295cd2c642cfdc29f87c1f284
BLAKE2b-256 6b360546d92a57ca60a456f801f4e1a55932c8c6e324e1b77f6faca660728b4e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.2.1-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 84678153432241bcdca2210cf4ff83560b200556867aea913ffbb960f5d5f340
MD5 af0534648ede37ad81f0426d5ac5d4ed
BLAKE2b-256 4db4804256cc2a3668b152c5ddf65bf319ae8d922ef6bfadee24e0ef23f096d6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.2.1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 39dd252b683816935702825e5bf775df16090619ced9bb4ba68c2d0b6f0c9b18
MD5 07fd726e4cf4bcd3cc16d9ef741fbbba
BLAKE2b-256 a7bb54986ab979a4f964c6b76817b6fdd7403a9cf76f368a0c67ec6bb65a783d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.2.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4805af9614b0b41b7e57d17673459facf85604dac502a5a9244f6e8c9a4de658
MD5 9d648769ab6f6b2be185082b91a8b7db
BLAKE2b-256 dc243ac8d73b09a6db9d26d4c6fb454101dbc9e1ea1e6df50cd50041decbd895

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.2.1-cp311-cp311-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 e753eee6d3b93c5354e8ba0a1d62956ee49355f0a36e00570823ef64e66183f5
MD5 a756a98971f09fab9016b8619d59f3f5
BLAKE2b-256 b4e3081b1a02af85b60e19191ea5d41b422ea7a0126043b7c54b5f3c2ce8e065

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.2.1-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f07016e3cf088dbfc6e7c5a7b3f540db5c23b0190d539e4fd3e2b5e6beffa4b5
MD5 8cdc78c29af6fa8c97e922caa6fd0873
BLAKE2b-256 38e73ff3068074316da9990e889382b7a5f08728ebca893a2b8e018c1531633f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-23.2.1-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.8.10

File hashes

Hashes for pyzmq-23.2.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 650389bbfca73955b262b2230423d89992f38ec48033307ae80e700eaa2fbb63
MD5 234831086e86cd4aacd0b7b4d664be77
BLAKE2b-256 a29ec2dd5f912d4d90fe7357f4980061c1d00318124042c1dddd063c2520a035

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-23.2.1-cp310-cp310-win32.whl
  • Upload date:
  • Size: 889.2 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.8.10

File hashes

Hashes for pyzmq-23.2.1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 e1fe30bcd5aea5948c42685fad910cd285eacb2518ea4dc6c170d6b535bee95d
MD5 7b0e7bbce73eff67627f05f0036d5a84
BLAKE2b-256 61d92f1ebd8e0583a008cdd7c246c13effd0a469a91690d64f1184bb2e0ad18d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.2.1-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 8c02a0cd39dc01659b3d6cb70bb3a41aebd9885fd78239acdd8d9c91351c4568
MD5 ff5cd953e4206bc4342dd8dcfc462ef0
BLAKE2b-256 7a1baf3395604377973dafa631bcf5e4e6e2de8230072656738a4ed57354e8c7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.2.1-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 55568a020ad2cae9ae36da6058e7ca332a56df968f601cbdb7cf6efb2a77579a
MD5 caee4ed82aa38bbd640da370487c4741
BLAKE2b-256 9189d970549354fb141bbd6baa62a8fd93eb9f02ee888e64c1998eb14bbb25e5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.2.1-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 71b32a1e827bdcbf73750e60370d3b07685816ff3d8695f450f0f8c3226503f8
MD5 71270c127d5756a874f33fa1ecf8b518
BLAKE2b-256 b204f4b318dd471df5269e0947dd0f932c8c6ba492af42a78f48a2a224e99a6d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.2.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7e0113d70b095339e99bb522fe7294f5ae6a7f3b2b8f52f659469a74b5cc7661
MD5 c94711091bc0fc0bddc56ece771eaa2e
BLAKE2b-256 b7ac18b75626cede66295a27e94d7cfe301d2d35120b200a6a46f205a171a20e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.2.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e06747014a5ad1b28cebf5bc1ddcdaccfb44e9b441d35e6feb1286c8a72e54be
MD5 0252df16cad633fbbc3f63d20496d50f
BLAKE2b-256 e9588a5ea2681d7f7d07c29534b45ae1dbd48412db38a097616bff05a7927d85

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.2.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9a39ddb0431a68954bd318b923230fa5b649c9c62b0e8340388820c5f1b15bd2
MD5 5e71414d35913b41ee0ce15017e9e4ab
BLAKE2b-256 ae8e1d806b8f90b2ba994532b7050bab4ca56eb537696f7d3e2ea16c0c37dc68

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.2.1-cp310-cp310-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 a3fd44b5046d247e7f0f1660bcafe7b5fb0db55d0934c05dd57dda9e1f823ce7
MD5 00c773bea11b205461ddcceb81745fcf
BLAKE2b-256 e110ce0e374361129428eb2c96b9b9193d111f1804566e2f3c753201989265d3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.2.1-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 2141e6798d5981be04c08996d27962086a1aa3ea536fe9cf7e89817fd4523f86
MD5 6cde52bcfa0f4aed0a02b0ae0043abdf
BLAKE2b-256 9980d0942cd6716fee8a41019b8f92274358a8e20e413462f1f5eb36d90aa423

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-23.2.1-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.8.10

File hashes

Hashes for pyzmq-23.2.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 5e05492be125dce279721d6b54fd1b956546ecc4bcdfcf8e7b4c413bc0874c10
MD5 2115619cc0a173d68ad2516974e16bc8
BLAKE2b-256 d0de706efed0f5258336903dc5af0417896e59fac51ce363f406a461b330eada

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-23.2.1-cp39-cp39-win32.whl
  • Upload date:
  • Size: 893.9 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.8.10

File hashes

Hashes for pyzmq-23.2.1-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 342ca3077f47ec2ee41b9825142b614e03e026347167cbc72a59b618c4f6106c
MD5 be218864eed9152629734943f6b6779e
BLAKE2b-256 5b74e7470d011fde823298956ef1b8d28d04453061e3f284521989f84adad6e5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.2.1-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 79a87831b47a9f6161ad23fa5e89d5469dc585abc49f90b9b07fea8905ae1234
MD5 75faa796e5ec3351726c64952563d38d
BLAKE2b-256 9dd5a10a1be96ec28a09f1700f1912ee1e04042b83d4e14f4fa7643d20a60a3b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.2.1-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 fefdf9b685fda4141b95ebec975946076a5e0723ff70b037032b2085c5317684
MD5 2ea092a517694b2ed088fbb3fd6032a8
BLAKE2b-256 ba7fbd00e5fb931a993d53962c9d9a88855a2b896bc07245d0570bbc4f94905c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.2.1-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 8c842109d31a9281d678f668629241c405928afbebd913c48a5a8e7aee61f63d
MD5 102c090470a485235549030d755fd20d
BLAKE2b-256 bac789a6641ecd278075d7d81794580765ab72284e001b9a319620e04d7d215a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.2.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 38e106b64bad744fe469dc3dd864f2764d66399178c1bf39d45294cc7980f14f
MD5 5f85b16d07c8ad73268d00dc8600762d
BLAKE2b-256 a6f95300939686535543c5954011f4ffc429dc85d0f3f079841dd6df2843ef0b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.2.1-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 67975a9e1237b9ccc78f457bef17691bbdd2055a9d26e81ee914ba376846d0ce
MD5 1862ed648d07fdf96331775971466427
BLAKE2b-256 a8d98da216639eff155dc0549cce52aed765c6667dba56a38a38b81c3e0e4adb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.2.1-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 415ff62ac525d9add1e3550430a09b9928d2d24a20cc4ce809e67caac41219ab
MD5 2d271242019ae93121e2973b927b203b
BLAKE2b-256 92b0e763d08e8c6d8c4ca95bced7804729973e355889c7962fd7881f5820e422

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.2.1-cp39-cp39-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 99a5a77a10863493a1ee8dece02578c6b32025fb3afff91b40476bc489e81648
MD5 8cb3aeeb8f501ada91e73f56bf75e031
BLAKE2b-256 2bfd6859a0b96a9b6c652d442204c477cea246c2cc419d03fd6d39f4c4983651

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.2.1-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 aecd6ceaccc4b594e0092d6513ef3f1c0fa678dd89f86bb8ff1a47014b8fca35
MD5 6fdb1d027c43cd1010db030f32155163
BLAKE2b-256 faf2145555b47bd3a941d5847b4c975132503df6616bc92e2810cdc7fcb3005a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-23.2.1-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.8.10

File hashes

Hashes for pyzmq-23.2.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 10d1910ec381b851aeb024a042a13db178cb1edf125e76a4e9d2548ad103aadb
MD5 ac7d32d910be11f827817fc0b53fefc5
BLAKE2b-256 384fc6e7867789dcd421533c7916789160122cc5327bea5f566c0f2064c4ba5e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-23.2.1-cp38-cp38-win32.whl
  • Upload date:
  • Size: 893.8 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.8.10

File hashes

Hashes for pyzmq-23.2.1-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 28dbdb90b2f6b131f8f10e6081012e4e25234213433420e67e0c1162de537113
MD5 a544e729cbdce48be74022171571001a
BLAKE2b-256 34a8205ff0d87f3ace368fd44f42916b7d4cd3a181f074cf12e97be9bad67eea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.2.1-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 022cf5ea7bcaa8a06a03c2706e0ae66904b6138b2155577cd34c64bc7cc637ab
MD5 8561e876aad1722363fe9fb8cd0cc5cb
BLAKE2b-256 29b5af6c9deca82bdcbe88d01c2deb7a38bb10df06c14b9427339bdc301936e3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.2.1-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 9d0ab2936085c85a1fc6f9fd8f89d5235ae99b051e90ec5baa5e73ad44346e1f
MD5 d1148249b616c6f5af4a9c112ede98de
BLAKE2b-256 e75e1305affea185ae876606ad9e4b22cc7072a58d3d9ec5df757adedb4546be

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.2.1-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 6fd5d0d50cbcf4bc376861529a907bed026a4cbe8c22a500ff8243231ef02433
MD5 52afe89241d6c9cdd25bf874cac13e72
BLAKE2b-256 4351264ff1ee810c4a5b53b47ebc0cc68ac9a5c5e14bae60da48a17533e017bf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.2.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 12e62ff0d5223ec09b597ab6d73858b9f64a51221399f3cb08aa495e1dff7935
MD5 30febd3acc8e2e98cd458a8745ccf293
BLAKE2b-256 9d1fa5d305549110853f6d6e3cf3423b3e14655f4bb30cee96b50994f4d22389

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.2.1-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 9269fbfe3a4eb2009199120861c4571ef1655fdf6951c3e7f233567c94e8c602
MD5 477c4923b50e4aaed21a049c105ad9fa
BLAKE2b-256 16fab2cace8b458cae06f71da23eb88f04ce8bf357fe15149a958c81dd90aa3b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.2.1-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 4d6f110c56f7d5b4d64dde3a382ae61b6d48174e30742859d8e971b18b6c9e5c
MD5 b99969c1123d32a34df1091d51e5f8d9
BLAKE2b-256 a146ba94ad2e20c69b72867d11af5dfa0fd317840acea00153058e89561bad59

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.2.1-cp38-cp38-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 0ff6294e001129a9f22dcbfba186165c7e6f573c46de2704d76f873c94c65416
MD5 e3e7ec93a8de2b7da2f476027ad126a2
BLAKE2b-256 ab405bb0dc2e758d4bd6a2b18b000650e27680a1804af8488575521abfea0188

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.2.1-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ffc6b1623d0f9affb351db4ca61f432dca3628a5ee015f9bf2bfbe9c6836881c
MD5 152b09804308c6f17d40bd3cf73d3305
BLAKE2b-256 103a3de30981a94daf2b5d3406f33a377f4abf84ea341f3b1e8089300dadabca

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-23.2.1-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.8.10

File hashes

Hashes for pyzmq-23.2.1-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 9e5bf6e7239fc9687239de7a283aa8b801ab85371116045b33ae20132a1325d6
MD5 02a2b66956147cc17b1b0028eff731eb
BLAKE2b-256 353d22e9c618943d2d8c6e5c2885378abcbd44171a617f809f6a0d8f853565cc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-23.2.1-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 891.0 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.8.10

File hashes

Hashes for pyzmq-23.2.1-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 8a68f57b7a3f7b6b52ada79876be1efb97c8c0952423436e84d70cc139f16f0d
MD5 66a7983af84b8f1584bef5955bdc77aa
BLAKE2b-256 64fc9ea90ccf7ad0685695732158b2ec984dd7c90183bbe3c187ee1135eb9128

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.2.1-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 48400b96788cdaca647021bf19a9cd668384f46e4d9c55cf045bdd17f65299c8
MD5 b83576aee9e23a801a91b09ac14c8895
BLAKE2b-256 97cf6478e7292d10bc9d285cb2f7862bcc81bbefe2de884ca926f0535603644b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.2.1-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 49d30ba7074f469e8167917abf9eb854c6503ae10153034a6d4df33618f1db5f
MD5 7aa69085854825dc1a720825f9379647
BLAKE2b-256 c04677ccf7c1b4c4ba3c33135f4b54b58292b640f17bcefa7209ae2af1f96fef

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.2.1-cp37-cp37m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 044447ae4b2016a6b8697571fd633f799f860b19b76c4a2fd9b1140d52ee6745
MD5 f2f99b3eeb1c0fcf9df3e07d5acc92f7
BLAKE2b-256 4a3c9e4b7e6675774eddcea834916f95fc16a115bcd138ce4fc6acddf8527d48

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.2.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5c558b50402fca1acc94329c5d8f12aa429738904a5cfb32b9ed3c61235221bb
MD5 cdd1b376842da2face097c1e86e10231
BLAKE2b-256 d71eece1805e6728fbb5faf77035a4d00af37bf48bff0300a563b6460d7cdf8b

See more details on using hashes here.

File details

Details for the file pyzmq-23.2.1-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-23.2.1-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 f619fd38fc2641abfb53cca719c165182500600b82c695cc548a0f05f764be05
MD5 96c4ee2379f5a88639ff6710baeb0130
BLAKE2b-256 cc299a6474f34c3f1a0a9cc828a7dbe08ff51243d2341055a43fc23f4782665a

See more details on using hashes here.

File details

Details for the file pyzmq-23.2.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for pyzmq-23.2.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 20bafc4095eab00f41a510579363a3f5e1f5c69d7ee10f1d88895c4df0259183
MD5 e9348f4407e48579d082a3a53c677b1e
BLAKE2b-256 6ad7404271dc05bb88f7cfc97dcdfe55bc2fbec268e9c2cf4ec5c0609ecc118d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.2.1-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c9cfaf530e6a7ff65f0afe275e99f983f68b54dfb23ea401f0bc297a632766b6
MD5 c875ce9c66a650ccb8a0866e82a5b95a
BLAKE2b-256 c0610ae8044599496c3bd72b27e8ee9d120a2e16c73726eba6c9b38bb9c295ff

See more details on using hashes here.

File details

Details for the file pyzmq-23.2.1-cp36-cp36m-win_amd64.whl.

File metadata

  • Download URL: pyzmq-23.2.1-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.8.10

File hashes

Hashes for pyzmq-23.2.1-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 1f368a82b29f80071781b20663c0fc0c8f6b13273f9f5abe1526af939534f90f
MD5 cad97090d3e4a10b87a92d6a1af047d8
BLAKE2b-256 2d306e59d809233e4b0944b6aa1445e27b88d9f93ed473ec3cb9ae22689220a2

See more details on using hashes here.

File details

Details for the file pyzmq-23.2.1-cp36-cp36m-win32.whl.

File metadata

  • Download URL: pyzmq-23.2.1-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 909.0 kB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.8.10

File hashes

Hashes for pyzmq-23.2.1-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 565bd5ab81f6964fc4067ccf2e00877ad0fa917308975694bbb54378389215f8
MD5 a9ebe56bc5187a3266f8d7a6bfba2ce4
BLAKE2b-256 be7ea315e462440b06ebc06fcd31a7cdf6df6b49d150c7da8afacd4c7e393740

See more details on using hashes here.

File details

Details for the file pyzmq-23.2.1-cp36-cp36m-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-23.2.1-cp36-cp36m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 4bb798bef181648827019001f6be43e1c48b34b477763b37a8d27d8c06d197b8
MD5 ec281edae4f3d9e40afac68fb622147d
BLAKE2b-256 db11d9c1960fca3c5543c40dab10da86b793793a572b3fcb5b741accaed7aca8

See more details on using hashes here.

File details

Details for the file pyzmq-23.2.1-cp36-cp36m-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for pyzmq-23.2.1-cp36-cp36m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 29b74774a0bfd3c4d98ac853f0bdca55bd9ec89d5b0def5486407cca54472ef8
MD5 8a4f41800ec0bde9be0acb27ff1f4d25
BLAKE2b-256 dfea864585c7e84b2cef73a213214714f84c3f9e334a5d981eff3d5f21a832dd

See more details on using hashes here.

File details

Details for the file pyzmq-23.2.1-cp36-cp36m-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for pyzmq-23.2.1-cp36-cp36m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 b815991c7d024bf461f358ad871f2be1135576274caed5749c4828859e40354e
MD5 306bf41847747cd4ff652282512f55a1
BLAKE2b-256 44cd936c1d0ff6427e5502bb56f679c548bff5a8a72f7e2db3e75a8b4682d2c5

See more details on using hashes here.

File details

Details for the file pyzmq-23.2.1-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyzmq-23.2.1-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b861db65f6b8906c8d6db51dde2448f266f0c66bf28db2c37aea50f58a849859
MD5 954c3de40eb09b048101f2e90a12e35e
BLAKE2b-256 e51aef08406d572e52d740d9dfa508572d54106fdf422a634f944ba9968021be

See more details on using hashes here.

File details

Details for the file pyzmq-23.2.1-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-23.2.1-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 8dc66f109a245653b19df0f44a5af7a3f14cb8ad6c780ead506158a057bd36ce
MD5 f3b1bed76092867ac15a97a4de7a0b99
BLAKE2b-256 baa6f524227891f93abd129e05ee62eb3a9b3ded4c65ee4f20e7ad4fc86d82b0

See more details on using hashes here.

File details

Details for the file pyzmq-23.2.1-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for pyzmq-23.2.1-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 6b1e79bba24f6df1712e3188d5c32c480d8eda03e8ecff44dc8ecb0805fa62f3
MD5 74ca8c6b18ee50e5bf16b116df68766a
BLAKE2b-256 5c4681a9e4fc3d877efa6ed0d3bd2c4c4b351860169a719d2f3508fd789e3c33

See more details on using hashes here.

File details

Details for the file pyzmq-23.2.1-cp36-cp36m-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-23.2.1-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 385609812eafd9970c3752c51f2f6c4f224807e3e441bcfd8c8273877d00c8a8
MD5 78c0bf676e395b977c387a103d9bb8da
BLAKE2b-256 3aeb386012ea557d752a88a9268ddab46f1fc2e8343e3fe50b396a89b63b2b2c

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