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.9), as well as PyPy. PyZMQ 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 stable (not DRAFT) 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.
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.
Release files for pyzmq 27.2.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pyzmq-27.2.0.tar.gz | 292.3 kB | Details |
Built distributions (wheels)
Total release size: 90.5 MB
Release files / pyzmq-27.2.0.tar.gz
| Download URL | pyzmq-27.2.0.tar.gz |
|---|---|
| Size | 292.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
54d4259d1bfae24ecdb5ca79f7acc2eac6c286a02d6a0ae617797cb45f0726d3
|
|
BLAKE2b-256 checksum How to use checksums |
e78d5b3d5631c2f4b4b8862f64cd0c9eb777b5710eeb5125b4be8dd0a200a4c0
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 20, 2026.
Transparency logRelease files / pyzmq-27.2.0-pp311-pypy311_pp73-win_amd64.whl
| Download URL | pyzmq-27.2.0-pp311-pypy311_pp73-win_amd64.whl |
|---|---|
| Size | 554.0 kB |
| Tags | PyPy 3.11 PyPy 3.11 7.3 Windows x86-64 |
|
SHA-256 checksum How to use checksums |
3ee8dd7031d5e23f632e0e7eee67183ca7d2536e0de35dc1e5d69f3471a791e8
|
|
BLAKE2b-256 checksum How to use checksums |
77a3f134603a671c114c6b56eb912bba890f09e2d43b8a28d243be5a5507cf2f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 20, 2026.
Transparency logRelease files / pyzmq-27.2.0-pp311-pypy311_pp73-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
| Download URL | pyzmq-27.2.0-pp311-pypy311_pp73-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl |
|---|---|
| Size | 780.6 kB |
| Tags | Linux glibc 2.26+ x86-64 Linux glibc 2.28+ x86-64 PyPy 3.11 PyPy 3.11 7.3 |
|
SHA-256 checksum How to use checksums |
f5c6d8744d10b5e1eadd90a7c58f8546acf6bf680ee463f7e6ada09ad6c9f802
|
|
BLAKE2b-256 checksum How to use checksums |
d2285b1042899caed18278c56d54a502f5254d463afe8aea1acbecc98e053391
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 20, 2026.
Transparency logRelease files / pyzmq-27.2.0-pp311-pypy311_pp73-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
| Download URL | pyzmq-27.2.0-pp311-pypy311_pp73-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl |
|---|---|
| Size | 614.5 kB |
| Tags | Linux glibc 2.26+ ARM64 Linux glibc 2.28+ ARM64 PyPy 3.11 PyPy 3.11 7.3 |
|
SHA-256 checksum How to use checksums |
679b5b1dde326a921ea2c9ec1f9ea3115bfe1b4735779bbc6eb0473a0ed93f71
|
|
BLAKE2b-256 checksum How to use checksums |
9764e22094c5555e550b6450ecfcceb6a1205d893d9a18ae27764c8c45acfb16
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 20, 2026.
Transparency logRelease files / pyzmq-27.2.0-pp311-pypy311_pp73-manylinux2014_i686.manylinux_2_17_i686.whl
| Download URL | pyzmq-27.2.0-pp311-pypy311_pp73-manylinux2014_i686.manylinux_2_17_i686.whl |
|---|---|
| Size | 878.0 kB |
| Tags | Linux glibc 2.17+ x86-32 PyPy 3.11 PyPy 3.11 7.3 |
|
SHA-256 checksum How to use checksums |
ae6ebbc0bfe5a21ce21e32ba567bf73df2d93888109c65acbd42506cf9395759
|
|
BLAKE2b-256 checksum How to use checksums |
9ccf5c8eb9994a14ff5ee5b0cada339421748746c95aee0280c8b656741e8749
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 20, 2026.
Transparency logRelease files / pyzmq-27.2.0-pp311-pypy311_pp73-macosx_11_0_arm64.whl
| Download URL | pyzmq-27.2.0-pp311-pypy311_pp73-macosx_11_0_arm64.whl |
|---|---|
| Size | 774.4 kB |
| Tags | PyPy 3.11 PyPy 3.11 7.3 macOS 11.0+ ARM64 |
|
SHA-256 checksum How to use checksums |
c218b816220d05acf6ab1bafca58926d95cbcc5fec5024724666030466308f0c
|
|
BLAKE2b-256 checksum How to use checksums |
927109b71620ad52bad4eb68b1516978ecaf52ef623c3fa16e0732a03cf3274c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 20, 2026.
Transparency logRelease files / pyzmq-27.2.0-pp311-pypy311_pp73-macosx_10_15_x86_64.whl
| Download URL | pyzmq-27.2.0-pp311-pypy311_pp73-macosx_10_15_x86_64.whl |
|---|---|
| Size | 875.0 kB |
| Tags | PyPy 3.11 PyPy 3.11 7.3 macOS 10.15+ x86-64 |
|
SHA-256 checksum How to use checksums |
a7c1144dc61777938e932a2c9011b980b89fd8ff3733033b34c44c299187a6e1
|
|
BLAKE2b-256 checksum How to use checksums |
93227187a1f0bf2b8bf8dc6b91762438fb9b472f684f2dc4cb74a24bf8957943
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 20, 2026.
Transparency logRelease files / pyzmq-27.2.0-pp310-pypy310_pp73-win_amd64.whl
| Download URL | pyzmq-27.2.0-pp310-pypy310_pp73-win_amd64.whl |
|---|---|
| Size | 554.0 kB |
| Tags | PyPy 3.10 PyPy 3.10 7.3 Windows x86-64 |
|
SHA-256 checksum How to use checksums |
94242bd4de6af7e74665e14a88630bccd615057f6acfaf08a3a432551d604645
|
|
BLAKE2b-256 checksum How to use checksums |
908e52239b9b5fe4f9cf77e272e6a8c548c01ba407d08d3aeeb3220816669ef1
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 20, 2026.
Transparency logRelease files / pyzmq-27.2.0-pp310-pypy310_pp73-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
| Download URL | pyzmq-27.2.0-pp310-pypy310_pp73-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl |
|---|---|
| Size | 780.6 kB |
| Tags | Linux glibc 2.26+ x86-64 Linux glibc 2.28+ x86-64 PyPy 3.10 PyPy 3.10 7.3 |
|
SHA-256 checksum How to use checksums |
dde5e291548ca0f397623b5e523db5c90172b32aa4fd3ba464a79ea31a580b43
|
|
BLAKE2b-256 checksum How to use checksums |
b328833485224e1bd8960cbf3539db465ab2bf23b50de885dc4225a637480539
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 20, 2026.
Transparency logRelease files / pyzmq-27.2.0-pp310-pypy310_pp73-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
| Download URL | pyzmq-27.2.0-pp310-pypy310_pp73-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl |
|---|---|
| Size | 614.5 kB |
| Tags | Linux glibc 2.26+ ARM64 Linux glibc 2.28+ ARM64 PyPy 3.10 PyPy 3.10 7.3 |
|
SHA-256 checksum How to use checksums |
211350c3ccd4746bc5a85e8fe961bad1f7f2f274f67cf1f785fad7f96f562eea
|
|
BLAKE2b-256 checksum How to use checksums |
2d5a7a070d0e9911441061402013f0c64e5772ee781704c5dae093e6b051c6f6
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 20, 2026.
Transparency logRelease files / pyzmq-27.2.0-pp310-pypy310_pp73-manylinux2014_i686.manylinux_2_17_i686.whl
| Download URL | pyzmq-27.2.0-pp310-pypy310_pp73-manylinux2014_i686.manylinux_2_17_i686.whl |
|---|---|
| Size | 878.0 kB |
| Tags | Linux glibc 2.17+ x86-32 PyPy 3.10 PyPy 3.10 7.3 |
|
SHA-256 checksum How to use checksums |
0e1af01858d6dc0c09cea57f9cb1ddf4601f04897b6bb1efc3a2038123c87d79
|
|
BLAKE2b-256 checksum How to use checksums |
646fb958b0785eb15ab7a78913e3df8de705dbf226ce1d0004998fa4872bdd59
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 20, 2026.
Transparency logRelease files / pyzmq-27.2.0-pp310-pypy310_pp73-macosx_11_0_arm64.whl
| Download URL | pyzmq-27.2.0-pp310-pypy310_pp73-macosx_11_0_arm64.whl |
|---|---|
| Size | 774.4 kB |
| Tags | PyPy 3.10 PyPy 3.10 7.3 macOS 11.0+ ARM64 |
|
SHA-256 checksum How to use checksums |
b398c5fe102b41e1559f7ffdae760aabd5f432d73b047b4ae0eac4e01cb594d2
|
|
BLAKE2b-256 checksum How to use checksums |
b8edc8daf770ca31eb293bef40f801f05148e0a96ad538d55ec3bceb226c91ec
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 20, 2026.
Transparency logRelease files / pyzmq-27.2.0-pp310-pypy310_pp73-macosx_10_15_x86_64.whl
| Download URL | pyzmq-27.2.0-pp310-pypy310_pp73-macosx_10_15_x86_64.whl |
|---|---|
| Size | 875.0 kB |
| Tags | PyPy 3.10 PyPy 3.10 7.3 macOS 10.15+ x86-64 |
|
SHA-256 checksum How to use checksums |
770a37f28ddfbe1d2c40a2e3ce37e5fd10831daa6ae9634105aa8a5d23507b00
|
|
BLAKE2b-256 checksum How to use checksums |
8c261a7cd2d8e4e3c27d83a46960e22101b69f527843be140cb3375267aa8ca6
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 20, 2026.
Transparency logRelease files / pyzmq-27.2.0-pp39-pypy39_pp73-win_amd64.whl
| Download URL | pyzmq-27.2.0-pp39-pypy39_pp73-win_amd64.whl |
|---|---|
| Size | 554.0 kB |
| Tags | PyPy 3.9 PyPy 3.9 7.3 Windows x86-64 |
|
SHA-256 checksum How to use checksums |
8a5c04ad2e368142aea52d1abdf6631cb2534864e3c16ab78268ab957060b2a6
|
|
BLAKE2b-256 checksum How to use checksums |
21cdf6dc203ff9e86f0446d76299b7dd7ca62484ed95f4952eea224d491d76a3
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 20, 2026.
Transparency logRelease files / pyzmq-27.2.0-pp39-pypy39_pp73-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
| Download URL | pyzmq-27.2.0-pp39-pypy39_pp73-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl |
|---|---|
| Size | 614.5 kB |
| Tags | Linux glibc 2.26+ ARM64 Linux glibc 2.28+ ARM64 PyPy 3.9 PyPy 3.9 7.3 |
|
SHA-256 checksum How to use checksums |
9ab72ee77b313d0658447204c8201f9b315146e923b48c56ea7dbd005d464a91
|
|
BLAKE2b-256 checksum How to use checksums |
22f2e0c941072bac7583e8fe5daff0ec75bdfa6451bd1a1178cef7ccc00756d7
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 20, 2026.
Transparency logRelease files / pyzmq-27.2.0-pp39-pypy39_pp73-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
| Download URL | pyzmq-27.2.0-pp39-pypy39_pp73-manylinux2014_x86_64.manylinux_2_17_x86_64.whl |
|---|---|
| Size | 792.2 kB |
| Tags | Linux glibc 2.17+ x86-64 PyPy 3.9 PyPy 3.9 7.3 |
|
SHA-256 checksum How to use checksums |
010db74a1dd67c7cd8b8b30916355735db7d633a070510bb34e41ab679ab2c0e
|
|
BLAKE2b-256 checksum How to use checksums |
d3aa91712896e5717b58bb43b3cb186fd36f017de2a2effefbe35cad59fd3853
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 20, 2026.
Transparency logRelease files / pyzmq-27.2.0-pp39-pypy39_pp73-manylinux2014_i686.manylinux_2_17_i686.whl
| Download URL | pyzmq-27.2.0-pp39-pypy39_pp73-manylinux2014_i686.manylinux_2_17_i686.whl |
|---|---|
| Size | 878.0 kB |
| Tags | Linux glibc 2.17+ x86-32 PyPy 3.9 PyPy 3.9 7.3 |
|
SHA-256 checksum How to use checksums |
a070a9cdad1f8f8a85ea153afcc4654f11b10895d14c0acabe10f1df0e0892ea
|
|
BLAKE2b-256 checksum How to use checksums |
90cbb04c3608759c4d98e3b1deeb2cf655e39eb87004912bf10a87ca51bbffbc
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 20, 2026.
Transparency logRelease files / pyzmq-27.2.0-pp39-pypy39_pp73-macosx_11_0_arm64.whl
| Download URL | pyzmq-27.2.0-pp39-pypy39_pp73-macosx_11_0_arm64.whl |
|---|---|
| Size | 774.4 kB |
| Tags | PyPy 3.9 PyPy 3.9 7.3 macOS 11.0+ ARM64 |
|
SHA-256 checksum How to use checksums |
dfcd024eade5870b25f890c4df0ba9421ed8167d8d3d82334237512c1158dada
|
|
BLAKE2b-256 checksum How to use checksums |
0c483869141f20e165718339dbcc8ff047541b77744b4122b65e729cc4cb437e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 20, 2026.
Transparency logRelease files / pyzmq-27.2.0-pp39-pypy39_pp73-macosx_10_15_x86_64.whl
| Download URL | pyzmq-27.2.0-pp39-pypy39_pp73-macosx_10_15_x86_64.whl |
|---|---|
| Size | 875.0 kB |
| Tags | PyPy 3.9 PyPy 3.9 7.3 macOS 10.15+ x86-64 |
|
SHA-256 checksum How to use checksums |
97d4c6622f129b514a4f5939af1b5f434c97f47085d9311b5f7f36e24b3bd447
|
|
BLAKE2b-256 checksum How to use checksums |
58c1480540257e5331d16b239af2897565bbae973aa5b23f8d128f74caf90930
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 20, 2026.
Transparency logRelease files / pyzmq-27.2.0-cp315-cp315t-win_arm64.whl
| Download URL | pyzmq-27.2.0-cp315-cp315t-win_arm64.whl |
|---|---|
| Size | 582.0 kB |
| Tags | CPython 3.15 CPython 3.15 free-threading Windows ARM64 |
|
SHA-256 checksum How to use checksums |
a843094b4d3d633bc3623e47a2ff50742d6af02bc1f7606aa2e67e971e21878d
|
|
BLAKE2b-256 checksum How to use checksums |
6e97bc4f0edefb992df4fdebcf9f0cc40f631cd4ed277e1ed59ef2cd99a5c8c5
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 20, 2026.
Transparency logRelease files / pyzmq-27.2.0-cp315-cp315t-win_amd64.whl
| Download URL | pyzmq-27.2.0-cp315-cp315t-win_amd64.whl |
|---|---|
| Size | 670.7 kB |
| Tags | CPython 3.15 CPython 3.15 free-threading Windows x86-64 |
|
SHA-256 checksum How to use checksums |
edce90a1e588ec63adbf612cc0ad582de4169cd216c7ae53c15f42a2ee902f35
|
|
BLAKE2b-256 checksum How to use checksums |
f8b533b781666f3f52ae834bc9c8e38f4f0483a826c5a91cccc993292007bf10
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 20, 2026.
Transparency logRelease files / pyzmq-27.2.0-cp315-cp315t-win32.whl
| Download URL | pyzmq-27.2.0-cp315-cp315t-win32.whl |
|---|---|
| Size | 591.1 kB |
| Tags | CPython 3.15 CPython 3.15 free-threading Windows x86-32 |
|
SHA-256 checksum How to use checksums |
ac126d48cf18aa955daabef43bf0009ff76ad4deee437d09ecf15388214b5beb
|
|
BLAKE2b-256 checksum How to use checksums |
35c180dd2d20d6e57bc68e1dce1e84bf3e76c9577c1bf728199985c8b4ea0fd1
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 20, 2026.
Transparency logRelease files / pyzmq-27.2.0-cp315-cp315t-musllinux_1_2_x86_64.whl
| Download URL | pyzmq-27.2.0-cp315-cp315t-musllinux_1_2_x86_64.whl |
|---|---|
| Size | 1.9 MB |
| Tags | CPython 3.15 CPython 3.15 free-threading Linux musl 1.2+ x86-64 |
|
SHA-256 checksum How to use checksums |
88c0fac061bac269076edeb3a209acefc96cd6167c239daf1c2b404ac48d7012
|
|
BLAKE2b-256 checksum How to use checksums |
9b88767af3a6630c15215f3a66700ec79598a375edd1fdc9d75a3ad522178c01
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 20, 2026.
Transparency logRelease files / pyzmq-27.2.0-cp315-cp315t-musllinux_1_2_i686.whl
| Download URL | pyzmq-27.2.0-cp315-cp315t-musllinux_1_2_i686.whl |
|---|---|
| Size | 2.1 MB |
| Tags | CPython 3.15 CPython 3.15 free-threading Linux musl 1.2+ x86-32 |
|
SHA-256 checksum How to use checksums |
ec8a318dfc27c7d946651b3d9e8025d5734f30c168a822195601827207bac09b
|
|
BLAKE2b-256 checksum How to use checksums |
21b42c007ae5f2fe5eca86cbfbc874ed86b5135f2f7812615dfd78606d3c93f6
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 20, 2026.
Transparency logRelease files / pyzmq-27.2.0-cp315-cp315t-musllinux_1_2_aarch64.whl
| Download URL | pyzmq-27.2.0-cp315-cp315t-musllinux_1_2_aarch64.whl |
|---|---|
| Size | 1.7 MB |
| Tags | CPython 3.15 CPython 3.15 free-threading Linux musl 1.2+ ARM64 |
|
SHA-256 checksum How to use checksums |
40124779c3a56ad5d91902df1ff89159cb414b6c1a0ee697abcc66cf5e6db62d
|
|
BLAKE2b-256 checksum How to use checksums |
1213f96359534bfb77651c15f1fbfc4bfdd7ec3489d23f434706d39598dd0dcd
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 20, 2026.
Transparency logRelease files / pyzmq-27.2.0-cp315-cp315t-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
| Download URL | pyzmq-27.2.0-cp315-cp315t-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl |
|---|---|
| Size | 879.0 kB |
| Tags | CPython 3.15 CPython 3.15 free-threading Linux glibc 2.26+ x86-64 Linux glibc 2.28+ x86-64 |
|
SHA-256 checksum How to use checksums |
95369ed6626afcfe2ac89832fb1b917c077fbeb905fbbe5d918349ce0222b89b
|
|
BLAKE2b-256 checksum How to use checksums |
d612b906b269116b6591dc15c0acc5d04c043957c8a531d336999731f4b1d899
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 20, 2026.
Transparency logRelease files / pyzmq-27.2.0-cp315-cp315t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
| Download URL | pyzmq-27.2.0-cp315-cp315t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl |
|---|---|
| Size | 706.0 kB |
| Tags | CPython 3.15 CPython 3.15 free-threading Linux glibc 2.26+ ARM64 Linux glibc 2.28+ ARM64 |
|
SHA-256 checksum How to use checksums |
0f4bd6743e8bf854c3bfce892dd6578a514aabf128e37a4b2eafcf01856f7e44
|
|
BLAKE2b-256 checksum How to use checksums |
2182a2c9bfd7c4d34eea1278493cd041bc000d41acb4463c89ceaad29dc813b6
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 20, 2026.
Transparency logRelease files / pyzmq-27.2.0-cp315-cp315t-manylinux2014_i686.manylinux_2_17_i686.whl
| Download URL | pyzmq-27.2.0-cp315-cp315t-manylinux2014_i686.manylinux_2_17_i686.whl |
|---|---|
| Size | 976.1 kB |
| Tags | CPython 3.15 CPython 3.15 free-threading Linux glibc 2.17+ x86-32 |
|
SHA-256 checksum How to use checksums |
e0fa0bc6b1a184aee59b32efcd1b7f0e6d5b8f9387799e4c16a4cb66a86747d6
|
|
BLAKE2b-256 checksum How to use checksums |
5946fb56f3f37a6a0937b0e1d2885e808b5eedc171320bac85573cfae78fa9bc
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 20, 2026.
Transparency logRelease files / pyzmq-27.2.0-cp315-cp315t-macosx_10_15_universal2.whl
| Download URL | pyzmq-27.2.0-cp315-cp315t-macosx_10_15_universal2.whl |
|---|---|
| Size | 1.5 MB |
| Tags | CPython 3.15 CPython 3.15 free-threading macOS 10.15+ universal2 (ARM64, x86-64) |
|
SHA-256 checksum How to use checksums |
e1ed46048d1920cabc96d952a0d5cfe4127ad8db572c335aae4e3c57b9278d7f
|
|
BLAKE2b-256 checksum How to use checksums |
58b2f0ae223438d7faa991f6feefdc823815f11cc604f898738376b59fd96515
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 20, 2026.
Transparency logRelease files / pyzmq-27.2.0-cp315-cp315-android_24_x86_64.whl
| Download URL | pyzmq-27.2.0-cp315-cp315-android_24_x86_64.whl |
|---|---|
| Size | 1.2 MB |
| Tags | Android API level 24+ x86-64 CPython 3.15 |
|
SHA-256 checksum How to use checksums |
baa2ce3485145653194d6c8c5beedd1e9f0bf46a0919c9fa2fe2204fc35b74d9
|
|
BLAKE2b-256 checksum How to use checksums |
f2831c36270658d2ee56e23a3f9ef5fbcb94cbd2f9fe966a6641f2f38e697162
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 20, 2026.
Transparency logRelease files / pyzmq-27.2.0-cp315-cp315-android_24_arm64_v8a.whl
| Download URL | pyzmq-27.2.0-cp315-cp315-android_24_arm64_v8a.whl |
|---|---|
| Size | 1.1 MB |
| Tags | Android API level 24+ ARM64 v8a CPython 3.15 |
|
SHA-256 checksum How to use checksums |
c5129a8fe43ecc49b99eb75616603d483a3c2fcaef504988fafe8ea392aea98b
|
|
BLAKE2b-256 checksum How to use checksums |
fa0078fe097a304a408275747ce43f20428789130b059c5649956277c20f30cf
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 20, 2026.
Transparency logRelease files / pyzmq-27.2.0-cp314-cp314t-win_arm64.whl
| Download URL | pyzmq-27.2.0-cp314-cp314t-win_arm64.whl |
|---|---|
| Size | 582.3 kB |
| Tags | CPython 3.14 CPython 3.14 free-threading Windows ARM64 |
|
SHA-256 checksum How to use checksums |
c7cfb75caa83f5153c687e9d2107f64b5ef0ef0d6edd260d3ff920baaaa69101
|
|
BLAKE2b-256 checksum How to use checksums |
30baf9c3c1536c41ef3dbf765ea04218990e2056e558f98184ecd883767fc501
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 20, 2026.
Transparency logRelease files / pyzmq-27.2.0-cp314-cp314t-win_amd64.whl
| Download URL | pyzmq-27.2.0-cp314-cp314t-win_amd64.whl |
|---|---|
| Size | 670.2 kB |
| Tags | CPython 3.14 CPython 3.14 free-threading Windows x86-64 |
|
SHA-256 checksum How to use checksums |
d1bc1d380a91d954ed5fc9f12915dba014eed0978d2de05ee7ca688bdaac144a
|
|
BLAKE2b-256 checksum How to use checksums |
8a04149a627707e780fa9f2c1ede3590c14fa6b18b5576d15744342622299a50
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 20, 2026.
Transparency logRelease files / pyzmq-27.2.0-cp314-cp314t-win32.whl
| Download URL | pyzmq-27.2.0-cp314-cp314t-win32.whl |
|---|---|
| Size | 591.1 kB |
| Tags | CPython 3.14 CPython 3.14 free-threading Windows x86-32 |
|
SHA-256 checksum How to use checksums |
fba8afcf265c6e9fbe1594cb045d4765c6c9a7d607653a8196067ef23566b843
|
|
BLAKE2b-256 checksum How to use checksums |
3681ea1c1ae3f801d96ba2c269e056761ebcfe023476e651d3af2a7817962051
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 20, 2026.
Transparency logRelease files / pyzmq-27.2.0-cp314-cp314t-musllinux_1_2_x86_64.whl
| Download URL | pyzmq-27.2.0-cp314-cp314t-musllinux_1_2_x86_64.whl |
|---|---|
| Size | 1.9 MB |
| Tags | CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ x86-64 |
|
SHA-256 checksum How to use checksums |
bf0b6e4ce1bb089751c504c5493d6b0557eabd02dd21b76e9086cf964234b103
|
|
BLAKE2b-256 checksum How to use checksums |
de38f433af66922554adb2b5f79e897018c8e19a90b9eaeb49c4814f8355ebe4
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 20, 2026.
Transparency logRelease files / pyzmq-27.2.0-cp314-cp314t-musllinux_1_2_i686.whl
| Download URL | pyzmq-27.2.0-cp314-cp314t-musllinux_1_2_i686.whl |
|---|---|
| Size | 2.1 MB |
| Tags | CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ x86-32 |
|
SHA-256 checksum How to use checksums |
56b48fa9d478a3af7254f397697a62f5ad3e1bb677e200b2701f0c290d97e5af
|
|
BLAKE2b-256 checksum How to use checksums |
da5a4bb8280901130c26ea25f0cbb4a6d39d94250860c6b3dbd912f1cf48fca7
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 20, 2026.
Transparency logRelease files / pyzmq-27.2.0-cp314-cp314t-musllinux_1_2_aarch64.whl
| Download URL | pyzmq-27.2.0-cp314-cp314t-musllinux_1_2_aarch64.whl |
|---|---|
| Size | 1.7 MB |
| Tags | CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ ARM64 |
|
SHA-256 checksum How to use checksums |
d9527e3dbaef1edaeeb2446fa7379446814a43ade8adc7c4a5ebe69437815ddd
|
|
BLAKE2b-256 checksum How to use checksums |
bea58b49dbd494f6dcfda69dc4cade322a4b02706ef4e3d30cc366d4e369899f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 20, 2026.
Transparency logRelease files / pyzmq-27.2.0-cp314-cp314t-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
| Download URL | pyzmq-27.2.0-cp314-cp314t-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl |
|---|---|
| Size | 879.0 kB |
| Tags | CPython 3.14 CPython 3.14 free-threading Linux glibc 2.26+ x86-64 Linux glibc 2.28+ x86-64 |
|
SHA-256 checksum How to use checksums |
9846e881620dd62566ca76a53e384c3f37490faf4b9240aebc7498810dfca853
|
|
BLAKE2b-256 checksum How to use checksums |
1cef3b7d9449b223183222bf517245e1e53d5f1ab8c10be8b45f6a301b2f994a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 20, 2026.
Transparency logRelease files / pyzmq-27.2.0-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
| Download URL | pyzmq-27.2.0-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl |
|---|---|
| Size | 706.1 kB |
| Tags | CPython 3.14 CPython 3.14 free-threading Linux glibc 2.26+ ARM64 Linux glibc 2.28+ ARM64 |
|
SHA-256 checksum How to use checksums |
3146385b94a760236c5eceff468a66a296a716ca98a2e0f9217b1518118466b1
|
|
BLAKE2b-256 checksum How to use checksums |
38d5e3e85f7fea37153097aaff49db9e33093909cc2a7b22c1ac4ebe546600fc
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 20, 2026.
Transparency logRelease files / pyzmq-27.2.0-cp314-cp314t-manylinux2014_i686.manylinux_2_17_i686.whl
| Download URL | pyzmq-27.2.0-cp314-cp314t-manylinux2014_i686.manylinux_2_17_i686.whl |
|---|---|
| Size | 975.9 kB |
| Tags | CPython 3.14 CPython 3.14 free-threading Linux glibc 2.17+ x86-32 |
|
SHA-256 checksum How to use checksums |
1ecbdd131b9669f62d3a45afee5527c7ae9f141e4301267f21714c90bd21725f
|
|
BLAKE2b-256 checksum How to use checksums |
4bb4def7a478458da78665840564161772e7e938600c32a89f28e8b221b54d2d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 20, 2026.
Transparency logRelease files / pyzmq-27.2.0-cp314-cp314t-macosx_10_15_universal2.whl
| Download URL | pyzmq-27.2.0-cp314-cp314t-macosx_10_15_universal2.whl |
|---|---|
| Size | 1.5 MB |
| Tags | CPython 3.14 CPython 3.14 free-threading macOS 10.15+ universal2 (ARM64, x86-64) |
|
SHA-256 checksum How to use checksums |
3ab6eb88590e510ab16715c32dbba12000da9bee989fdadd9ee19a234c492eb7
|
|
BLAKE2b-256 checksum How to use checksums |
b60742111e9dc1041d78b4443d6eb1b82b027f1a58178dc8a38385effbc72ad5
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 20, 2026.
Transparency logRelease files / pyzmq-27.2.0-cp314-cp314-android_24_x86_64.whl
| Download URL | pyzmq-27.2.0-cp314-cp314-android_24_x86_64.whl |
|---|---|
| Size | 1.2 MB |
| Tags | Android API level 24+ x86-64 CPython 3.14 |
|
SHA-256 checksum How to use checksums |
d61910b52be5b2cd8b248dbcbe3a1b0275556a7d99fb613fc43323b546e273b8
|
|
BLAKE2b-256 checksum How to use checksums |
3c34ff4aaff0cfba2a4d7ad1a16ffedc52c6deb89fcf673d455085446b23f215
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 20, 2026.
Transparency logRelease files / pyzmq-27.2.0-cp314-cp314-android_24_arm64_v8a.whl
| Download URL | pyzmq-27.2.0-cp314-cp314-android_24_arm64_v8a.whl |
|---|---|
| Size | 1.1 MB |
| Tags | Android API level 24+ ARM64 v8a CPython 3.14 |
|
SHA-256 checksum How to use checksums |
3d45189c0c3c99f817b7fefff0d32eeef684cf33e1e3c0fc4281515357c54702
|
|
BLAKE2b-256 checksum How to use checksums |
f984a849161ff88b2de9b991cc8ab332218824741122fdc4fdf222a5b822ac8c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 20, 2026.
Transparency logRelease files / pyzmq-27.2.0-cp313-cp313-android_24_x86_64.whl
| Download URL | pyzmq-27.2.0-cp313-cp313-android_24_x86_64.whl |
|---|---|
| Size | 1.2 MB |
| Tags | Android API level 24+ x86-64 CPython 3.13 |
|
SHA-256 checksum How to use checksums |
288cc790da0e3064a14a38ddc56ba169dada8c8af4cb86518db2bcbd380eedbb
|
|
BLAKE2b-256 checksum How to use checksums |
509f8c7411bb283982d46e6d56dca6a095678c87eb0398daead12776d9881ac2
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 20, 2026.
Transparency logRelease files / pyzmq-27.2.0-cp313-cp313-android_24_arm64_v8a.whl
| Download URL | pyzmq-27.2.0-cp313-cp313-android_24_arm64_v8a.whl |
|---|---|
| Size | 1.1 MB |
| Tags | Android API level 24+ ARM64 v8a CPython 3.13 |
|
SHA-256 checksum How to use checksums |
c551b9e2f86dc625fcb1a032c0d68042678caf96a8dd7c28796766b673bd5b52
|
|
BLAKE2b-256 checksum How to use checksums |
835ed0541596b48c5a19f85dcbea83d6673d8e91681cdf853eb194c31fc9766e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 20, 2026.
Transparency logRelease files / pyzmq-27.2.0-cp312-abi3-win_arm64.whl
| Download URL | pyzmq-27.2.0-cp312-abi3-win_arm64.whl |
|---|---|
| Size | 556.0 kB |
| Tags | CPython 3.12 Windows ARM64 abi3 |
|
SHA-256 checksum How to use checksums |
348d6fd3e4b81ae4580622ea8c2ea60224e84b2ac1b3be4482e6edc7de06e7a3
|
|
BLAKE2b-256 checksum How to use checksums |
52aa3918b5ac7f9987bd9c421b065074fd7409ded88f856f2c704a24341877ec
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 20, 2026.
Transparency logRelease files / pyzmq-27.2.0-cp312-abi3-win_amd64.whl
| Download URL | pyzmq-27.2.0-cp312-abi3-win_amd64.whl |
|---|---|
| Size | 628.6 kB |
| Tags | CPython 3.12 Windows x86-64 abi3 |
|
SHA-256 checksum How to use checksums |
2c218c6ab8bc447ba62054b581fd30209689d199c6ecb253f79615ca74a38e12
|
|
BLAKE2b-256 checksum How to use checksums |
028bb83f7780dad22e0878e4c7bd9158ebd24ed12bc3d5e3a471cd0576f77ded
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 20, 2026.
Transparency logRelease files / pyzmq-27.2.0-cp312-abi3-win32.whl
| Download URL | pyzmq-27.2.0-cp312-abi3-win32.whl |
|---|---|
| Size | 563.5 kB |
| Tags | CPython 3.12 Windows x86-32 abi3 |
|
SHA-256 checksum How to use checksums |
fdaaa4ea3242f6ad298eb5177eb042aea5c73c30e76d20caee7b15af20d24ec2
|
|
BLAKE2b-256 checksum How to use checksums |
30971f5530ff4fc271b4597048371d5af972c2baab51be132ba15874e0327a6a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 20, 2026.
Transparency logRelease files / pyzmq-27.2.0-cp312-abi3-musllinux_1_2_x86_64.whl
| Download URL | pyzmq-27.2.0-cp312-abi3-musllinux_1_2_x86_64.whl |
|---|---|
| Size | 1.9 MB |
| Tags | CPython 3.12 Linux musl 1.2+ x86-64 abi3 |
|
SHA-256 checksum How to use checksums |
f707bcf2c1d007d14d70531d4dd7b41060881c73efa845580bf6faaf9ea24d42
|
|
BLAKE2b-256 checksum How to use checksums |
aa0eec77f691a4aebe29ab6329f996fb0e0270c876a3016086e3ca6ef733bcae
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 20, 2026.
Transparency logRelease files / pyzmq-27.2.0-cp312-abi3-musllinux_1_2_i686.whl
| Download URL | pyzmq-27.2.0-cp312-abi3-musllinux_1_2_i686.whl |
|---|---|
| Size | 2.1 MB |
| Tags | CPython 3.12 Linux musl 1.2+ x86-32 abi3 |
|
SHA-256 checksum How to use checksums |
d1526b42a2e725b84ed226f37becedc250c6347594e5ed304e4e9aff68c9aec3
|
|
BLAKE2b-256 checksum How to use checksums |
0eee0776fb0f98ed1eb74d77240087fef0ab045b6ad15cb09555c6c5134c98ad
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 20, 2026.
Transparency logRelease files / pyzmq-27.2.0-cp312-abi3-musllinux_1_2_aarch64.whl
| Download URL | pyzmq-27.2.0-cp312-abi3-musllinux_1_2_aarch64.whl |
|---|---|
| Size | 1.7 MB |
| Tags | CPython 3.12 Linux musl 1.2+ ARM64 abi3 |
|
SHA-256 checksum How to use checksums |
b8d5f66e4a8246cf77f7b8f7902af64f00553368fa0373c89d99b78f0ad79394
|
|
BLAKE2b-256 checksum How to use checksums |
e63e142c85b67a4c9678629b0cf6d5125b29663d75be69bfaa57a3cac344d780
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 20, 2026.
Transparency logRelease files / pyzmq-27.2.0-cp312-abi3-manylinux_2_38_riscv64.manylinux_2_39_riscv64.whl
| Download URL | pyzmq-27.2.0-cp312-abi3-manylinux_2_38_riscv64.manylinux_2_39_riscv64.whl |
|---|---|
| Size | 739.6 kB |
| Tags | CPython 3.12 Linux glibc 2.38+ RISC-V 64 Linux glibc 2.39+ RISC-V 64 abi3 |
|
SHA-256 checksum How to use checksums |
dcc99ca132b667a4ed750afd42db4ea73288f18425a9b2e3c0af095665c491f5
|
|
BLAKE2b-256 checksum How to use checksums |
095251253b78fd8739293e283407eeecb14215c02c71b6519af21f6eed8e69cd
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 20, 2026.
Transparency logRelease files / pyzmq-27.2.0-cp312-abi3-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
| Download URL | pyzmq-27.2.0-cp312-abi3-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl |
|---|---|
| Size | 872.3 kB |
| Tags | CPython 3.12 Linux glibc 2.26+ x86-64 Linux glibc 2.28+ x86-64 abi3 |
|
SHA-256 checksum How to use checksums |
dea74fd65f1fc5f7fe167916a473ebe6ed6174e5e5d9de11ea6583661be6cf43
|
|
BLAKE2b-256 checksum How to use checksums |
622cd5828306f795e8d34676d266823b74e2101e0ad3760d12083de3e02abbb2
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 20, 2026.
Transparency logRelease files / pyzmq-27.2.0-cp312-abi3-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
| Download URL | pyzmq-27.2.0-cp312-abi3-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl |
|---|---|
| Size | 697.7 kB |
| Tags | CPython 3.12 Linux glibc 2.26+ ARM64 Linux glibc 2.28+ ARM64 abi3 |
|
SHA-256 checksum How to use checksums |
1f8079d0521fe94bbb401fe9407578b28f3701627c8be2c9f7e0c5b77dcb0109
|
|
BLAKE2b-256 checksum How to use checksums |
b478a3a3a86c2b00fadb92ece1ca4f8f028d62b2ce9ac3526097239ab2d6fba9
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 20, 2026.
Transparency logRelease files / pyzmq-27.2.0-cp312-abi3-manylinux2014_i686.manylinux_2_17_i686.whl
| Download URL | pyzmq-27.2.0-cp312-abi3-manylinux2014_i686.manylinux_2_17_i686.whl |
|---|---|
| Size | 973.9 kB |
| Tags | CPython 3.12 Linux glibc 2.17+ x86-32 abi3 |
|
SHA-256 checksum How to use checksums |
00e73942ef12cecbc7951c4a9104bb8ffaed742abb13af2da6833d90dd368cef
|
|
BLAKE2b-256 checksum How to use checksums |
c8efc08b91248bb90a9efa81fa00ba81b69c157c74d0c5efbb2c319d91babb62
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 20, 2026.
Transparency logRelease files / pyzmq-27.2.0-cp312-abi3-macosx_10_15_universal2.whl
| Download URL | pyzmq-27.2.0-cp312-abi3-macosx_10_15_universal2.whl |
|---|---|
| Size | 1.4 MB |
| Tags | CPython 3.12 abi3 macOS 10.15+ universal2 (ARM64, x86-64) |
|
SHA-256 checksum How to use checksums |
591c8de5851c5ea372194469fe97587b97c3b641e9a70f31bb3474acbfde0241
|
|
BLAKE2b-256 checksum How to use checksums |
578a153532fa53db30e116118164f3af269a1f3966b3e2ba32c89b12fe864bd8
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 20, 2026.
Transparency logRelease files / pyzmq-27.2.0-cp311-cp311-win_arm64.whl
| Download URL | pyzmq-27.2.0-cp311-cp311-win_arm64.whl |
|---|---|
| Size | 567.5 kB |
| Tags | CPython 3.11 Windows ARM64 |
|
SHA-256 checksum How to use checksums |
917d601e9540098f580d2723d0ce6402cdb6f02bc8dc2de74e0dca6e13bffd1b
|
|
BLAKE2b-256 checksum How to use checksums |
14c54635d0ba2b8493edf6d5541fff0b07fa1d986fdfc29c596a53a21e20f9af
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 20, 2026.
Transparency logRelease files / pyzmq-27.2.0-cp311-cp311-win_amd64.whl
| Download URL | pyzmq-27.2.0-cp311-cp311-win_amd64.whl |
|---|---|
| Size | 644.8 kB |
| Tags | CPython 3.11 Windows x86-64 |
|
SHA-256 checksum How to use checksums |
8b86e04f55af0f4d8cd8ecf14c0b8b81ebc8fd66fa20126b753514628ecadc7e
|
|
BLAKE2b-256 checksum How to use checksums |
dcbcbbbcf89003c93f18e33665c26e3c48d75e3915c3dd22887f3a7aea2c5e26
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 20, 2026.
Transparency logRelease files / pyzmq-27.2.0-cp311-cp311-win32.whl
| Download URL | pyzmq-27.2.0-cp311-cp311-win32.whl |
|---|---|
| Size | 570.7 kB |
| Tags | CPython 3.11 Windows x86-32 |
|
SHA-256 checksum How to use checksums |
44f261eca7dfb9904ea2b56428f59ab693bbe2715c0413a701f17b067ebf877c
|
|
BLAKE2b-256 checksum How to use checksums |
bfcc23c613c15f06d879f13364d14c17e5e4e8304049411e96c1410e6e56c3ea
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 20, 2026.
Transparency logRelease files / pyzmq-27.2.0-cp311-cp311-musllinux_1_2_x86_64.whl
| Download URL | pyzmq-27.2.0-cp311-cp311-musllinux_1_2_x86_64.whl |
|---|---|
| Size | 1.9 MB |
| Tags | CPython 3.11 Linux musl 1.2+ x86-64 |
|
SHA-256 checksum How to use checksums |
b26f2d0493b79ce3c3112c8a12649418915582ba4707b8ed9f44febf2be71f42
|
|
BLAKE2b-256 checksum How to use checksums |
57f5249362b664ae725d534c8843214fa9fd7fccd74532a19e24603954a88a7d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 20, 2026.
Transparency logRelease files / pyzmq-27.2.0-cp311-cp311-musllinux_1_2_i686.whl
| Download URL | pyzmq-27.2.0-cp311-cp311-musllinux_1_2_i686.whl |
|---|---|
| Size | 2.1 MB |
| Tags | CPython 3.11 Linux musl 1.2+ x86-32 |
|
SHA-256 checksum How to use checksums |
1132805970045adb9f5f05dd57040978286a8e21a5475f2c2ddf1bc983b9a2c7
|
|
BLAKE2b-256 checksum How to use checksums |
0b8b083f6184e4eba566c9a3cc9974b1b0fe327b7093788135ba8133edaa67a6
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 20, 2026.
Transparency logRelease files / pyzmq-27.2.0-cp311-cp311-musllinux_1_2_aarch64.whl
| Download URL | pyzmq-27.2.0-cp311-cp311-musllinux_1_2_aarch64.whl |
|---|---|
| Size | 1.7 MB |
| Tags | CPython 3.11 Linux musl 1.2+ ARM64 |
|
SHA-256 checksum How to use checksums |
714f8cbd66c7e405338d668f79d2fe83fe923defe348e843be998603cf92eeff
|
|
BLAKE2b-256 checksum How to use checksums |
585aca7ee7a767413d4ba858e93748b95e30b35b8c139849fba94de4433ea2e5
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 20, 2026.
Transparency logRelease files / pyzmq-27.2.0-cp311-cp311-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
| Download URL | pyzmq-27.2.0-cp311-cp311-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl |
|---|---|
| Size | 888.5 kB |
| Tags | CPython 3.11 Linux glibc 2.26+ x86-64 Linux glibc 2.28+ x86-64 |
|
SHA-256 checksum How to use checksums |
39755dc4a923021bd0677990ffdbc21cff0e1ee1cf07fe3817acea153ef4cb67
|
|
BLAKE2b-256 checksum How to use checksums |
50b513657961a845e29c28a4e7ac4202999ec90b3bba1890a5469ce2ae90359d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 20, 2026.
Transparency logRelease files / pyzmq-27.2.0-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
| Download URL | pyzmq-27.2.0-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl |
|---|---|
| Size | 714.3 kB |
| Tags | CPython 3.11 Linux glibc 2.26+ ARM64 Linux glibc 2.28+ ARM64 |
|
SHA-256 checksum How to use checksums |
468139ddb2e494d06e586bd3a6835077e8b3764560c8db552fe685c5867fc24e
|
|
BLAKE2b-256 checksum How to use checksums |
95cf6981738b57c83fef33f356141ad83bf51e92f2f70c9d5767affd1a699f07
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 20, 2026.
Transparency logRelease files / pyzmq-27.2.0-cp311-cp311-manylinux2014_i686.manylinux_2_17_i686.whl
| Download URL | pyzmq-27.2.0-cp311-cp311-manylinux2014_i686.manylinux_2_17_i686.whl |
|---|---|
| Size | 985.7 kB |
| Tags | CPython 3.11 Linux glibc 2.17+ x86-32 |
|
SHA-256 checksum How to use checksums |
d41ebb260b69329b7d4a2936d44c872c86dd785355b51366c8b14e07ed7e9373
|
|
BLAKE2b-256 checksum How to use checksums |
d1bcdbce7bc1654fa25b1e68b9bad9e547906f581ce919c186a88ed951cb794c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 20, 2026.
Transparency logRelease files / pyzmq-27.2.0-cp311-cp311-macosx_10_15_universal2.whl
| Download URL | pyzmq-27.2.0-cp311-cp311-macosx_10_15_universal2.whl |
|---|---|
| Size | 1.5 MB |
| Tags | CPython 3.11 macOS 10.15+ universal2 (ARM64, x86-64) |
|
SHA-256 checksum How to use checksums |
9216132843d139a123f243c07fe70f7487dce5041093dd77040f9adb5dc91872
|
|
BLAKE2b-256 checksum How to use checksums |
1d2e8897afa4538707d86645f51cc50e66b2b84900edb1be9dc9af2c2fc04e5d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 20, 2026.
Transparency logRelease files / pyzmq-27.2.0-cp310-cp310-win_arm64.whl
| Download URL | pyzmq-27.2.0-cp310-cp310-win_arm64.whl |
|---|---|
| Size | 567.6 kB |
| Tags | CPython 3.10 Windows ARM64 |
|
SHA-256 checksum How to use checksums |
bad4813f270592cedf56977e31ac1fc374fb0f6f67ea5134a5e37c19cb429a8e
|
|
BLAKE2b-256 checksum How to use checksums |
06cb785d002a08e630807141b102fd2740cc11623c366bb4606465450bd12e03
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 20, 2026.
Transparency logRelease files / pyzmq-27.2.0-cp310-cp310-win_amd64.whl
| Download URL | pyzmq-27.2.0-cp310-cp310-win_amd64.whl |
|---|---|
| Size | 643.2 kB |
| Tags | CPython 3.10 Windows x86-64 |
|
SHA-256 checksum How to use checksums |
82a09aa67871d4f2fcafd47bf670fb93210b232a7c2d4b8a54676314edf04033
|
|
BLAKE2b-256 checksum How to use checksums |
ceb33e99a7af1c25e84f68c6c7b16c51b664dd51e12d0bc3d252a48d298e9a08
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 20, 2026.
Transparency logRelease files / pyzmq-27.2.0-cp310-cp310-win32.whl
| Download URL | pyzmq-27.2.0-cp310-cp310-win32.whl |
|---|---|
| Size | 571.1 kB |
| Tags | CPython 3.10 Windows x86-32 |
|
SHA-256 checksum How to use checksums |
650c6cd7cb39a069e7048261efe66fce8bf2e0052c831a7a099b7a0f2ea860d7
|
|
BLAKE2b-256 checksum How to use checksums |
9eae83d0740f125a6ef91d5ed29e560679e4c5beeaa3ab1fc87e5fe1128c296d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 20, 2026.
Transparency logRelease files / pyzmq-27.2.0-cp310-cp310-musllinux_1_2_x86_64.whl
| Download URL | pyzmq-27.2.0-cp310-cp310-musllinux_1_2_x86_64.whl |
|---|---|
| Size | 1.9 MB |
| Tags | CPython 3.10 Linux musl 1.2+ x86-64 |
|
SHA-256 checksum How to use checksums |
4ebc7889b31bc11c72e9f17ba3ebb0a8b0911cce413f41b498e55383a94819a3
|
|
BLAKE2b-256 checksum How to use checksums |
1dee3b76b91e2bb8c5c12f8ae9ee553eb6254ba0bb048c2f0dea7d945420a0d3
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 20, 2026.
Transparency logRelease files / pyzmq-27.2.0-cp310-cp310-musllinux_1_2_i686.whl
| Download URL | pyzmq-27.2.0-cp310-cp310-musllinux_1_2_i686.whl |
|---|---|
| Size | 2.1 MB |
| Tags | CPython 3.10 Linux musl 1.2+ x86-32 |
|
SHA-256 checksum How to use checksums |
40d96cb7a8f6a43aa9617c00215c2b73e1b5e4a1d6cbc9f5860ed7ac682599f0
|
|
BLAKE2b-256 checksum How to use checksums |
7f26362344e337d6b5905d65d0c205e91090b39b3b5a59ec9b84dbe88a5dd60c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 20, 2026.
Transparency logRelease files / pyzmq-27.2.0-cp310-cp310-musllinux_1_2_aarch64.whl
| Download URL | pyzmq-27.2.0-cp310-cp310-musllinux_1_2_aarch64.whl |
|---|---|
| Size | 1.7 MB |
| Tags | CPython 3.10 Linux musl 1.2+ ARM64 |
|
SHA-256 checksum How to use checksums |
376981d106598beb70be384f44d8f589832fd0051d184d38d10043da3cc3b080
|
|
BLAKE2b-256 checksum How to use checksums |
942f9be34eab874a26aa91315be0b27f94d43d35dad544cbdf28bcd41691afb2
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 20, 2026.
Transparency logRelease files / pyzmq-27.2.0-cp310-cp310-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
| Download URL | pyzmq-27.2.0-cp310-cp310-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl |
|---|---|
| Size | 888.2 kB |
| Tags | CPython 3.10 Linux glibc 2.26+ x86-64 Linux glibc 2.28+ x86-64 |
|
SHA-256 checksum How to use checksums |
d64da42cae09e6b0c61368b4cc8ca80f23ce3af17584d08053f3dc957433d5ed
|
|
BLAKE2b-256 checksum How to use checksums |
3bfdaee8c87f4854a012e232a6557b1167b6cd207506f59f378954b2d8bb6ed1
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 20, 2026.
Transparency logRelease files / pyzmq-27.2.0-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
| Download URL | pyzmq-27.2.0-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl |
|---|---|
| Size | 713.8 kB |
| Tags | CPython 3.10 Linux glibc 2.26+ ARM64 Linux glibc 2.28+ ARM64 |
|
SHA-256 checksum How to use checksums |
3ee556ed1cf836f96de9d5e545563116426d4a94f21b8041fdc79408eff18ebb
|
|
BLAKE2b-256 checksum How to use checksums |
03ee0ace0abf6315f3f481388826f1e9218802d9b5bb4a01bae5ce42018c3b4e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 20, 2026.
Transparency logRelease files / pyzmq-27.2.0-cp310-cp310-manylinux2014_i686.manylinux_2_17_i686.whl
| Download URL | pyzmq-27.2.0-cp310-cp310-manylinux2014_i686.manylinux_2_17_i686.whl |
|---|---|
| Size | 985.8 kB |
| Tags | CPython 3.10 Linux glibc 2.17+ x86-32 |
|
SHA-256 checksum How to use checksums |
722f0a6940be1a483c81029a271d950e04dc2ff113a42e21b3d2b7a0d8e59638
|
|
BLAKE2b-256 checksum How to use checksums |
133ae3ae8e56fdb87cefbef655dc1d808d5ac76eacf40af850c5d78fd81a7faf
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 20, 2026.
Transparency logRelease files / pyzmq-27.2.0-cp310-cp310-macosx_10_15_universal2.whl
| Download URL | pyzmq-27.2.0-cp310-cp310-macosx_10_15_universal2.whl |
|---|---|
| Size | 1.5 MB |
| Tags | CPython 3.10 macOS 10.15+ universal2 (ARM64, x86-64) |
|
SHA-256 checksum How to use checksums |
480dba27b145373b5e103890f17969d891bc9e86746d6b8b29dd70b0d4addc62
|
|
BLAKE2b-256 checksum How to use checksums |
38dec9d653d686ec686bac6ae5f953c784ffc4d2e4a33f9c20d0326aff549ca8
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 20, 2026.
Transparency logRelease files / pyzmq-27.2.0-cp39-cp39-win_arm64.whl
| Download URL | pyzmq-27.2.0-cp39-cp39-win_arm64.whl |
|---|---|
| Size | 567.7 kB |
| Tags | CPython 3.9 Windows ARM64 |
|
SHA-256 checksum How to use checksums |
d61a0169ba05ab7ebc48dc793f092df12f789bf378dac8321ccd966fd93d94e8
|
|
BLAKE2b-256 checksum How to use checksums |
b1007da23851e9c0e6e52bcbb7a2dc118aed9f685b209d128c74970d7961762b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 20, 2026.
Transparency logRelease files / pyzmq-27.2.0-cp39-cp39-win_amd64.whl
| Download URL | pyzmq-27.2.0-cp39-cp39-win_amd64.whl |
|---|---|
| Size | 643.6 kB |
| Tags | CPython 3.9 Windows x86-64 |
|
SHA-256 checksum How to use checksums |
ff60f0f7ccfda0e303ac43bec7096007b7cdf2c41b3739d1ec667febe67acab3
|
|
BLAKE2b-256 checksum How to use checksums |
761e89dcc1385976da181731bebc9781da03126f96bc8f03e5fa235193daf7f6
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 20, 2026.
Transparency logRelease files / pyzmq-27.2.0-cp39-cp39-win32.whl
| Download URL | pyzmq-27.2.0-cp39-cp39-win32.whl |
|---|---|
| Size | 571.3 kB |
| Tags | CPython 3.9 Windows x86-32 |
|
SHA-256 checksum How to use checksums |
507c0b33f95502723d325487e8e50c2cdd3b37444143f05423a3861327f69bf7
|
|
BLAKE2b-256 checksum How to use checksums |
169def09cd4edc3c307817d1b14e082d5513a81dfeb214b31723fc63e4a82618
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 20, 2026.
Transparency logRelease files / pyzmq-27.2.0-cp39-cp39-musllinux_1_2_x86_64.whl
| Download URL | pyzmq-27.2.0-cp39-cp39-musllinux_1_2_x86_64.whl |
|---|---|
| Size | 1.9 MB |
| Tags | CPython 3.9 Linux musl 1.2+ x86-64 |
|
SHA-256 checksum How to use checksums |
f52f08101907609cc08db6a1f9f2a7a9afd54e9b2ca16178c9c38e99fb593cef
|
|
BLAKE2b-256 checksum How to use checksums |
72ae63af345db20f6725e0ba2f9210907930338999c585406c0fdcc1e2e65504
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 20, 2026.
Transparency logRelease files / pyzmq-27.2.0-cp39-cp39-musllinux_1_2_i686.whl
| Download URL | pyzmq-27.2.0-cp39-cp39-musllinux_1_2_i686.whl |
|---|---|
| Size | 2.1 MB |
| Tags | CPython 3.9 Linux musl 1.2+ x86-32 |
|
SHA-256 checksum How to use checksums |
6eb63cc61ab93b01b9afc887a160255e2fbe703fdbacfe5feaef87214f51bd6c
|
|
BLAKE2b-256 checksum How to use checksums |
8b74bc21c9aacb0cbecf1109cbc4d4a00b761a1d7fe6df711e118af437f4364e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 20, 2026.
Transparency logRelease files / pyzmq-27.2.0-cp39-cp39-musllinux_1_2_aarch64.whl
| Download URL | pyzmq-27.2.0-cp39-cp39-musllinux_1_2_aarch64.whl |
|---|---|
| Size | 1.7 MB |
| Tags | CPython 3.9 Linux musl 1.2+ ARM64 |
|
SHA-256 checksum How to use checksums |
a0ee3c49be2aa15abd12cbbd14d4ea2892f872c688e1e487af39ec1972ed549d
|
|
BLAKE2b-256 checksum How to use checksums |
f0e9fea455a2d4002521022657153c6874496684406071d0072dacdd3a2b11b3
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 20, 2026.
Transparency logRelease files / pyzmq-27.2.0-cp39-cp39-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
| Download URL | pyzmq-27.2.0-cp39-cp39-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl |
|---|---|
| Size | 714.2 kB |
| Tags | CPython 3.9 Linux glibc 2.26+ ARM64 Linux glibc 2.28+ ARM64 |
|
SHA-256 checksum How to use checksums |
95f52b877149b06bbdeec2e8ea6230aad14950bbfbcfa16e7eb88951f07d6b28
|
|
BLAKE2b-256 checksum How to use checksums |
9fe39e77ee8ecc597624b1db327ec333f98b3f6131a65500807b5f0895665b98
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 20, 2026.
Transparency logRelease files / pyzmq-27.2.0-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
| Download URL | pyzmq-27.2.0-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl |
|---|---|
| Size | 898.4 kB |
| Tags | CPython 3.9 Linux glibc 2.17+ x86-64 |
|
SHA-256 checksum How to use checksums |
7e2579c5de82ddf4544d723c1bc8b44c3b806d157acc9fb2a2d18e10ef28e202
|
|
BLAKE2b-256 checksum How to use checksums |
97bb65588713d3326a7414dbb70160a80d30a44958186411fc37772002278878
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 20, 2026.
Transparency logRelease files / pyzmq-27.2.0-cp39-cp39-manylinux2014_i686.manylinux_2_17_i686.whl
| Download URL | pyzmq-27.2.0-cp39-cp39-manylinux2014_i686.manylinux_2_17_i686.whl |
|---|---|
| Size | 986.1 kB |
| Tags | CPython 3.9 Linux glibc 2.17+ x86-32 |
|
SHA-256 checksum How to use checksums |
c9322f9c87b0935870516c2876e1e29497fdc50439c785ece63e3fbbab06c821
|
|
BLAKE2b-256 checksum How to use checksums |
22dcb7a9c5209624f9926b52d7129ff8c541eba0eaeff9195eca376a74ad1676
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 20, 2026.
Transparency logRelease files / pyzmq-27.2.0-cp39-cp39-macosx_10_15_universal2.whl
| Download URL | pyzmq-27.2.0-cp39-cp39-macosx_10_15_universal2.whl |
|---|---|
| Size | 1.5 MB |
| Tags | CPython 3.9 macOS 10.15+ universal2 (ARM64, x86-64) |
|
SHA-256 checksum How to use checksums |
76afba06ae698f2b8fe4fb34b32c760a650f168c2e622f370f2c528035b7f650
|
|
BLAKE2b-256 checksum How to use checksums |
86a851b12c8f53139d2d7e73b7386958224bd1c2c2af38a6c280d19ab7d4e516
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 20, 2026.
Transparency log