Skip to main content

Python bindings for 0MQ

Project description

PyZMQ: Python bindings for ØMQ

Build Status

This package contains Python bindings for ØMQ. Ø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 GitHub 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-22.1.0.tar.gz (1.2 MB view details)

Uploaded Source

Built Distributions

pyzmq-22.1.0-pp37-pypy37_pp73-win32.whl (423.8 kB view details)

Uploaded PyPy Windows x86

pyzmq-22.1.0-pp37-pypy37_pp73-manylinux2010_x86_64.whl (835.9 kB view details)

Uploaded PyPy manylinux: glibc 2.12+ x86-64

pyzmq-22.1.0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl (981.8 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

pyzmq-22.1.0-pp36-pypy36_pp73-win32.whl (423.8 kB view details)

Uploaded PyPy Windows x86

pyzmq-22.1.0-pp36-pypy36_pp73-manylinux2010_x86_64.whl (835.9 kB view details)

Uploaded PyPy manylinux: glibc 2.12+ x86-64

pyzmq-22.1.0-pp36-pypy36_pp73-macosx_10_9_x86_64.whl (981.8 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

pyzmq-22.1.0-cp39-cp39-win_amd64.whl (1.0 MB view details)

Uploaded CPython 3.9 Windows x86-64

pyzmq-22.1.0-cp39-cp39-win32.whl (933.0 kB view details)

Uploaded CPython 3.9 Windows x86

pyzmq-22.1.0-cp39-cp39-manylinux2014_aarch64.whl (1.8 MB view details)

Uploaded CPython 3.9

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

Uploaded CPython 3.9 manylinux: glibc 2.12+ x86-64

pyzmq-22.1.0-cp39-cp39-manylinux2010_i686.whl (1.2 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ i686

pyzmq-22.1.0-cp39-cp39-macosx_10_15_universal2.whl (1.9 MB view details)

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

pyzmq-22.1.0-cp39-cp39-macosx_10_9_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

pyzmq-22.1.0-cp38-cp38-win_amd64.whl (1.0 MB view details)

Uploaded CPython 3.8 Windows x86-64

pyzmq-22.1.0-cp38-cp38-win32.whl (934.0 kB view details)

Uploaded CPython 3.8 Windows x86

pyzmq-22.1.0-cp38-cp38-manylinux2014_aarch64.whl (1.8 MB view details)

Uploaded CPython 3.8

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

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

pyzmq-22.1.0-cp38-cp38-manylinux2010_i686.whl (1.2 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ i686

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

Uploaded CPython 3.8 macOS 10.9+ x86-64

pyzmq-22.1.0-cp37-cp37m-win_amd64.whl (1.1 MB view details)

Uploaded CPython 3.7m Windows x86-64

pyzmq-22.1.0-cp37-cp37m-win32.whl (927.4 kB view details)

Uploaded CPython 3.7m Windows x86

pyzmq-22.1.0-cp37-cp37m-manylinux2014_aarch64.whl (1.8 MB view details)

Uploaded CPython 3.7m

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

Uploaded CPython 3.7m

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

Uploaded CPython 3.7m

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

Uploaded CPython 3.7m macOS 10.9+ x86-64

pyzmq-22.1.0-cp36-cp36m-win_amd64.whl (1.1 MB view details)

Uploaded CPython 3.6m Windows x86-64

pyzmq-22.1.0-cp36-cp36m-win32.whl (926.1 kB view details)

Uploaded CPython 3.6m Windows x86

pyzmq-22.1.0-cp36-cp36m-manylinux2014_aarch64.whl (1.8 MB view details)

Uploaded CPython 3.6m

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

Uploaded CPython 3.6m

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

Uploaded CPython 3.6m

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

File metadata

  • Download URL: pyzmq-22.1.0.tar.gz
  • Upload date:
  • Size: 1.2 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.0 CPython/3.8.10

File hashes

Hashes for pyzmq-22.1.0.tar.gz
Algorithm Hash digest
SHA256 7040d6dd85ea65703904d023d7f57fab793d7ffee9ba9e14f3b897f34ff2415d
MD5 5111fe3c089ba64ba8798922bab28280
BLAKE2b-256 993b69360102db726741053d1446cbe9f7f06df7e2a6d5b805ee71841abf1cdc

See more details on using hashes here.

File details

Details for the file pyzmq-22.1.0-pp37-pypy37_pp73-win32.whl.

File metadata

  • Download URL: pyzmq-22.1.0-pp37-pypy37_pp73-win32.whl
  • Upload date:
  • Size: 423.8 kB
  • Tags: PyPy, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.0 CPython/3.8.10

File hashes

Hashes for pyzmq-22.1.0-pp37-pypy37_pp73-win32.whl
Algorithm Hash digest
SHA256 089b974ec04d663b8685ac90e86bfe0e4da9d911ff3cf52cb765ff22408b102d
MD5 9ffa99509f13eefb41b34296ae4cf32b
BLAKE2b-256 e1a567e398307e4a37fe4440a8dc998e1c613cde6e5661c22ec40d996af9b5be

See more details on using hashes here.

File details

Details for the file pyzmq-22.1.0-pp37-pypy37_pp73-manylinux2010_x86_64.whl.

File metadata

  • Download URL: pyzmq-22.1.0-pp37-pypy37_pp73-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 835.9 kB
  • Tags: PyPy, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.0 CPython/3.8.10

File hashes

Hashes for pyzmq-22.1.0-pp37-pypy37_pp73-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 6355f81947e1fe6e7bb9e123aeb3067264391d3ebe8402709f824ef8673fa6f3
MD5 12ceb797551b750eb891e2cb59131575
BLAKE2b-256 acfe3a06b59931b157e5fa2b703ae4521837a844fda3e4283560fa19de322fae

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-22.1.0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 981.8 kB
  • Tags: PyPy, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.0 CPython/3.8.10

File hashes

Hashes for pyzmq-22.1.0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f49755684a963731479ff3035d45a8185545b4c9f662d368bd349c419839886d
MD5 4b746e7122a1804c7c4426d3e97973c1
BLAKE2b-256 994108128a0b2675bccbe9dc128f9a8742a52d4a7ed18c543d93e6032ac513de

See more details on using hashes here.

File details

Details for the file pyzmq-22.1.0-pp36-pypy36_pp73-win32.whl.

File metadata

  • Download URL: pyzmq-22.1.0-pp36-pypy36_pp73-win32.whl
  • Upload date:
  • Size: 423.8 kB
  • Tags: PyPy, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.0 CPython/3.8.10

File hashes

Hashes for pyzmq-22.1.0-pp36-pypy36_pp73-win32.whl
Algorithm Hash digest
SHA256 41049cff5265e9cd75606aa2c90a76b9c80b98d8fe70ee08cf4af3cedb113358
MD5 5453ab15ac9f4cfa4d9aa3ceb48b9df9
BLAKE2b-256 aebe9442122b4c834904194b6e79cb5b91f945f0282f9ea30729bf4305f6fddf

See more details on using hashes here.

File details

Details for the file pyzmq-22.1.0-pp36-pypy36_pp73-manylinux2010_x86_64.whl.

File metadata

  • Download URL: pyzmq-22.1.0-pp36-pypy36_pp73-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 835.9 kB
  • Tags: PyPy, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.0 CPython/3.8.10

File hashes

Hashes for pyzmq-22.1.0-pp36-pypy36_pp73-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 1389b615917d4196962a9b469e947ba862a8ec6f5094a47da5e7a8d404bc07a4
MD5 f428d879a94a6603f2fd268ac6b8b39f
BLAKE2b-256 d68ae6c1dbf30e6cc91d614a01f59b050b4d52944d678b902f0a49b316e127f4

See more details on using hashes here.

File details

Details for the file pyzmq-22.1.0-pp36-pypy36_pp73-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: pyzmq-22.1.0-pp36-pypy36_pp73-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 981.8 kB
  • Tags: PyPy, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.0 CPython/3.8.10

File hashes

Hashes for pyzmq-22.1.0-pp36-pypy36_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 734ea6565c71fc2d03d5b8c7d0d7519c96bb5567e0396da1b563c24a4ac66f0c
MD5 072756f13c80c973d95e061d38149996
BLAKE2b-256 817ca9269a1c6661ff3f47362a4d93310a82c26a590d311116f1870f862b99cb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-22.1.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 1.0 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.0 CPython/3.8.10

File hashes

Hashes for pyzmq-22.1.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 68be16107f41563b9f67d93dff1c9f5587e0f76aa8fd91dc04c83d813bcdab1f
MD5 4c3dae9443bd1b66f7b776d59a5241da
BLAKE2b-256 df0430d927eee48f460c5c49f6584cda91dc04ea9e39f2df8893297b537a3b41

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-22.1.0-cp39-cp39-win32.whl
  • Upload date:
  • Size: 933.0 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.0 CPython/3.8.10

File hashes

Hashes for pyzmq-22.1.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 fc712a90401bcbf3fa25747f189d6dcfccbecc32712701cad25c6355589dac57
MD5 4a3d7938a6e3ed6373051b4638b57342
BLAKE2b-256 f51166b7891423745fbd7de4c52b99a576d39d8c305f99a989c4316abc6e70c4

See more details on using hashes here.

File details

Details for the file pyzmq-22.1.0-cp39-cp39-manylinux2014_aarch64.whl.

File metadata

  • Download URL: pyzmq-22.1.0-cp39-cp39-manylinux2014_aarch64.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 3.9
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.0 CPython/3.8.10

File hashes

Hashes for pyzmq-22.1.0-cp39-cp39-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4c4fe69c7dc0d13d4ae180ad650bb900854367f3349d3c16f0569f6c6447f698
MD5 0cb5303d9491e1ce126cffac93487b96
BLAKE2b-256 4d50da75ef0a9eb37e389dc7ad71212a2f041a12cb835a0f6b4636e6c109b0de

See more details on using hashes here.

File details

Details for the file pyzmq-22.1.0-cp39-cp39-manylinux2010_x86_64.whl.

File metadata

  • Download URL: pyzmq-22.1.0-cp39-cp39-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.9, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.0 CPython/3.8.10

File hashes

Hashes for pyzmq-22.1.0-cp39-cp39-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 9ee48413a2d3cd867fd836737b4c89c24cea1150a37f4856d82d20293fa7519f
MD5 73aa8a0728c2cd1494bfcc0cd2c715f5
BLAKE2b-256 6335a7b1dc6b39e95b1f555a78d369630471f649c8bb566a0565ae4db06e39db

See more details on using hashes here.

File details

Details for the file pyzmq-22.1.0-cp39-cp39-manylinux2010_i686.whl.

File metadata

  • Download URL: pyzmq-22.1.0-cp39-cp39-manylinux2010_i686.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.9, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.0 CPython/3.8.10

File hashes

Hashes for pyzmq-22.1.0-cp39-cp39-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 c6d0c32532a0519997e1ded767e184ebb8543bdb351f8eff8570bd461e874efc
MD5 f11627140ab62e9d5a67e55715ed191e
BLAKE2b-256 8b9c1ed4bca9b526980a2afcfbb8195fda6a49e9e9a2da07f78f695a9d055f81

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-22.1.0-cp39-cp39-macosx_10_15_universal2.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.9, macOS 10.15+ universal2 (ARM64, x86-64)
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.0 CPython/3.8.10

File hashes

Hashes for pyzmq-22.1.0-cp39-cp39-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 b2f707b52e09098a7770503e39294ca6e22ae5138ffa1dd36248b6436d23d78e
MD5 7ef5683abbe239bd2da7e94d18154345
BLAKE2b-256 b849aaa99fd8945d0bf9d81328ba12442888a7721cf8faacefae4e12dd758ce5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-22.1.0-cp39-cp39-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.9, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.0 CPython/3.8.10

File hashes

Hashes for pyzmq-22.1.0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 18dd2ca4540c476558099891c129e6f94109971d110b549db2a9775c817cedbd
MD5 8c432839ca79e6475a823c1601d442d6
BLAKE2b-256 51dce3648f1b2d547ba48ec290a647fa4c90264c37a5351c8cf4ecb2f0abc03f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-22.1.0-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 1.0 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.0 CPython/3.8.10

File hashes

Hashes for pyzmq-22.1.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 d5e5be93e1714a59a535bbbc086b9e4fd2448c7547c5288548f6fd86353cad9e
MD5 fe522b123e0d049f903e96daf4eb085e
BLAKE2b-256 92d021fe2db8bcdf7736e52cb1ecd733d311f3e3e6bd23d33b3844e03c99cf82

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-22.1.0-cp38-cp38-win32.whl
  • Upload date:
  • Size: 934.0 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.0 CPython/3.8.10

File hashes

Hashes for pyzmq-22.1.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 285514956c08c7830da9d94e01f5414661a987831bd9f95e4d89cc8aaae8da10
MD5 10e7f463e87945fc8a80d29e87a1b6c9
BLAKE2b-256 085f6257abecf3fc13956f7c6e1ccf395726fc7dcb7e350e0680a6bab80549b9

See more details on using hashes here.

File details

Details for the file pyzmq-22.1.0-cp38-cp38-manylinux2014_aarch64.whl.

File metadata

  • Download URL: pyzmq-22.1.0-cp38-cp38-manylinux2014_aarch64.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.0 CPython/3.8.10

File hashes

Hashes for pyzmq-22.1.0-cp38-cp38-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 68e2c4505992ab5b89f976f89a9135742b18d60068f761bef994a6805f1cae0c
MD5 47518074b94aa5cab6f2bc31fbd01dd5
BLAKE2b-256 3cfdd2ef2d0d09d2e6ca964b9cacb85a855510fdde3904eea0f65ce5aace9ebd

See more details on using hashes here.

File details

Details for the file pyzmq-22.1.0-cp38-cp38-manylinux2010_x86_64.whl.

File metadata

  • Download URL: pyzmq-22.1.0-cp38-cp38-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.8, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.0 CPython/3.8.10

File hashes

Hashes for pyzmq-22.1.0-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 d3ecfee2ee8d91ab2e08d2d8e89302c729b244e302bbc39c5b5dde42306ff003
MD5 f33c481bd0c3088d27bdbc9460a918ff
BLAKE2b-256 72dfa1e1cc10919d5edc07b850f8e6aa054a2ced9e8ba06199390b53d0ad06a4

See more details on using hashes here.

File details

Details for the file pyzmq-22.1.0-cp38-cp38-manylinux2010_i686.whl.

File metadata

  • Download URL: pyzmq-22.1.0-cp38-cp38-manylinux2010_i686.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.8, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.0 CPython/3.8.10

File hashes

Hashes for pyzmq-22.1.0-cp38-cp38-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 12ffcf33db6ba7c0e5aaf901e65517f5e2b719367b80bcbfad692f546a297c7a
MD5 f36da3a5f9eeb3ef97485472674d0f79
BLAKE2b-256 5396fb658c5385863dbebf26310d811f5cca8ae7ede220b7c38f10786490f502

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-22.1.0-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.8, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.0 CPython/3.8.10

File hashes

Hashes for pyzmq-22.1.0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 0ea7f4237991b0f745a4432c63e888450840bf8cb6c48b93fb7d62864f455529
MD5 c4efc3589b1c3544b4e9527bdaad8cb9
BLAKE2b-256 40f1d96800b05068ed0f3be70222f949df964e817dbeaa97440099141b44ab7f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-22.1.0-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.0 CPython/3.8.10

File hashes

Hashes for pyzmq-22.1.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 bf80b2cec42d96117248b99d3c86e263a00469c840a778e6cb52d916f4fdf82c
MD5 e3b5bf7734130ddc6a46c3a9465f6b9c
BLAKE2b-256 b2ffcc36302eceffca01c72394bf51b0698e30044f3c41b199051583baff5bd2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-22.1.0-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 927.4 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.0 CPython/3.8.10

File hashes

Hashes for pyzmq-22.1.0-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 cb9f9fe1305ef69b65794655fd89b2209b11bff3e837de981820a8aa051ef914
MD5 d238399afd28c583aeb8b98658901686
BLAKE2b-256 6481f4a8638db348e57e1efe8bf614968090b1eb3b3d17a91bf9874db54b17d8

See more details on using hashes here.

File details

Details for the file pyzmq-22.1.0-cp37-cp37m-manylinux2014_aarch64.whl.

File metadata

  • Download URL: pyzmq-22.1.0-cp37-cp37m-manylinux2014_aarch64.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.0 CPython/3.8.10

File hashes

Hashes for pyzmq-22.1.0-cp37-cp37m-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c8fff75af4c7af92dce9f81fa2a83ed009c3e1f33ee8b5222db2ef80b94e242e
MD5 4bac6104a1cfeb37a86115938d33a590
BLAKE2b-256 fc8b31df968b22ca4fab8b719cb329769af265070e2d7cb210ad70c53f60cf82

See more details on using hashes here.

File details

Details for the file pyzmq-22.1.0-cp37-cp37m-manylinux1_x86_64.whl.

File metadata

  • Download URL: pyzmq-22.1.0-cp37-cp37m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.0 CPython/3.8.10

File hashes

Hashes for pyzmq-22.1.0-cp37-cp37m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 4b8fb1b3174b56fd020e4b10232b1764e52cf7f3babcfb460c5253bdc48adad0
MD5 5c3d84be71e7403894f98bc1afbe7c24
BLAKE2b-256 2d4b256767441a6c4223fbc7c3eab1b3762d9d70b657899d844228a782f48af3

See more details on using hashes here.

File details

Details for the file pyzmq-22.1.0-cp37-cp37m-manylinux1_i686.whl.

File metadata

  • Download URL: pyzmq-22.1.0-cp37-cp37m-manylinux1_i686.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.0 CPython/3.8.10

File hashes

Hashes for pyzmq-22.1.0-cp37-cp37m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 0f0f27eaab9ba7b92d73d71c51d1a04464a1da6097a252d007922103253d2313
MD5 681edcf3198b83cfa0f310f1ffd9be35
BLAKE2b-256 00a264fd07500815fe965e57e76f6c61a325a4ceb99e581984372de35db59be6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-22.1.0-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.7m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.0 CPython/3.8.10

File hashes

Hashes for pyzmq-22.1.0-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c6a81c9e6754465d09a87e3acd74d9bb1f0039b2d785c6899622f0afdb41d760
MD5 b6bef1b4fdf362bd48e701e88c59355c
BLAKE2b-256 44323dd858fb3821e109e755383ec6dd8559d12689249cf3400e89f210c10643

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-22.1.0-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.0 CPython/3.8.10

File hashes

Hashes for pyzmq-22.1.0-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 a1c77796f395804d6002ff56a6a8168c1f98579896897ad7e35665a9b4a9eec5
MD5 5385f49cf9b5062a8d6da1755ba9b9a9
BLAKE2b-256 4751bac73247926e8fbd639eb0d40484894e66c3a1e0217788b0317a0a3b2eac

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-22.1.0-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 926.1 kB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.0 CPython/3.8.10

File hashes

Hashes for pyzmq-22.1.0-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 de5806be66c9108e4dcdaced084e8ceae14100aa559e2d57b4f0cceb98c462de
MD5 81a4f207294abec2bd24c6b3fbeda365
BLAKE2b-256 edefa7ffc2d20da6406c2771e6f23500a21ea8e9c1ec1eb14f3b0213ed962b20

See more details on using hashes here.

File details

Details for the file pyzmq-22.1.0-cp36-cp36m-manylinux2014_aarch64.whl.

File metadata

  • Download URL: pyzmq-22.1.0-cp36-cp36m-manylinux2014_aarch64.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.0 CPython/3.8.10

File hashes

Hashes for pyzmq-22.1.0-cp36-cp36m-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 461ed80d741692d9457ab820b1cc057ba9c37c394e67b647b639f623c8b321f6
MD5 ff1187c080c874fbdf27717085683e69
BLAKE2b-256 bc1f75934e89c945ba32b49ead54498b009d77c4eb7338039807bce2c900b98e

See more details on using hashes here.

File details

Details for the file pyzmq-22.1.0-cp36-cp36m-manylinux1_x86_64.whl.

File metadata

  • Download URL: pyzmq-22.1.0-cp36-cp36m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.0 CPython/3.8.10

File hashes

Hashes for pyzmq-22.1.0-cp36-cp36m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 c4674004ed64685a38bee222cd75afa769424ec603f9329f0dd4777138337f48
MD5 4b98d804ecbd710b87c9669ea363111a
BLAKE2b-256 4b8788a87fa6f8a711dc4b56600d9e9ab61e0283607fd3b97376819059b3a9cb

See more details on using hashes here.

File details

Details for the file pyzmq-22.1.0-cp36-cp36m-manylinux1_i686.whl.

File metadata

  • Download URL: pyzmq-22.1.0-cp36-cp36m-manylinux1_i686.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.0 CPython/3.8.10

File hashes

Hashes for pyzmq-22.1.0-cp36-cp36m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 24fb5bb641f0b2aa25fc3832f4b6fc62430f14a7d328229fe994b2bcdc07c93a
MD5 58d52666c3f3815796a378941f5d4133
BLAKE2b-256 5c701ee0f2605239c84de80523909df7a368d8ea99a2eda1d46ec6d9cb25d132

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-22.1.0-cp36-cp36m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.6m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.0 CPython/3.8.10

File hashes

Hashes for pyzmq-22.1.0-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 4e9b9a2f6944acdaf57316436c1acdcb30b8df76726bcf570ad9342bc5001654
MD5 6bd6db7d48d3301216dbf28b192edadf
BLAKE2b-256 00d14271ecd0be2cc87f0e5529ff8d39c997154dcccc8f0056c262bc47864dc9

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