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

Uploaded Source

Built Distributions

pyzmq-23.0.0b2-pp38-pypy38_pp73-win_amd64.whl (435.5 kB view details)

Uploaded PyPy Windows x86-64

pyzmq-23.0.0b2-pp38-pypy38_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (827.7 kB view details)

Uploaded PyPy manylinux: glibc 2.12+ x86-64

pyzmq-23.0.0b2-pp38-pypy38_pp73-manylinux_2_12_i686.manylinux2010_i686.whl (873.2 kB view details)

Uploaded PyPy manylinux: glibc 2.12+ i686

pyzmq-23.0.0b2-pp38-pypy38_pp73-macosx_10_9_x86_64.whl (1.0 MB view details)

Uploaded PyPy macOS 10.9+ x86-64

pyzmq-23.0.0b2-pp37-pypy37_pp73-win_amd64.whl (435.5 kB view details)

Uploaded PyPy Windows x86-64

pyzmq-23.0.0b2-pp37-pypy37_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (827.7 kB view details)

Uploaded PyPy manylinux: glibc 2.12+ x86-64

pyzmq-23.0.0b2-pp37-pypy37_pp73-manylinux_2_12_i686.manylinux2010_i686.whl (873.2 kB view details)

Uploaded PyPy manylinux: glibc 2.12+ i686

pyzmq-23.0.0b2-pp37-pypy37_pp73-macosx_10_9_x86_64.whl (1.0 MB view details)

Uploaded PyPy macOS 10.9+ x86-64

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

Uploaded CPython 3.10 Windows x86-64

pyzmq-23.0.0b2-cp310-cp310-win32.whl (933.5 kB view details)

Uploaded CPython 3.10 Windows x86

pyzmq-23.0.0b2-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.0.0b2-cp310-cp310-musllinux_1_1_i686.whl (1.7 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

pyzmq-23.0.0b2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.8 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

pyzmq-23.0.0b2-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.12+ x86-64

pyzmq-23.0.0b2-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl (1.1 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.12+ i686

pyzmq-23.0.0b2-cp310-cp310-macosx_10_15_universal2.whl (1.9 MB view details)

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

pyzmq-23.0.0b2-cp310-cp310-macosx_10_9_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

pyzmq-23.0.0b2-cp39-cp39-win_amd64.whl (988.7 kB view details)

Uploaded CPython 3.9 Windows x86-64

pyzmq-23.0.0b2-cp39-cp39-win32.whl (889.9 kB view details)

Uploaded CPython 3.9 Windows x86

pyzmq-23.0.0b2-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.0.0b2-cp39-cp39-musllinux_1_1_i686.whl (1.7 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

pyzmq-23.0.0b2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.8 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

pyzmq-23.0.0b2-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.0.0b2-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.0.0b2-cp39-cp39-macosx_10_15_universal2.whl (1.9 MB view details)

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

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

Uploaded CPython 3.9 macOS 10.9+ x86-64

pyzmq-23.0.0b2-cp38-cp38-win_amd64.whl (988.2 kB view details)

Uploaded CPython 3.8 Windows x86-64

pyzmq-23.0.0b2-cp38-cp38-win32.whl (889.9 kB view details)

Uploaded CPython 3.8 Windows x86

pyzmq-23.0.0b2-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.0.0b2-cp38-cp38-musllinux_1_1_i686.whl (1.7 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

pyzmq-23.0.0b2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.8 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

pyzmq-23.0.0b2-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.0.0b2-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.0.0b2-cp38-cp38-macosx_10_9_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

pyzmq-23.0.0b2-cp37-cp37m-win_amd64.whl (1.0 MB view details)

Uploaded CPython 3.7m Windows x86-64

pyzmq-23.0.0b2-cp37-cp37m-win32.whl (887.0 kB view details)

Uploaded CPython 3.7m Windows x86

pyzmq-23.0.0b2-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.0.0b2-cp37-cp37m-musllinux_1_1_i686.whl (1.7 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ i686

pyzmq-23.0.0b2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.8 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

pyzmq-23.0.0b2-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.0.0b2-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.0.0b2-cp37-cp37m-macosx_10_9_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

pyzmq-23.0.0b2-cp36-cp36m-win_amd64.whl (1.0 MB view details)

Uploaded CPython 3.6m Windows x86-64

pyzmq-23.0.0b2-cp36-cp36m-win32.whl (904.7 kB view details)

Uploaded CPython 3.6m Windows x86

pyzmq-23.0.0b2-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.0.0b2-cp36-cp36m-musllinux_1_1_i686.whl (1.7 MB view details)

Uploaded CPython 3.6m musllinux: musl 1.1+ i686

pyzmq-23.0.0b2-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.8 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ ARM64

pyzmq-23.0.0b2-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.0.0b2-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.0.0b2-cp36-cp36m-macosx_10_9_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

File details

Details for the file pyzmq-23.0.0b2.tar.gz.

File metadata

  • Download URL: pyzmq-23.0.0b2.tar.gz
  • Upload date:
  • Size: 1.2 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.8.12

File hashes

Hashes for pyzmq-23.0.0b2.tar.gz
Algorithm Hash digest
SHA256 0c752ec4e916d87876f7f6de71b282dd3e68d855c45712397c67906e8406b73e
MD5 50551b64f180742b51c75c5c8a92e5c2
BLAKE2b-256 80895a77e82af917c65046004cbd1c523505871f7594263c519e5e71584586fa

See more details on using hashes here.

File details

Details for the file pyzmq-23.0.0b2-pp38-pypy38_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for pyzmq-23.0.0b2-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 2fc9d2afc60004de3cc2f1a52c27cca106c05ee556f68ec01011dd4f7cf4a6ec
MD5 1dc8569dd55b41f10a786d63d8f0c7df
BLAKE2b-256 5d9df306d3bbf980f28610a39cf0d320549e68733d82b0a71fc21a43cb2510dc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.0.0b2-pp38-pypy38_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 645ea54e20ed12f2089e6e4d754dda77192db7fa0cdf0ef5bcf9bb410f2b47a8
MD5 d22f9e98b9607664fb5581d2f3cf3bc5
BLAKE2b-256 812bbef48e41b3b4f6327b07ba96358801470611b404e304f5d876d3a0c4629e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.0.0b2-pp38-pypy38_pp73-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 32965e7f86fa73b411b5ee881c235e2d1685608ffcfed81733da6af1de10e88d
MD5 752c082ee3c753163d58cc2bbcc4e282
BLAKE2b-256 d5e5a7a4d2f96329d6088af14d28a5c1abe69f2a77f6d550cb5ba540494a85e9

See more details on using hashes here.

File details

Details for the file pyzmq-23.0.0b2-pp38-pypy38_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-23.0.0b2-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e4a655ca46ac7dfa2c07a80654192eb409562082304cf2974755fa505ef51907
MD5 73529cb3e7f7850fdd4d4debe7b31cf5
BLAKE2b-256 6e4c1edf7886e1d5f01d90658c9845a690b395ffcd54a0ba5a5591e67cdf7ea1

See more details on using hashes here.

File details

Details for the file pyzmq-23.0.0b2-pp37-pypy37_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for pyzmq-23.0.0b2-pp37-pypy37_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 488aa70578f3b6f907cfaf1bf76a1a6a6a41f9015230729c307435f585d542c1
MD5 1ad87cc837ffdca5415487e1dd0f8d6b
BLAKE2b-256 f47c391ea1da36c2ed6019f806669d96ad494f88c02aa29d0f4b499ae3986446

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.0.0b2-pp37-pypy37_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 54dceb5a6b99e2f6ebecaf2b06f1a87426778853b901175b0e2037cf20a3af0a
MD5 83e9b9ec21519b668758f7f242145168
BLAKE2b-256 3e8ccc8b0df8231110374a8f86a92daa4941f03bc19843a5a3b33787be362273

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.0.0b2-pp37-pypy37_pp73-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 8a15166c4754e6216beb7447ca637ef2374bd332c7a8608c4366a73d5496f062
MD5 b1df48151fc476ef9556ac4c4e1edf27
BLAKE2b-256 20a115c646645bbc98ef0717a9cd30e53cf8ea4c5ece6f86d0cdd2e00b882de6

See more details on using hashes here.

File details

Details for the file pyzmq-23.0.0b2-pp37-pypy37_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-23.0.0b2-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 9473206ba39857745763c2e8f9122c1027d9871fb04e568717772f35d821d31e
MD5 5f97e790c4173dec1541742306ad8a73
BLAKE2b-256 d0d18abf3cbfe19d8745d74234a04ead2a9cf559e03302eede7722479a17e481

See more details on using hashes here.

File details

Details for the file pyzmq-23.0.0b2-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for pyzmq-23.0.0b2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 4bbb60684efbbe13febb508e70a36a2a0a826515dc5f8ebb9e3b3c395db38ee9
MD5 75e698ff746c31790565dba1ca7ae095
BLAKE2b-256 b99f6cba6e95ca4578811165f671bf6168fd905fb181b296a9ddba55b5cfd998

See more details on using hashes here.

File details

Details for the file pyzmq-23.0.0b2-cp310-cp310-win32.whl.

File metadata

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

File hashes

Hashes for pyzmq-23.0.0b2-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 eefbc9bde8a5ec99cd8fda5d31794c3dab3d60f81eb6689b65f4a1fdcd841f89
MD5 de4e05d7f12782d3d26905a5970d292f
BLAKE2b-256 2e9abcbc1495ca90b00a3b72139bbf3c770ad9930471c579f7a20740eea3ebf8

See more details on using hashes here.

File details

Details for the file pyzmq-23.0.0b2-cp310-cp310-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-23.0.0b2-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 bbec922162f798aabdd5bebaa194363974dd5979aff887b6e577965e933db73b
MD5 47f32d0ff4beec4e1dff74753984e77f
BLAKE2b-256 2672fd02ba5856a010e124a552a9beac175f97e3b5d7e231f390a00557877fd8

See more details on using hashes here.

File details

Details for the file pyzmq-23.0.0b2-cp310-cp310-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for pyzmq-23.0.0b2-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 890fb1557ec353b710840d9e3e712fb4b2ee80a0f05d339030930caeba13fc52
MD5 ea5b106324be671d9d28b170f0863c6f
BLAKE2b-256 b47de901d92baad3f288f624d0fb1147730bdf262f7d52d4262db034be303a3e

See more details on using hashes here.

File details

Details for the file pyzmq-23.0.0b2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyzmq-23.0.0b2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 01bebd3a86fae8a0074ec410e964eb9022ed6ca8f99aeffdf3f77949b830883e
MD5 61dcfcf3c5f3894f2db932149b24cc2e
BLAKE2b-256 c5ca4e6c1b44f3eaa76641317ed5e121859a55e919cef88dc45a476cc960324e

See more details on using hashes here.

File details

Details for the file pyzmq-23.0.0b2-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-23.0.0b2-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 b56e189353c01b46d72c64d0ff34e7457ca55a9f53ebb530d6084efa0de03c4e
MD5 a8961007056c6cea67228fb6285bc86a
BLAKE2b-256 4ddc3ddce9b34c693f2c298823d6787bb43e2bbd28b41f5a2b1bf4a1b0031919

See more details on using hashes here.

File details

Details for the file pyzmq-23.0.0b2-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for pyzmq-23.0.0b2-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 ff4af3ebbf661c061a6c20ac30c2c7dfcf3105fadc0ec52ee9dfe0c18cb8f395
MD5 4a48dad31ec0bf9b7bfb400f3651d9af
BLAKE2b-256 da19f4bcc051c4f4dd2b32372235d28d255baa1c8fa4a483ad60d3c241ef28a4

See more details on using hashes here.

File details

Details for the file pyzmq-23.0.0b2-cp310-cp310-macosx_10_15_universal2.whl.

File metadata

File hashes

Hashes for pyzmq-23.0.0b2-cp310-cp310-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 677eb9b48bdcd4049242cd178379717c2893fc9eca2513bd4c2841a44960ee69
MD5 408cdfd66cdff9f512479f9b702b0c59
BLAKE2b-256 3a16ff05bd040eff235a061a2fb3eedaecd82d9f8352d1e6cb0a999b41729381

See more details on using hashes here.

File details

Details for the file pyzmq-23.0.0b2-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-23.0.0b2-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 facf8f3af685fb91d6ee94c1ef0d9897d4a33a8e29d0018d30729499d3365630
MD5 cd3fc49097cb8cfc5482eaada448c6d8
BLAKE2b-256 83d48b353f09d7410f09813ef9f2c11ddc2050eea82e48d23d3c229d582d2d99

See more details on using hashes here.

File details

Details for the file pyzmq-23.0.0b2-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: pyzmq-23.0.0b2-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 988.7 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.8.10

File hashes

Hashes for pyzmq-23.0.0b2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 535f508cdcda80917117deea9db7181955e8fd986ecfd79933128b7167606953
MD5 15affe0a2caaf34c97e9252747a051e9
BLAKE2b-256 94a69e5750b914edc46f9f078abe283edf1c77c62308b086fc8fc01e2583df21

See more details on using hashes here.

File details

Details for the file pyzmq-23.0.0b2-cp39-cp39-win32.whl.

File metadata

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

File hashes

Hashes for pyzmq-23.0.0b2-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 60d52d2b157213ff27a7f1576871adf7e6ed4ae7632c3078c212b3d0298bd164
MD5 d3990c5709f276f927a00467b9a00ca5
BLAKE2b-256 318447ccbcb75be7a3864fcaabd371ee073acc240408d030e3a23d05e798a3ab

See more details on using hashes here.

File details

Details for the file pyzmq-23.0.0b2-cp39-cp39-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-23.0.0b2-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 6f31fa21a0cc117e3455c3e1b36680dd5eb8cf58afc08a78d89c671f3fbd1690
MD5 447d8bcb81884cf6bbe9db1e8bea1c89
BLAKE2b-256 a3d6d514828cf1ee83feaa040829e55124d4f2ce16a76958a184531dbe30966c

See more details on using hashes here.

File details

Details for the file pyzmq-23.0.0b2-cp39-cp39-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for pyzmq-23.0.0b2-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 6b279f8235fde3780dafcf78239159211d9591aaead794c25bdfe568e28ce988
MD5 86195e1eab7a12816caf85b1efe24ef0
BLAKE2b-256 7c469edcebd288d580c28bb69611fe458233ee9b1d0546dba49e5593ede73c4a

See more details on using hashes here.

File details

Details for the file pyzmq-23.0.0b2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyzmq-23.0.0b2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 09ecce65682150beb3b94003bfa3d8f00e2cea1cf29d6a302ab3a312b3806050
MD5 79fa949a7d180bb6312afb2a53846d3f
BLAKE2b-256 d03e7f778706c0d1e1a767c0ba0b31f44a40b59f6716bd7bb9a31ce4dbf5a3de

See more details on using hashes here.

File details

Details for the file pyzmq-23.0.0b2-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-23.0.0b2-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 51925d4e63cd69a5749e20ce42eabbc240e53655d2af15ddd757858905aea291
MD5 93e7ee64d9b6a60864c18617a705f292
BLAKE2b-256 1ebb296997de3d62ad30cfb03e498fb72c9584a36cff024f42a1121ea612b26f

See more details on using hashes here.

File details

Details for the file pyzmq-23.0.0b2-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for pyzmq-23.0.0b2-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 e9717c8cdee3a07531fd7a491c2bdff5da9440ca7d609a8887d20edb5db5b237
MD5 531497f036293c57585012128c889cd6
BLAKE2b-256 93123a71aebba96524bf3e8d45b34d82e79c0eaa845d3dd00df2510564e520d2

See more details on using hashes here.

File details

Details for the file pyzmq-23.0.0b2-cp39-cp39-macosx_10_15_universal2.whl.

File metadata

File hashes

Hashes for pyzmq-23.0.0b2-cp39-cp39-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 8f9156c8cc0a2f8d5169a248c36f11cf16d0a2a99d427c587ed1686a2e65da28
MD5 8faf247ea0a6d7fdb17e9675f6463ec2
BLAKE2b-256 1bda13b66798f0793176149f0c609f3b85e7313b28ecff9b75e348fcedf43556

See more details on using hashes here.

File details

Details for the file pyzmq-23.0.0b2-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-23.0.0b2-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f1b4ef86c4fdd9eaa957a40fac69a2587f0d2b92fe83d32b04887401305e0ace
MD5 91cff4dc359b15fae42c473fb4d46eb0
BLAKE2b-256 9c685f932513bd0bf6c90e65cca5e904209418890d04aab124618d1b7355b835

See more details on using hashes here.

File details

Details for the file pyzmq-23.0.0b2-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: pyzmq-23.0.0b2-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 988.2 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.8.10

File hashes

Hashes for pyzmq-23.0.0b2-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 cf9ffc238bfb736c756002d017fc70e36bfa5aa31812eb71b4b8efa1d5607b22
MD5 bf2a1c9abc51f2d66f3861131317a44e
BLAKE2b-256 f46e8352a580ca942479bfa63b73cb22d7c78bf929a9af5f47ec8d60a1193a3a

See more details on using hashes here.

File details

Details for the file pyzmq-23.0.0b2-cp38-cp38-win32.whl.

File metadata

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

File hashes

Hashes for pyzmq-23.0.0b2-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 a05692655e62186c5e4637a5d14b3f91264a3f9fb1045c913aef30844d106e44
MD5 a21827e9e12c64d36e230b37f46497ee
BLAKE2b-256 4fe233587533e592470be42423dde672c97910d14682fa0b89613382eda4d626

See more details on using hashes here.

File details

Details for the file pyzmq-23.0.0b2-cp38-cp38-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-23.0.0b2-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 b100029e35e05aa1c7dff243a0384f2b225fca352f7725ed0e4ea492ad654a9c
MD5 a0c3b89d24bf88ac79968d17faeec443
BLAKE2b-256 daf9908e1f0fc0ac16d0e978f57e4db4310307f1161729395aa1ff0d1cbcef7e

See more details on using hashes here.

File details

Details for the file pyzmq-23.0.0b2-cp38-cp38-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for pyzmq-23.0.0b2-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 b4550db9111516698293853393c07ff0db57891f7672ea6b5c0af501cb8efc83
MD5 6efe5a9d5c65de6ec4eef174128346a9
BLAKE2b-256 6455aa66aee6c115528c941540d375dcbf65a8b347d72fb68c1592d257377e1a

See more details on using hashes here.

File details

Details for the file pyzmq-23.0.0b2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyzmq-23.0.0b2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4708902e86584a57536e05631b9579616c075384316b3ddcff913fa71462fc60
MD5 49f7d139b58aa74fb830a631f4cddda5
BLAKE2b-256 96f8ae25c86ca2558699e82c410eb698e8696963b6a9f786a0721f7825a8f9b4

See more details on using hashes here.

File details

Details for the file pyzmq-23.0.0b2-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-23.0.0b2-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 ca77577597b7c4834af8af204e230cb426a8f2d9ebbc22d98961cc6748c6f42a
MD5 7dc7f008c2bf761415c083a13afd80c5
BLAKE2b-256 c181ba581c5030b4f4dcf47193c21f23fa890265c865c259879394442ba7aede

See more details on using hashes here.

File details

Details for the file pyzmq-23.0.0b2-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for pyzmq-23.0.0b2-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 ab7bdfe3452361e0cd33aa92832585c9e9e7484d395b339ed313f74b91eb0605
MD5 41a96248b3c93f5937724eb9c080b59c
BLAKE2b-256 3d1e22996078323f9a30ede6b804455280391a923dd1a1595bc20198ca6918a3

See more details on using hashes here.

File details

Details for the file pyzmq-23.0.0b2-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-23.0.0b2-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 4bc5cb5e6c2fff3ade1ce366dc0e8c1eb43ff0808fac795f8d0efda3120f05ee
MD5 5f35f6392ced708be86e220ce26d84bd
BLAKE2b-256 1bf51b947372182c097d86db97963695ed2f36b61dd853344c23ba7156a86216

See more details on using hashes here.

File details

Details for the file pyzmq-23.0.0b2-cp37-cp37m-win_amd64.whl.

File metadata

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

File hashes

Hashes for pyzmq-23.0.0b2-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 a04bf9f42ad6e34a7fae530dda7d8596d0d5787f2305360a1a60e19483c196ef
MD5 87d7be3fbf5b752107a277f01332264d
BLAKE2b-256 18466b5258e29991e60ff782648769a106a851f44420549f8d515bf46e38d67c

See more details on using hashes here.

File details

Details for the file pyzmq-23.0.0b2-cp37-cp37m-win32.whl.

File metadata

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

File hashes

Hashes for pyzmq-23.0.0b2-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 dc5779a2fae9472d673033b396f357123ca4ef5e936dddb0da1503da1bacf784
MD5 e5f52c778d0709751efd0cf9373b534f
BLAKE2b-256 c6a832e91c4454421dc2adf41b24f2cdf73c00462076ce99b7bf73a1f44b80fe

See more details on using hashes here.

File details

Details for the file pyzmq-23.0.0b2-cp37-cp37m-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-23.0.0b2-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 a04761bf0ebb527467449f08ec58e2afc60620272012a3759501f6ec1c7c8bb4
MD5 ce051386076c8b42b029789dc3fbae90
BLAKE2b-256 a4cefc7f088fbb3fc77e3ef179f6ed632b6a01289dbb7060053ea1d10af904ab

See more details on using hashes here.

File details

Details for the file pyzmq-23.0.0b2-cp37-cp37m-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for pyzmq-23.0.0b2-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 332c337a67c4c1ca78cf447f5fe2cde93a70eca99093e029fb3245b245419592
MD5 0d94637d6d207d358167967174d61652
BLAKE2b-256 34b28cb957636fd15c6b0d11f66075d65098aedaf21f7a8b6b35de67b122756c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.0.0b2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 38f7672fd212c773dcdd16c809c1021fdbb8a0fc3af70e1ad5c12b2ff691e0cd
MD5 accf03c007f3d000681716c7f27e46c5
BLAKE2b-256 6d4ad9bd9ed0d0053e855f34a506510033aaab9fd016f50d101cf45c1413c4fb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.0.0b2-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 d1d1338268b3687005c49d488fed2fa4c7c4e85e72f1ce841e6caa757f426c39
MD5 b40bde3d854449757d987fd744db5da8
BLAKE2b-256 3b9041e2c0e4054436f25c5251ef46b90cf3f832f746275bf9f62895576fc16d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.0.0b2-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 e4081cd250b04ccb5388f20332fb463989a21b8a539a3d8452a25f7e088b1c5b
MD5 701e181533d8b4182e32bdf63504ea79
BLAKE2b-256 f073154ea732b66f8e7b0d4169b98c373d797603379b2f32a39a17ce54c632d1

See more details on using hashes here.

File details

Details for the file pyzmq-23.0.0b2-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-23.0.0b2-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 6806db6814b01caebbb8f1f9aeabc014bbda85d33beae533d18b94a6789c3cab
MD5 4404a4bbaa5a3d3a404926083ce4ffc0
BLAKE2b-256 1ae31c5ac3fae3c2dd99cf25a1a085de243f4b7d05ecd67acbe07a65f22c3f1e

See more details on using hashes here.

File details

Details for the file pyzmq-23.0.0b2-cp36-cp36m-win_amd64.whl.

File metadata

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

File hashes

Hashes for pyzmq-23.0.0b2-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 b0ed0eb585717f03774780b904cf9e8407ed0cebc5c3b7ba26e3de084eb9811e
MD5 0bd9d0cc7734c4666b468f5c1d34647b
BLAKE2b-256 7cf6303de2b7a4d7adcdf16512daaee80331156aadea4b894a158bad8af1e0e5

See more details on using hashes here.

File details

Details for the file pyzmq-23.0.0b2-cp36-cp36m-win32.whl.

File metadata

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

File hashes

Hashes for pyzmq-23.0.0b2-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 e8875452b0ddd22b55cd3fbca7db597975a5531702c058bec54e4b56a9160275
MD5 4cfdc17ada5b73844e335facb2f42d35
BLAKE2b-256 968c3fe8411aa444c0d8d9c108e0899985a435d3af2b7722c7528f0651471229

See more details on using hashes here.

File details

Details for the file pyzmq-23.0.0b2-cp36-cp36m-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-23.0.0b2-cp36-cp36m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 b077dfb75dc54acc8d0ab3f05ffe12e24e2b77c6d19836d5d628075bf32f9138
MD5 ab9bacee7e2913c21246d1b8ae2f2f2e
BLAKE2b-256 f79a3b9d7e7501ae2f9c138fcd367aaacfe5f2c4730f951062ea634101a2243a

See more details on using hashes here.

File details

Details for the file pyzmq-23.0.0b2-cp36-cp36m-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for pyzmq-23.0.0b2-cp36-cp36m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 773f7c01912b1e1c13b67b37d3d685d1ddf9c7f7daa15f66eaa3a11c9dc840e0
MD5 57993dd07ecd273a62237cd930a45fe7
BLAKE2b-256 e16850aed88515437effb6659ceb2a5c4045c1362c6d90f3526a44bdefc5a3d2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.0.0b2-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 770696671f0758eb220a375266ae0aa71d50b20a1d400081ae84a7e635b87337
MD5 9fe382cf2d0310cc5a009b9ba7bffc6f
BLAKE2b-256 0b584b8ec5cdb018f5e8c399ece48d241e6f54772031cecb1ead3f41613ea5c0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.0.0b2-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 fb00c9ff20a64ac8278a13107b270c75c43e4d94eec86852e070ceb1894624fc
MD5 a7480a7c8acbdf7d4f1f22909289f994
BLAKE2b-256 3038714f478cc62a7721eeb75a3cdfc27368cb519d92610374385b5816f8dc19

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-23.0.0b2-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 6d2b906eac63c2381bd458d5b0bffa36b69fb7dfc62f2106701a5f46f485382f
MD5 02a03ed29070b7a111099335d0823962
BLAKE2b-256 ae6de1da8449d521de571192af84eee186796a5c3d755baf4df85854d215244b

See more details on using hashes here.

File details

Details for the file pyzmq-23.0.0b2-cp36-cp36m-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyzmq-23.0.0b2-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 8f6dc8b8c91ef882112db5b778b35277f78fbf7dd1737165935d8d2504446fa1
MD5 0aefeb2171bb632bfd97e0b1d43cb77b
BLAKE2b-256 f4f42c7a90b0eac7f6c7be2a85b09ede43354f56f6cce1d27f8696442b62844f

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