Skip to main content

Python bindings for 0MQ

Project description

PyZMQ: Python bindings for ØMQ

This package contains Python bindings for ZeroMQ. ØMQ is a lightweight and fast messaging implementation.

PyZMQ should work with any reasonable version of Python (≥ 3.7), as well as PyPy. The Cython backend used by CPython supports libzmq ≥ 2.1.4 (including 3.2.x and 4.x), but the CFFI backend used by PyPy only supports libzmq ≥ 3.2.2 (including 4.x).

For a summary of changes to pyzmq, see our changelog.

ØMQ 3.x, 4.x

PyZMQ fully supports the 3.x and 4.x APIs of libzmq, developed at zeromq/libzmq. No code to change, no flags to pass, just build pyzmq against the latest and it should work.

PyZMQ does not support the old libzmq 2 API on PyPy.

Documentation

See PyZMQ's Sphinx-generated documentation on Read the Docs for API details, and some notes on Python and Cython development. If you want to learn about using ØMQ in general, the excellent ØMQ Guide is the place to start, which has a Python version of every example. We also have some information on our wiki.

Downloading

Unless you specifically want to develop PyZMQ, we recommend downloading the PyZMQ source code or wheels from PyPI, or install with conda.

You can also get the latest source code from our GitHub repository, but building from the repository will require that you install recent Cython.

Building and installation

For more detail on building pyzmq, see our docs.

We build wheels for macOS, Windows, and Linux, so you can get a binary on those platforms with:

pip install pyzmq

but compiling from source with pip install pyzmq should work in most environments. Make sure you are using the latest pip, or it may not find the right wheels.

If the wheel doesn't work for some reason, or you want to force pyzmq to be compiled (this is often preferable if you already have libzmq installed and configured the way you want it), you can force installation from source with:

pip install --no-binary=pyzmq pyzmq

Old versions

pyzmq 16 drops support Python 2.6 and 3.2. If you need to use one of those Python versions, you can pin your pyzmq version to before 16:

pip install 'pyzmq<16'

For libzmq 2.0.x, use 'pyzmq<2.1'

pyzmq-2.1.11 was the last version of pyzmq to support Python 2.5, and pyzmq ≥ 2.2.0 requires Python ≥ 2.6. pyzmq-13.0.0 introduces PyPy support via CFFI, which only supports libzmq-3.2.2 and newer.

PyZMQ releases ≤ 2.2.0 matched libzmq versioning, but this is no longer the case, starting with PyZMQ 13.0.0 (it was the thirteenth release, so why not?). PyZMQ ≥ 13.0 follows semantic versioning conventions accounting only for PyZMQ itself.

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyzmq-26.0.0a1.tar.gz (366.4 kB view details)

Uploaded Source

Built Distributions

pyzmq-26.0.0a1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (797.8 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

pyzmq-26.0.0a1-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (839.3 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

pyzmq-26.0.0a1-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (610.3 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

pyzmq-26.0.0a1-pp39-pypy39_pp73-manylinux_2_28_x86_64.whl (796.3 kB view details)

Uploaded PyPy manylinux: glibc 2.28+ x86-64

pyzmq-26.0.0a1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (797.7 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

pyzmq-26.0.0a1-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (839.3 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

pyzmq-26.0.0a1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (610.3 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

pyzmq-26.0.0a1-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (610.3 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

pyzmq-26.0.0a1-pp38-pypy38_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (801.9 kB view details)

Uploaded PyPy manylinux: glibc 2.12+ x86-64

pyzmq-26.0.0a1-pp38-pypy38_pp73-manylinux_2_12_i686.manylinux2010_i686.whl (847.0 kB view details)

Uploaded PyPy manylinux: glibc 2.12+ i686

pyzmq-26.0.0a1-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (610.3 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

pyzmq-26.0.0a1-pp37-pypy37_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (801.9 kB view details)

Uploaded PyPy manylinux: glibc 2.12+ x86-64

pyzmq-26.0.0a1-pp37-pypy37_pp73-manylinux_2_12_i686.manylinux2010_i686.whl (847.0 kB view details)

Uploaded PyPy manylinux: glibc 2.12+ i686

pyzmq-26.0.0a1-cp312-cp312-musllinux_1_1_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ x86-64

pyzmq-26.0.0a1-cp312-cp312-musllinux_1_1_i686.whl (1.6 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ i686

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

Uploaded CPython 3.12 musllinux: musl 1.1+ ARM64

pyzmq-26.0.0a1-cp312-cp312-manylinux_2_28_x86_64.whl (904.7 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.28+ x86-64

pyzmq-26.0.0a1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (903.8 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

pyzmq-26.0.0a1-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (947.0 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ i686

pyzmq-26.0.0a1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (709.5 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

pyzmq-26.0.0a1-cp311-cp311-musllinux_1_1_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

pyzmq-26.0.0a1-cp311-cp311-musllinux_1_1_i686.whl (1.6 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ i686

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

Uploaded CPython 3.11 musllinux: musl 1.1+ ARM64

pyzmq-26.0.0a1-cp311-cp311-manylinux_2_28_x86_64.whl (912.9 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.28+ x86-64

pyzmq-26.0.0a1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (912.4 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

pyzmq-26.0.0a1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (954.6 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686

pyzmq-26.0.0a1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (717.1 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

pyzmq-26.0.0a1-cp310-cp310-musllinux_1_1_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

pyzmq-26.0.0a1-cp310-cp310-musllinux_1_1_i686.whl (1.6 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

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

Uploaded CPython 3.10 musllinux: musl 1.1+ ARM64

pyzmq-26.0.0a1-cp310-cp310-manylinux_2_28_x86_64.whl (913.0 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.28+ x86-64

pyzmq-26.0.0a1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (913.9 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

pyzmq-26.0.0a1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (956.1 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686

pyzmq-26.0.0a1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (717.3 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

pyzmq-26.0.0a1-cp39-cp39-musllinux_1_1_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

pyzmq-26.0.0a1-cp39-cp39-musllinux_1_1_i686.whl (1.6 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

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

Uploaded CPython 3.9 musllinux: musl 1.1+ ARM64

pyzmq-26.0.0a1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (717.8 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

pyzmq-26.0.0a1-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (906.7 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ x86-64

pyzmq-26.0.0a1-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl (952.1 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ i686

pyzmq-26.0.0a1-cp38-cp38-musllinux_1_1_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

pyzmq-26.0.0a1-cp38-cp38-musllinux_1_1_i686.whl (1.6 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

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

Uploaded CPython 3.8 musllinux: musl 1.1+ ARM64

pyzmq-26.0.0a1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (718.1 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

pyzmq-26.0.0a1-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (906.6 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

pyzmq-26.0.0a1-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl (951.6 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ i686

pyzmq-26.0.0a1-cp37-cp37m-musllinux_1_1_x86_64.whl (1.5 MB view details)

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

pyzmq-26.0.0a1-cp37-cp37m-musllinux_1_1_i686.whl (1.6 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ i686

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

Uploaded CPython 3.7m musllinux: musl 1.1+ ARM64

pyzmq-26.0.0a1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (717.9 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

pyzmq-26.0.0a1-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (902.9 kB view details)

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

pyzmq-26.0.0a1-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl (951.0 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.12+ i686

File details

Details for the file pyzmq-26.0.0a1.tar.gz.

File metadata

  • Download URL: pyzmq-26.0.0a1.tar.gz
  • Upload date:
  • Size: 366.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.8

File hashes

Hashes for pyzmq-26.0.0a1.tar.gz
Algorithm Hash digest
SHA256 49b6ec20995ae63c248393f1f4eb42e83e0cc08f16b7bcd5a84c011f09f738e3
MD5 b41c6dce4cf7b2fc0e709a984fb308e9
BLAKE2b-256 71804604c9dde9b6d32105fd165fce94fcc116e626a0c2f2298de315db21398c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 62b6b300d9ad6b57ae841cb52afb949229a5710285059f43cb56734691fd664c
MD5 204f219a7d48ae8618804fecd0acb206
BLAKE2b-256 03a46f3140babd50e3ed2f627fcc08466fbdf8bbb2db0eeef6d7738122780b6d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a1-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 0e104f1c0c0efeb0a729489597a982c4be8fd9a9a07be5a2ba946cb6593b78ee
MD5 fe7c815e6b4fc297ea535dbab20fdcd9
BLAKE2b-256 f603344fa04b0c35b2084c01d98285d2ba8c464ede27746bfb40a1675dc91c60

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a1-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5c00bc757459521f38c8aabc8802566312a2c507479363ccb2216fc9438a3b5b
MD5 edb14a81c8fbc23e8c9c95a9a9c62e4a
BLAKE2b-256 38b3f627511135341cfb43384fc2e56e384f24c3aa9a0d55da09586816574c44

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a1-pp39-pypy39_pp73-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ddbf4b852f917585aeacc9c0259415232741060a7b99cf398b41243e0ecd8fdc
MD5 4bb286097d7a18a02eeab7bd5d6ca28e
BLAKE2b-256 7591f641c2af273c5b08f21913d15e8000d261264d5a5df81b698ac35d57746f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1da77f85ce8f8e957499cc78edec469f5f364c2d422d836437ad6e9b4b869730
MD5 a9ece65785af46fa0e82aefd627128aa
BLAKE2b-256 0c09b571066ea3a744eff81fdff545ac87724926d9f321be8168ae50bd92479a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a1-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 990d0c33c3779d5c582b715a0144e8311230b4ca64b5fb4e6616ab85e629cdf2
MD5 bd9b166de98a4b602ddde85299d6093c
BLAKE2b-256 984a2f15fee79577d0582e1dc4367fd15ba3e07542001562c31f1fbf2312f3f7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8aff602cf4fef6df716f846f62cc4f343b5c4f84453773b13a5c929df7391a4d
MD5 5b445db7bc8469a5cccc9adf18fcd536
BLAKE2b-256 693799e2ecef70a7e1416f55caed92b7ba57167ce5554a7e80d320d729368bb8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a1-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b09654f6a7dc956f3d5fe05a6ad80cd39927e7f4f2e64fb1207c894e64156561
MD5 89d3fb2ee70460a0239552e3da8c7be5
BLAKE2b-256 68b6412e60b09da7c995d90ba5724d79cbb39e6e33c84189008d1f93744778f2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a1-pp38-pypy38_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 731fe36b3a5fadda08484950b5ad3009e09523bef63b30720f0e60b7247556f1
MD5 a8777399a0cced333e652377f88edc61
BLAKE2b-256 938066926b6988be3c76460ece39a7d7a7103b857d6fd8d1a85811da5c3b6755

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a1-pp38-pypy38_pp73-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 45584eb97c86412b283ab801769477440eddc3566f9f92c0a41077589bd3a132
MD5 dd43b8864b33b4a463ea2bf92852b434
BLAKE2b-256 ce25a417f373c3737e354bb667bfaba01297e1e8474e10ecbcc623f431e6cafd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a1-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a4f835bcf0ad87a7cbc315952a2acf265923860c06759d7bea0b01d8cb79be9e
MD5 3fae61f455cafd4dc5f9663f93a5a17f
BLAKE2b-256 0d65def7116f56850f0c9d0afe40eabde52b8c2913dda189477c7d05f6f82339

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a1-pp37-pypy37_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 fd324814be18eb990566645c9dcb58de2c6c0ac3b273b0879514b1fd6234f8da
MD5 5190dbe25045913359ec86fce2e775bb
BLAKE2b-256 68185e9279cb6af7100097fb205cc043fdb719196b3d3395191a45fe1d5d5f43

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a1-pp37-pypy37_pp73-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 97615702a4b2791ecabbff5b5ec44765cc19e021bf833b3652e33015f745305c
MD5 a5fe7fb7f7b994b3f0bee527314b8c9f
BLAKE2b-256 d21d5f102131644365dd048e790e17ebb0c621084e311f852b3abbca3e056de1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a1-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 b41d7627d7c46d36fe1d8dda66882f87c0ae4c7db28d62ceda5c150aaa4a5fd9
MD5 69551c4addb4ce42520fea90e9f3da04
BLAKE2b-256 925c2e79bdce1532f1d79de0e1afd8ee3646b5a52543e564f1f9bd242b9157f0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a1-cp312-cp312-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 4a35ba99e3fe6c3ef9490e881ec67e0d6eef4bcf2ffca3f28a6ee3c9638b9674
MD5 c766dc21c36c8319c6c8958b57fe1afa
BLAKE2b-256 ba417abcf2002243de07d2f64bfa6c8b6546a6fe82b3b1dd50317adbbf781c5f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a1-cp312-cp312-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 c3b298ec810f1b110fd2466f7d138204fe441d1a059d9193549954c7e6a21b73
MD5 46abbc986031cd9cc5a16e9b4f18d75e
BLAKE2b-256 174f8007779cc02c1a41da627f93ee9fd869d17db819259ed6398e04c530b8de

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a1-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2db9ccfa60a05a591a5ab19c4d3f252d46de376c8fcf1a96ee728cc45083c6ae
MD5 20e1265ee6b9046eccd59642b2db474f
BLAKE2b-256 be07f2eb8c99dc3c6f213a8703e11bb3d3b9f8d9d3e6cc825c0ee15074ca1e67

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7a80e662d97edb83c0d5befdee9b867d8310839a0a5bd31808756a64301baac7
MD5 be8a4643a598249b315320555049ea3f
BLAKE2b-256 60a5761644e39e3f1cf9e6b201eb3552fdd5f655654486931d295ed565545ed1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a1-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 15b0ac9cebdafc5985baa0ea51bd1c2153adef43de0b340814c9854a8fdfddcf
MD5 8d1acdb2a5d0c2b6b16b7267d7c52bf9
BLAKE2b-256 8ceeccb69928a062bae47a09d1bd6f62cf34e902f085e313165d6787e461676d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 46eaa62c3de76a9aec3760e4e0f36de7cb429e731c0d9d04677c9288bad7081b
MD5 9c726d7aebe67819df5d19126f60d0d3
BLAKE2b-256 c6b9fd6dbc1af9e7c454087245b7a6ab613316c6da8f89e55378ed12750ab93d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a1-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 044a8beed49fef81dd98f53283254fce4400330785d14ed7c89df3b49ce2771d
MD5 663e8eabe03cb136904f4b2534c812ee
BLAKE2b-256 2e350ad167678914cde6a697a5ad831dc6b2766f4722cf62b8cb5ee92c971c38

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a1-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 3a59c788da20de3eebdd5d12c847137398af1c8d64c16482bdcd17f430508c9c
MD5 95f85be86ad0ba97ab0e00b8c056f777
BLAKE2b-256 74e3daa0707fd2d1964a172f640992c7e8929b69fe9a279d05a2ffe92e8c0062

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a1-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 48b5059692722e5ed4a0616852281909466388ad646ed9d9c2b35a800c467fed
MD5 5795dd6c156148bcabc5c1bedd14e877
BLAKE2b-256 3c7e4af79538b39d79fc7d10617a6ba7c37dc1f36ad7819377f61669f406d302

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a1-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d65ef6576ee7e2d8e1f3876644e0651c29b101eeac6f4f29216be7f69407f9fd
MD5 7a0840e66f5e6662272f1a286c0050cc
BLAKE2b-256 aa11d6cee46895c15c87295d7e2a99d65b45d8242cee35dcabb5c282b6cd1d80

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6dea41e3419923df33b0d6a8fdc845ef1f867298acd2c25f8c3fd19c91de15f6
MD5 d15c05600ebcde197bbf76898f37a3c8
BLAKE2b-256 3d0e69cb1f0098979ce2a4b412b30f95abb700ebc8ba6dae1d9899a7749cb971

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 378176ba7acc1198c45dd97b3c483e97472afc7a54d3d25a554c0c7e4247cccc
MD5 5bd5d2dbe9079134b49c01c9df43cbdb
BLAKE2b-256 ca64f40921d5952351cfc1f94fc7134a0cb4c78d7c55a98f33f3fa0be3083876

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0580501c8542dfabf95a5b413444a031d1edf1febc12d3940dc3b26f744e4b29
MD5 526a9b53c19f8ba0727c002e301f9804
BLAKE2b-256 ae033d9a8dcd2f852b8c27ce98e0d9946c2f98969cf4fa6da6429a2f0b9cf231

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a1-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 afa2145da081015d8766664fc1f1a69934d63f516ca2c53b816e897740d61ecc
MD5 f5243ad4c97e8939fa9c3fbe1578dcdf
BLAKE2b-256 3afc0b015386cc9593870e9b3ea2870127069e5410bf0e6f8675beb70f9876de

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a1-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 a5ec37b9e80c5215770b4101a021faa4440cc01f2af6f7d42cc1c26bc94ccbdd
MD5 04a2496baf80fc96fe80a930b02d61e7
BLAKE2b-256 79071f2f4373f0a704a5de6360230f6e29d00f36bf827717ea75ff03a34b798c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a1-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 15601a5323b9523c74c4be1843d5a12691b37b9c04c8ab9afbbf1618ed3e0ca6
MD5 b4b9b8caedaadff8c9c2b80d6a73c91d
BLAKE2b-256 0103261bab21343c84641ae30b17e5679383eb2601c0283b05a35269e0932059

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a1-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 45937cd3facc66ef7bda0917f9ef0503a94ec814f2c7e56b64ffd4338217539d
MD5 54560cbc78f17e45e1d5f3e59606022d
BLAKE2b-256 f9e8745ff709b2ab11b64b232a5403faab8dc867edbcbaee52a4e9d6a59d6be0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 56f6498e5eb39c0a6897d874bf632cff117639c1a54a78ef8355ee4a8eeca7b6
MD5 035d0deb5d788337e70d003cd88350f8
BLAKE2b-256 10af5b38d5a553cafc64f7b682ac551b5bfc5496b05a9509f75bb6d4c91d415d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e23443273c6ed992f98b435c2a1c5db24f056dc80d80b7c5afed41ee50316434
MD5 d7a13e19b0fddf0424489e871e3c57e5
BLAKE2b-256 656d0683f246fef475b962e428fc36978127085971b3f3861481d531f346d9a2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a71eded122317b0b1f61b59ff6a3b33813a2371002557dfd60a15122b453dc87
MD5 00623ee6c8c459a4d01c53a5e4f6b4e2
BLAKE2b-256 a55195daad9251f0c5d1bfc3d2d32206b5f134b2573a769402548c182a10a1f5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a1-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 137417b98272620633a4a7906a6a051789eb55b7996541f2df4ec059b6f179b6
MD5 70053f766d0b3372d024142bf076376a
BLAKE2b-256 efce4eee5423e25abb36fbbae36271571243cc0965ce2780f47ca3343619ce43

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a1-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 cdfac3517bac4794d619239e156daa36426f6432527d18e86fe703cdafd89514
MD5 a92513fa0d0fb090ff4b6d852ae44b50
BLAKE2b-256 401990979aaef384ccc09eafdd9050b2b6d29df6f8a1ae74f6c99b76253784cd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a1-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 1c4aff1ca0798a50d2b5299783c4553474ad45b3f1580df1b86a2a2d50fab215
MD5 cbc4ad312d698601a1e5163c77944763
BLAKE2b-256 4ba8301d1d6dbb1ec29260575ef9e20e03fdbd999552e0b14921550e8c5fb84e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e9414d73767ae30c908747693c3bc3c43a84ca283cb428ec8d4fbaa195652c9f
MD5 f740543ce83a938db4bf977b7cb7d35f
BLAKE2b-256 dd1dbc3939eaca1203bd475fec800ca575fedda16c8bb099d929273d06615b8c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a1-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 0ec5c947d8ccf6ea400998320cb8ab3da5ccb3e8489f0378493242f322501f3e
MD5 f37f47ecc6ffb9ad8318a1b5892ea9f8
BLAKE2b-256 9cad8e07f4e0fa87ce612b9ebd1d6c0fa779beebca3bfdd2dbc2a856465faea1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a1-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 2cd31e856c3b49d21b5588f4ccf97f2e5457cb2a9e97c508a1db7687cc1f1f13
MD5 9ab9dca67f4aa834ab04c5759a8620e6
BLAKE2b-256 7dd3a739be8b0de39ca2abb1e8546d5cb8beeeb8a69fe755d48d9e88efbaec84

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a1-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 bebb5539590ed4340c707988be9b5c0037847439b4f9a3cffa42369e68e90022
MD5 00b03d4732b65876076362a882f2e62b
BLAKE2b-256 10bdbd92484df2238b20b9510b03b334947f7d5d8cfddcc8014fc9bcc24e334b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a1-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 549686e90d6874c28df5546b0b0eaa15d3658878368ef5897b16d507a3ca0575
MD5 4218615c570260d37f0a90cfcd15ffad
BLAKE2b-256 cde7a2afd64c626936c52f7f81f8863f4551fd8bf162f5021dbb02e2fe3c77be

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a1-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 46db3294ed9b4ae4fa7da305e3c2eff40e4fe39371dd38c2fd765401a07cf108
MD5 dc9b1a7af573672706e0d17f050bab58
BLAKE2b-256 bab0c679ba247d83abb516b3c2af97a6447c05a397c4c8f0ac6f8f2755a0d459

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f0ad2c37110042bbbb526f0c565741709b65899c217f9872ff9075de89ec201e
MD5 20daf7cf5128b3b57c4c85586e00e37d
BLAKE2b-256 c06b8fb55b90610c5933e1b7bd198aec2c3cd0c616976d82199b5b757ae1d296

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a1-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 dc16f1d79beeab261f5335b29fd8250277de28bb1f044137c3cd9f18a3ace192
MD5 425d0a83adcdce840d3f07708b4f0188
BLAKE2b-256 2caabfd6f8184a46af5e7b69498be402e1f98a96ffef7ee9fba1e733fc84bb40

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a1-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 b984714970e6b4ee29b6493ffc0865697ea9f35216e083be353a0fd82e1da327
MD5 9ed621662227c2c49c4c6dbc7fa09b38
BLAKE2b-256 0de82ee1d57c775442a66a66a0a7c877fc3137cf562c847cb67e2f0c2c196896

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a1-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 e8e70068575c8775c1385fadf51e4b1897575a56d35b7d4e4267dac9e4458d6b
MD5 45bc7753212ae393dbf85bd65c3b0f9c
BLAKE2b-256 b4f5b281a4b92d9aa7d99f3bf9376058e21eb827ce86d7c23fc679a8abf3e272

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a1-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 25851672fe3bbbd1fbbb125dd4ab221e46f4b595177ceb5e3bc4629bf1696e8c
MD5 1745a4a37b3a0d2e1613ca85f35f2396
BLAKE2b-256 9939d6cc9e6e4fdbf1d8c5164332239e7e82b3d8746b480131d1b9f8cf10d809

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a1-cp37-cp37m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 492214d7941676cc72d6687e49a7d20bacf65e100c9efa187ff5bb8b380c6308
MD5 d98fd72629668b3f00523f64e4761478
BLAKE2b-256 c57edfc3c2c1b7ccf07001b11e87aca1f0ff328448f54cd932f01ce67cff4cf5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 98399fcaaf1255c163cc0d6acc53d192ee723724437a276d94bda1cb986d790d
MD5 33ee66d75697421d607e481c2996e88f
BLAKE2b-256 56426b667dc76db5bb2a9a7bcb270da964c9d4e9ab2619f81ef0540f1ce9e347

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a1-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 d4b45ff2b8fbb0e56eb32fe5d2bb7f52191a7b1401c276a63a899b4910a12c4f
MD5 5834732de3a585823d2d347dd04b44f5
BLAKE2b-256 be2cc177a921d627b75a255ce4f9dd0f9e2518e15567ae9638eaf9629506fa16

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzmq-26.0.0a1-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 58e4d903b067fa92c2f3969f71cbc0d86247cf637dd4f8335b9dc2eefb553d43
MD5 412cc6554fb9e58468682c28eaaef220
BLAKE2b-256 0f74883324b089431a6f37cb5e3aebb030434bcd94c9c355c2e98e3825b74c3c

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