Skip to main content

Python bindings for 0MQ

Project description

PyZMQ: Python bindings for ØMQ

Build Status

Windows 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 OS X, 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 OS X, 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.0.0.tar.gz (1.2 MB view details)

Uploaded Source

Built Distributions

pyzmq-22.0.0-pp37-pypy37_pp73-win32.whl (422.1 kB view details)

Uploaded PyPy Windows x86

pyzmq-22.0.0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl (789.0 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

pyzmq-22.0.0-pp36-pypy36_pp73-win32.whl (422.1 kB view details)

Uploaded PyPy Windows x86

pyzmq-22.0.0-pp36-pypy36_pp73-macosx_10_9_x86_64.whl (789.0 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

pyzmq-22.0.0-cp39-cp39-win_amd64.whl (1.2 MB view details)

Uploaded CPython 3.9 Windows x86-64

pyzmq-22.0.0-cp39-cp39-win32.whl (1.1 MB view details)

Uploaded CPython 3.9 Windows x86

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

Uploaded CPython 3.9

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

Uploaded CPython 3.9 manylinux: glibc 2.12+ x86-64

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

Uploaded CPython 3.9 manylinux: glibc 2.12+ i686

pyzmq-22.0.0-cp39-cp39-macosx_10_9_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

pyzmq-22.0.0-cp38-cp38-win_amd64.whl (1.2 MB view details)

Uploaded CPython 3.8 Windows x86-64

pyzmq-22.0.0-cp38-cp38-win32.whl (1.1 MB view details)

Uploaded CPython 3.8 Windows x86

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

Uploaded CPython 3.8

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

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

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

Uploaded CPython 3.8 manylinux: glibc 2.12+ i686

pyzmq-22.0.0-cp38-cp38-macosx_10_9_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

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

Uploaded CPython 3.7m Windows x86-64

pyzmq-22.0.0-cp37-cp37m-win32.whl (1.0 MB view details)

Uploaded CPython 3.7m Windows x86

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

Uploaded CPython 3.7m

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

Uploaded CPython 3.7m

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

Uploaded CPython 3.7m

pyzmq-22.0.0-cp37-cp37m-macosx_10_9_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

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

Uploaded CPython 3.6m Windows x86-64

pyzmq-22.0.0-cp36-cp36m-win32.whl (1.0 MB view details)

Uploaded CPython 3.6m Windows x86

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

Uploaded CPython 3.6m

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

Uploaded CPython 3.6m

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

Uploaded CPython 3.6m

pyzmq-22.0.0-cp36-cp36m-macosx_10_9_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: pyzmq-22.0.0.tar.gz
  • Upload date:
  • Size: 1.2 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.7

File hashes

Hashes for pyzmq-22.0.0.tar.gz
Algorithm Hash digest
SHA256 10b86bd04343b1de89ee03ec0bbaac646291de1a6c873228bb9ed22b4d8b32a2
MD5 2c0bf924d2d06a59b34a8649069dca30
BLAKE2b-256 c0f6a5d9550a7938bdd6af54186b784dd20d52e8b2357f632345243e585c58b1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-22.0.0-pp37-pypy37_pp73-win32.whl
  • Upload date:
  • Size: 422.1 kB
  • Tags: PyPy, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.6

File hashes

Hashes for pyzmq-22.0.0-pp37-pypy37_pp73-win32.whl
Algorithm Hash digest
SHA256 afae6fd49a3ba3ef57bb2b263df0474218d0da72a9597247b4b3c376de51fe0f
MD5 0613be663f7ea94e49a358feacfeda16
BLAKE2b-256 9df958fb41989cf1f4601407baeeb1288234c0838c4d7b18fabb1af60f316933

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-22.0.0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 789.0 kB
  • Tags: PyPy, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.7

File hashes

Hashes for pyzmq-22.0.0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 6c19894d744c92d1f2c2e232278e8cffe7a463ee3e6a0b60421ddf479934a6d6
MD5 89c3c96431d24a7e968473421d94d8bd
BLAKE2b-256 6ef6c7b3c2edf1f6c5db82eadf6624fc412d18d66dd1065f3e2f2c5b9c598328

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-22.0.0-pp36-pypy36_pp73-win32.whl
  • Upload date:
  • Size: 422.1 kB
  • Tags: PyPy, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.6

File hashes

Hashes for pyzmq-22.0.0-pp36-pypy36_pp73-win32.whl
Algorithm Hash digest
SHA256 e66d04813dbf7e3343e0e23bcf935115f60765f33f9919e27690f115c95a8d2c
MD5 0554bbeaf7889b0c209bfce45cd8395e
BLAKE2b-256 f2844594ab7355aee6185117ca4137525af4314a21a35791c29530ce588df820

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-22.0.0-pp36-pypy36_pp73-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 789.0 kB
  • Tags: PyPy, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.7

File hashes

Hashes for pyzmq-22.0.0-pp36-pypy36_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e0a9955cd4ddd5da498757642184733b703ed1160bc47af7e6f1c500edb64915
MD5 b3722d1cae299a4b609a0be6a3a85bc3
BLAKE2b-256 37f2c1ce870369903de94ee060c69c1c633d77760ddee2703a04849f829571bb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-22.0.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.7

File hashes

Hashes for pyzmq-22.0.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 33ecd0f77136c6d56ac3b3af66d673d27c41bc976ffa8f6b77cf1e6e2fa529ee
MD5 3fb260fbeb63affe3c0d3db0dc644f1d
BLAKE2b-256 1c8ebaed20fb571a0542f475a39d8edc2dad3e526aa93544fdf21131563d7fa2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-22.0.0-cp39-cp39-win32.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.7

File hashes

Hashes for pyzmq-22.0.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 e001f00d45f39b234b66d8e37fb7e71c8d47557f3a9695501379984a5aae9729
MD5 63d53de749f3de938ca019a62118f49f
BLAKE2b-256 647d25f78f7a71db21a5b3c078a84e33e73c28c2ad27debe309af958436be8c9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-22.0.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.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.7

File hashes

Hashes for pyzmq-22.0.0-cp39-cp39-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7ee0366ab14db240b8ac578e1a6eac866d592dc79979efdfc51e85e7086cd7f1
MD5 efc4072faf85183b43ba5fe4c2301359
BLAKE2b-256 b1d0fc2c07b56850f03d5377f8c98649235c7fce26f12782162a9438bbd98f8a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-22.0.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.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.7

File hashes

Hashes for pyzmq-22.0.0-cp39-cp39-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 3fd5c49cdc31b13685fe1253700c31d1b073460c08508b4aac885decc4f24f0b
MD5 617205aa466e0446aec0e05a64bf72a6
BLAKE2b-256 5a828580c39a4943a7ae73a8ab8905bbfba0639b441802a033bfda932f06d8a8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-22.0.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.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.7

File hashes

Hashes for pyzmq-22.0.0-cp39-cp39-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 bdd35a506d184cab584df7ba826a0f1e8524d8d22e0e97777a100800ab9fbc8f
MD5 4b323ff16da955d91e5d04952ed6fca1
BLAKE2b-256 1ef454f69a6f376c2ae7c82369e3277dd6de8bb7a67de22f652e9b653d3afb3f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-22.0.0-cp39-cp39-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.9, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.7

File hashes

Hashes for pyzmq-22.0.0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 00049ade45a08deee510ee5eefa5800d02163608e5efbf9d7a649ac9188791a5
MD5 9a2ec70526cc60e0b1b88028150aba3a
BLAKE2b-256 c4273d8f393af89d6f49aec8ebab0bd64b3d8e929ae553b11de54ba74118e940

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-22.0.0-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.7

File hashes

Hashes for pyzmq-22.0.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 99132b52be295879ff5a05df8b69be88face3c103550ea32debc22380add4042
MD5 8f7ed828a1c5c23c3920ee1ee1ea46fd
BLAKE2b-256 aa218a166b22753aad663f013f928f2a2ebc8bcecc9e092e878e6f8a3407bf83

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-22.0.0-cp38-cp38-win32.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.7

File hashes

Hashes for pyzmq-22.0.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 5e742a8f24154285ba806b331ed130e036bc8fa5652a5931709a33d776f9555e
MD5 ed2b2395374bb95ef39b9cf468ed0864
BLAKE2b-256 be58661c059e2c71f94ec1eb29be6fdb68d0555a9a28f7adad591626cb99c896

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-22.0.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.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.7

File hashes

Hashes for pyzmq-22.0.0-cp38-cp38-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ed9f3146edff26677aa95922c1ce9f2b17c04be23c5d247910d4907606ee9188
MD5 914a47ba27b8468e20f01c1798cb1a47
BLAKE2b-256 1818eed2f8b27897ef9ee4faff579ab65cef98b76ddf4ead8ea6497ac75026e5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-22.0.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.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.7

File hashes

Hashes for pyzmq-22.0.0-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 5bbbf21998a97f6f3864a628890f1bef44308774be094c95933783e39b5c083e
MD5 b9db156036710bcc7ce52a0361a752b0
BLAKE2b-256 f5299cc178c929b2531b45a99c42620fbcd6afc45c9ea8063b468138573aa02a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-22.0.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.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.7

File hashes

Hashes for pyzmq-22.0.0-cp38-cp38-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 4b1bdc20771203048eabd2385a67c5ebf5503dd86f3a09e44e34cfaf744decd7
MD5 dc7ca70c8535ae2ad353d8b692dcab5f
BLAKE2b-256 e02852586fa9c2addab9787ff3302c936ee7be88d0cf6a6b6db58a6aed059aa0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-22.0.0-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.8, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.7

File hashes

Hashes for pyzmq-22.0.0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 471d46de1440645e58fd541490223c84b2583a909d5f16f6cab5e6584c4ba049
MD5 1b00b23c3ea9ae178d604bce72e82171
BLAKE2b-256 56cae37a50ed68d2566bfaa8dec2faa7835f07d6f288b7cc99209d5e259c1942

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-22.0.0-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/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.7

File hashes

Hashes for pyzmq-22.0.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 91190910c62b9609f25ac6f3665b232010631f53e8021f2a11aa8bb01c4c98ab
MD5 05921fe61b6667f6a7f667b29d037498
BLAKE2b-256 85d7c17c1c7e144025ba929ee0fc513642daa839ced2121642219aa3c8ab7b5f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-22.0.0-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 1.0 MB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.7

File hashes

Hashes for pyzmq-22.0.0-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 296bf85bde1405d4b01019a6afc3ad1e3cb51510419424e306b4497b809a461d
MD5 143c0966071f9d533294140d05265973
BLAKE2b-256 f5b6cc111bf3948bc1bfefa00ef794a7428c7a1d81bbc3600fc74c43851eb946

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-22.0.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.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.7

File hashes

Hashes for pyzmq-22.0.0-cp37-cp37m-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c59bfdb14f1c51eb999624cbd5346dcaf9d888a0936d7aa0a4ea37f6cad2d2ca
MD5 c8d7502a164cb332b22dfa821f239e36
BLAKE2b-256 93062a2949a79d911c19ec3eb9d55357a70fe59b01a3e724ec97b23fb7d1918a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-22.0.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.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.7

File hashes

Hashes for pyzmq-22.0.0-cp37-cp37m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 eb855cc6d4f61d27171f05950d76338d606d0f118dbc4ac9156d6b47db322c92
MD5 6784cc7aef287600d84df8471c980652
BLAKE2b-256 3e82b7566f56682ab4463363ba2931e17d77f82aed07154d2b41833bd89f3997

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-22.0.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.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.7

File hashes

Hashes for pyzmq-22.0.0-cp37-cp37m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 9e89b982b041b4b3727eb5818029c9cb9050d490a4d175ea0bba876965a0dadc
MD5 9aed381f68f0626df834448b0225c11e
BLAKE2b-256 59b5d96c794f8f287f79fc366d2a9ad543b260381b79dedad00cdb9767e5f194

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-22.0.0-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 1.0 MB
  • Tags: CPython 3.7m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.7

File hashes

Hashes for pyzmq-22.0.0-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e823078f28f1c11e32f513a4a638559036cd8cbddf7360e5fe72074e6050b5b4
MD5 499116778decd29279bb7e2b1e2010fe
BLAKE2b-256 6b683c2316f81ed2c9b493ae3d3cce52ba1db2663888860b4a9e5f4f0a1d0938

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-22.0.0-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/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.7

File hashes

Hashes for pyzmq-22.0.0-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 f5642b639d14351b1ae8480eb75a80f5933947864391ffd1a93280c620f7447c
MD5 77e8e82568a794428a907dd3ca20cd55
BLAKE2b-256 50e58fbc27ca50a7a7eb2fd50093246a90e1c26edcc13c60f9790dc13b16025e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-22.0.0-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 1.0 MB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.7

File hashes

Hashes for pyzmq-22.0.0-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 f588bee64a592cf949d53f5fc26802d8832c5ef419a4ec08cb9302a35918c46a
MD5 5fe3bb10bbe8a8c328b8a97c1f50bd9c
BLAKE2b-256 08416393bc9a4dcdc04439718e5cd72b0ae8fd43d8ad60e738c290276da84559

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-22.0.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.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.7

File hashes

Hashes for pyzmq-22.0.0-cp36-cp36m-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 09741d6c934e4a20c3b5019de23981298547695326fa01b4872d73d34e593f97
MD5 ca555f4006532132523430affe6fc362
BLAKE2b-256 9298ee0b421022f65459b6ca611a0a9c02555c85132b30dab6df94e0fa2de699

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-22.0.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.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.7

File hashes

Hashes for pyzmq-22.0.0-cp36-cp36m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 9b412fb8fb0f5f85e0e63587fe5f16018688c0dc1db25e28691ee23e193ebb2c
MD5 04a708f763bc7c4c2c0524d970be1b29
BLAKE2b-256 9d8763dd9edb03f6f53aa77c31098c2bc7687480b02cf9a708793b3a35395a0b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-22.0.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.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.7

File hashes

Hashes for pyzmq-22.0.0-cp36-cp36m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 e49ceb319240eaa38ae402939c6a0779205f6d3c9b9e860b37513cd3af5d39b0
MD5 fee6f2abe7bf0074229d67a81b15811c
BLAKE2b-256 c1d5d3057f2e4650533356ba2ced728583d3c543ba91411158c8ebb1038a148a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyzmq-22.0.0-cp36-cp36m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.6m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.7

File hashes

Hashes for pyzmq-22.0.0-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a55335ecabc0c17ce6bd51bd96a8c5d48289ff715fcc292f0bc785b21c6abb75
MD5 6708ce00a1b81e42057f0fc7a5400a34
BLAKE2b-256 f40d0fc7775bb5658a959dd3f630a2f42c4955daf797b9d07c0919b311027505

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