This commit is contained in:
Sven Riwoldt
2024-04-01 20:30:24 +02:00
parent fd333f3514
commit c7bc862c6f
6804 changed files with 1065135 additions and 0 deletions

View File

@@ -0,0 +1,111 @@
## Authors
This project was started and continues to be led by Brian E. Granger
(ellisonbg AT gmail DOT com). Min Ragan-Kelley (benjaminrk AT gmail DOT
com) is the primary developer of pyzmq at this time.
The following people have contributed to the project:
- Alexander Else (alexander DOT else AT team DOT telstra DOT com)
- Alexander Pyhalov (apyhalov AT gmail DOT com)
- Alexandr Emelin (frvzmb AT gmail DOT com)
- Amr Ali (amr AT ledgerx DOT com)
- Andre Caron (andre DOT l DOT caron AT gmail DOT com)
- Andrea Crotti (andrea DOT crotti DOT 0 AT gmail DOT com)
- Andrew Gwozdziewycz (git AT apgwoz DOT com)
- Baptiste Lepilleur (baptiste DOT lepilleur AT gmail DOT com)
- Brandyn A. White (bwhite AT dappervision DOT com)
- Brian E. Granger (ellisonbg AT gmail DOT com)
- Brian Hoffman (hoffman_brian AT bah DOT com)
- Carlos A. Rocha (carlos DOT rocha AT gmail DOT com)
- Chris Laws (clawsicus AT gmail DOT com)
- Christian Wyglendowski (christian AT bu DOT mp)
- Christoph Gohlke (cgohlke AT uci DOT edu)
- Curtis (curtis AT tinbrain DOT net)
- Cyril Holweck (cyril DOT holweck AT free DOT fr)
- Dan Colish (dcolish AT gmail DOT com)
- Daniel Lundin (dln AT eintr DOT org)
- Daniel Truemper (truemped AT googlemail DOT com)
- Douglas Creager (douglas DOT creager AT redjack DOT com)
- Eduardo Stalinho (eduardooc DOT 86 AT gmail DOT com)
- Eren Güven (erenguven0 AT gmail DOT com)
- Erick Tryzelaar (erick DOT tryzelaar AT gmail DOT com)
- Erik Tollerud (erik DOT tollerud AT gmail DOT com)
- FELD Boris (lothiraldan AT gmail DOT com)
- Fantix King (fantix DOT king AT gmail DOT com)
- Felipe Cruz (felipecruz AT loogica DOT net)
- Fernando Perez (Fernando DOT Perez AT berkeley DOT edu)
- Frank Wiles (frank AT revsys DOT com)
- Félix-Antoine Fortin (felix DOT antoine DOT fortin AT gmail DOT com)
- Gavrie Philipson (gavriep AT il DOT ibm DOT com)
- Godefroid Chapelle (gotcha AT bubblenet DOT be)
- Greg Banks (gbanks AT mybasis DOT com)
- Greg Ward (greg AT gerg DOT ca)
- Guido Goldstein (github AT a-nugget DOT de)
- Ian Lee (IanLee1521 AT gmail DOT com)
- Ionuț Arțăriși (ionut AT artarisi DOT eu)
- Ivo Danihelka (ivo AT danihelka DOT net)
- Iyed (iyed DOT bennour AT gmail DOT com)
- Jim Garrison (jim AT garrison DOT cc)
- John Gallagher (johnkgallagher AT gmail DOT com)
- Julian Taylor (jtaylor DOT debian AT googlemail DOT com)
- Justin Bronder (jsbronder AT gmail DOT com)
- Justin Riley (justin DOT t DOT riley AT gmail DOT com)
- Marc Abramowitz (marc AT marc-abramowitz DOT com)
- Matthew Aburn (mattja6 AT gmail DOT com)
- Michel Pelletier (pelletier DOT michel AT gmail DOT com)
- Michel Zou (xantares09 AT hotmail DOT com)
- Min Ragan-Kelley (benjaminrk AT gmail DOT com)
- Nell Hardcastle (nell AT dev-nell DOT com)
- Nicholas Pilkington (nicholas DOT pilkington AT gmail DOT com)
- Nicholas Piël (nicholas AT nichol DOT as)
- Nick Pellegrino (npellegrino AT mozilla DOT com)
- Nicolas Delaby (nicolas DOT delaby AT ezeep DOT com)
- Ondrej Certik (ondrej AT certik DOT cz)
- Paul Colomiets (paul AT colomiets DOT name)
- Pawel Jasinski (pawel DOT jasinski AT gmail DOT com)
- Phus Lu (phus DOT lu AT gmail DOT com)
- Robert Buchholz (rbu AT goodpoint DOT de)
- Robert Jordens (jordens AT gmail DOT com)
- Ryan Cox (ryan DOT a DOT cox AT gmail DOT com)
- Ryan Kelly (ryan AT rfk DOT id DOT au)
- Scott Maxwell (scott AT codecobblers DOT com)
- Scott Sadler (github AT mashi DOT org)
- Simon Knight (simon DOT knight AT gmail DOT com)
- Stefan Friesel (sf AT cloudcontrol DOT de)
- Stefan van der Walt (stefan AT sun DOT ac DOT za)
- Stephen Diehl (stephen DOT m DOT diehl AT gmail DOT com)
- Sylvain Corlay (scorlay AT bloomberg DOT net)
- Thomas Kluyver (takowl AT gmail DOT com)
- Thomas Spura (tomspur AT fedoraproject DOT org)
- Tigger Bear (Tigger AT Tiggers-Mac-mini DOT local)
- Torsten Landschoff (torsten DOT landschoff AT dynamore DOT de)
- Vadim Markovtsev (v DOT markovtsev AT samsung DOT com)
- Yannick Hold (yannickhold AT gmail DOT com)
- Zbigniew Jędrzejewski-Szmek (zbyszek AT in DOT waw DOT pl)
- hugo shi (hugoshi AT bleb2 DOT (none))
- jdgleeson (jdgleeson AT mac DOT com)
- kyledj (kyle AT bucebuce DOT com)
- spez (steve AT hipmunk DOT com)
- stu (stuart DOT axon AT jpcreative DOT co DOT uk)
- xantares (xantares AT fujitsu-l64 DOT (none))
as reported by:
```
git log --all --format='- %aN (%aE)' | sort -u | sed 's/@/ AT /1' | sed -e 's/\.\([^ ]\)/ DOT \1/g'
```
with some adjustments.
### Not in git log
- Brandon Craig-Rhodes (brandon AT rhodesmill DOT org)
- Eugene Chernyshov (chernyshov DOT eugene AT gmail DOT com)
- Craig Austin (craig DOT austin AT gmail DOT com)
### gevent_zeromq, now zmq.green
- Travis Cline (travis DOT cline AT gmail DOT com)
- Ryan Kelly (ryan AT rfk DOT id DOT au)
- Zachary Voase (z AT zacharyvoase DOT com)

View File

@@ -0,0 +1,30 @@
BSD 3-Clause License
Copyright (c) 2009-2012, Brian Granger, Min Ragan-Kelley
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
3. Neither the name of the copyright holder nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

View File

@@ -0,0 +1,181 @@
GNU LESSER GENERAL PUBLIC LICENSE
Version 3, 29 June 2007
Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
This version of the GNU Lesser General Public License incorporates
the terms and conditions of version 3 of the GNU General Public
License, supplemented by the additional permissions listed below.
0. Additional Definitions.
As used herein, "this License" refers to version 3 of the GNU Lesser
General Public License, and the "GNU GPL" refers to version 3 of the GNU
General Public License.
"The Library" refers to a covered work governed by this License,
other than an Application or a Combined Work as defined below.
An "Application" is any work that makes use of an interface provided
by the Library, but which is not otherwise based on the Library.
Defining a subclass of a class defined by the Library is deemed a mode
of using an interface provided by the Library.
A "Combined Work" is a work produced by combining or linking an
Application with the Library. The particular version of the Library
with which the Combined Work was made is also called the "Linked
Version".
The "Minimal Corresponding Source" for a Combined Work means the
Corresponding Source for the Combined Work, excluding any source code
for portions of the Combined Work that, considered in isolation, are
based on the Application, and not on the Linked Version.
The "Corresponding Application Code" for a Combined Work means the
object code and/or source code for the Application, including any data
and utility programs needed for reproducing the Combined Work from the
Application, but excluding the System Libraries of the Combined Work.
1. Exception to Section 3 of the GNU GPL.
You may convey a covered work under sections 3 and 4 of this License
without being bound by section 3 of the GNU GPL.
2. Conveying Modified Versions.
If you modify a copy of the Library, and, in your modifications, a
facility refers to a function or data to be supplied by an Application
that uses the facility (other than as an argument passed when the
facility is invoked), then you may convey a copy of the modified
version:
a) under this License, provided that you make a good faith effort to
ensure that, in the event an Application does not supply the
function or data, the facility still operates, and performs
whatever part of its purpose remains meaningful, or
b) under the GNU GPL, with none of the additional permissions of
this License applicable to that copy.
3. Object Code Incorporating Material from Library Header Files.
The object code form of an Application may incorporate material from
a header file that is part of the Library. You may convey such object
code under terms of your choice, provided that, if the incorporated
material is not limited to numerical parameters, data structure
layouts and accessors, or small macros, inline functions and templates
(ten or fewer lines in length), you do both of the following:
a) Give prominent notice with each copy of the object code that the
Library is used in it and that the Library and its use are
covered by this License.
b) Accompany the object code with a copy of the GNU GPL and this license
document.
4. Combined Works.
You may convey a Combined Work under terms of your choice that,
taken together, effectively do not restrict modification of the
portions of the Library contained in the Combined Work and reverse
engineering for debugging such modifications, if you also do each of
the following:
a) Give prominent notice with each copy of the Combined Work that
the Library is used in it and that the Library and its use are
covered by this License.
b) Accompany the Combined Work with a copy of the GNU GPL and this license
document.
c) For a Combined Work that displays copyright notices during
execution, include the copyright notice for the Library among
these notices, as well as a reference directing the user to the
copies of the GNU GPL and this license document.
d) Do one of the following:
0) Convey the Minimal Corresponding Source under the terms of this
License, and the Corresponding Application Code in a form
suitable for, and under terms that permit, the user to
recombine or relink the Application with a modified version of
the Linked Version to produce a modified Combined Work, in the
manner specified by section 6 of the GNU GPL for conveying
Corresponding Source.
1) Use a suitable shared library mechanism for linking with the
Library. A suitable mechanism is one that (a) uses at run time
a copy of the Library already present on the user's computer
system, and (b) will operate properly with a modified version
of the Library that is interface-compatible with the Linked
Version.
e) Provide Installation Information, but only if you would otherwise
be required to provide such information under section 6 of the
GNU GPL, and only to the extent that such information is
necessary to install and execute a modified version of the
Combined Work produced by recombining or relinking the
Application with a modified version of the Linked Version. (If
you use option 4d0, the Installation Information must accompany
the Minimal Corresponding Source and Corresponding Application
Code. If you use option 4d1, you must provide the Installation
Information in the manner specified by section 6 of the GNU GPL
for conveying Corresponding Source.)
5. Combined Libraries.
You may place library facilities that are a work based on the
Library side by side in a single library together with other library
facilities that are not Applications and are not covered by this
License, and convey such a combined library under terms of your
choice, if you do both of the following:
a) Accompany the combined library with a copy of the same work based
on the Library, uncombined with any other library facilities,
conveyed under the terms of this License.
b) Give prominent notice with the combined library that part of it
is a work based on the Library, and explaining where to find the
accompanying uncombined form of the same work.
6. Revised Versions of the GNU Lesser General Public License.
The Free Software Foundation may publish revised and/or new versions
of the GNU Lesser General Public License from time to time. Such new
versions will be similar in spirit to the present version, but may
differ in detail to address new problems or concerns.
Each version is given a distinguishing version number. If the
Library as you received it specifies that a certain numbered version
of the GNU Lesser General Public License "or any later version"
applies to it, you have the option of following the terms and
conditions either of that published version or of any later version
published by the Free Software Foundation. If the Library as you
received it does not specify a version number of the GNU Lesser
General Public License, you may choose any version of the GNU Lesser
General Public License ever published by the Free Software Foundation.
If the Library as you received it specifies that a proxy can decide
whether future versions of the GNU Lesser General Public License shall
apply, that proxy's public statement of acceptance of any version is
permanent authorization for you to choose that version for the
Library.
--------------------------------------------------------------------------------
SPECIAL EXCEPTION GRANTED BY COPYRIGHT HOLDERS
As a special exception, copyright holders give you permission to link this
library with independent modules to produce an executable, regardless of
the license terms of these independent modules, and to copy and distribute
the resulting executable under terms of your choice, provided that you also
meet, for each linked independent module, the terms and conditions of
the license of that module. An independent module is a module which is not
derived from or based on this library. If you modify this library, you must
extend this exception to your version of the library.
Note: this exception relieves you of any obligations under sections 4 and 5
of this license, and section 6 of the GNU General Public License.

View File

@@ -0,0 +1,133 @@
Metadata-Version: 2.1
Name: pyzmq
Version: 25.1.2
Summary: Python bindings for 0MQ
Home-page: https://pyzmq.readthedocs.org
Author: Brian E. Granger, Min Ragan-Kelley
Author-email: zeromq-dev@lists.zeromq.org
License: LGPL+BSD
Project-URL: Source, https://github.com/zeromq/pyzmq
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Topic :: System :: Networking
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE.BSD
License-File: LICENSE.LESSER
License-File: AUTHORS.md
Requires-Dist: cffi ; implementation_name == "pypy"
# PyZMQ: Python bindings for ØMQ
This package contains Python bindings for [ZeroMQ](https://zeromq.org).
ØMQ is a lightweight and fast messaging implementation.
PyZMQ should work with any reasonable version of Python (≥ 3.4),
as well as Python 2.7 and 3.3, as well as PyPy.
The Cython backend used by CPython supports libzmq ≥ 2.1.4 (including 3.2.x and 4.x),
but the CFFI backend used by PyPy only supports libzmq ≥ 3.2.2 (including 4.x).
For a summary of changes to pyzmq, see our
[changelog](https://pyzmq.readthedocs.io/en/latest/changelog.html).
### ØMQ 3.x, 4.x
PyZMQ fully supports the 3.x and 4.x APIs of libzmq,
developed at [zeromq/libzmq](https://github.com/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](https://pyzmq.readthedocs.io) 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](http://zguide.zeromq.org/py:all) is the place to start, which has a
Python version of every example. We also have some information on our
[wiki](https://github.com/zeromq/pyzmq/wiki).
## Downloading
Unless you specifically want to develop PyZMQ, we recommend downloading
the PyZMQ source code or wheels from
[PyPI](https://pypi.io/project/pyzmq/),
or install with conda.
You can also get the latest source code from our GitHub repository, but
building from the repository will require that you install recent Cython.
## Building and installation
For more detail on building pyzmq, see [our Wiki](https://github.com/zeromq/pyzmq/wiki/Building-and-Installing-PyZMQ).
We build wheels for macOS, Windows, and Linux, so you can get a binary on those platforms with:
```
pip install pyzmq
```
but compiling from source with `pip install pyzmq` should work in most environments.
Especially on macOS, make sure you are using the latest pip (≥ 8), or it may not find the right wheels.
If the wheel doesn't work for some reason, or you want to force pyzmq to be compiled
(this is often preferable if you already have libzmq installed and configured the way you want it),
you can force installation with:
```
pip install --no-binary=:all: pyzmq
```
When compiling pyzmq (e.g. installing with pip on Linux),
it is generally recommended that zeromq be installed separately,
via homebrew, apt, yum, etc:
```
# Debian-based
sudo apt-get install libzmq3-dev
# RHEL-based
sudo yum install libzmq3-devel
```
If this is not available, pyzmq will _try_ to build libzmq as a Python Extension,
though this is not guaranteed to work.
Building pyzmq from the git repo (including release tags on GitHub) requires Cython.
## Old versions
pyzmq 16 drops support Python 2.6 and 3.2.
If you need to use one of those Python versions, you can pin your pyzmq version to before 16:
```
pip install 'pyzmq<16'
```
For libzmq 2.0.x, use 'pyzmq\<2.1'
pyzmq-2.1.11 was the last version of pyzmq to support Python 2.5,
and pyzmq ≥ 2.2.0 requires Python ≥ 2.6.
pyzmq-13.0.0 introduces PyPy support via CFFI, which only supports libzmq-3.2.2 and newer.
PyZMQ releases ≤ 2.2.0 matched libzmq versioning, but this is no longer the case,
starting with PyZMQ 13.0.0 (it was the thirteenth release, so why not?).
PyZMQ ≥ 13.0 follows semantic versioning conventions accounting only for PyZMQ itself.

View File

@@ -0,0 +1,247 @@
pyzmq-25.1.2.dist-info/AUTHORS.md,sha256=o5UQY5H7PVmA5YhEloEs271MKshdyfW1xk8qZaM0iNM,4810
pyzmq-25.1.2.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
pyzmq-25.1.2.dist-info/LICENSE.BSD,sha256=wM9fXAP41ncveicd8ctnEFRXi9PXlSfHL8Hyj4zHKno,1545
pyzmq-25.1.2.dist-info/LICENSE.LESSER,sha256=Xx2sg9bCVnQASBDsnlSzBMy7gwOsWWGBOwkjWWar_Ug,8511
pyzmq-25.1.2.dist-info/METADATA,sha256=a7Uvw5756HOpqP3Dc5Qc_dod3SKwjNqkCf5OHQANviE,4948
pyzmq-25.1.2.dist-info/RECORD,,
pyzmq-25.1.2.dist-info/WHEEL,sha256=sS31u1EoJ0V54h3xbhKVKvlBIK83owSwHcYw0V03MGI,116
pyzmq-25.1.2.dist-info/top_level.txt,sha256=6PzrZuGHEZe5WZEFrVur4PtbDQrn20QA2bOkOnxn2ZQ,4
zmq/.dylibs/libsodium.23.dylib,sha256=t_c8eMjwGzVK9I6fLXYcAtpExyZLZM5HUuMAUYceVGc,799472
zmq/.dylibs/libzmq.5.dylib,sha256=mmnBr1RtPXzxq7l2JR7bEryrcocP1d8hxn6Ixoqg93s,3846400
zmq/__init__.pxd,sha256=zoGfKPs-qkyvCvoIxEAZrJeaxn2TJeMKnVRQ2SOszNs,179
zmq/__init__.py,sha256=RanjiszWU5gf0iN0xHAg2WfnEV1KpB7VjZJX3sEdvwY,4007
zmq/__init__.pyi,sha256=qoUDCxVhb2yzrtW8ZRL-A0hG2vFS9W4L2-JIVLDp8Ng,960
zmq/__pycache__/__init__.cpython-311.pyc,,
zmq/__pycache__/_future.cpython-311.pyc,,
zmq/__pycache__/_typing.cpython-311.pyc,,
zmq/__pycache__/asyncio.cpython-311.pyc,,
zmq/__pycache__/constants.cpython-311.pyc,,
zmq/__pycache__/decorators.cpython-311.pyc,,
zmq/__pycache__/error.cpython-311.pyc,,
zmq/_future.py,sha256=ivqdCbx0wiNvuur0BuTECZi9l6Xa1JabGnt8BoodTJU,23102
zmq/_typing.py,sha256=fo2SJ3O3MVjOT1A9L8fKlVHc9sD_iBZiOeij52CRrio,489
zmq/asyncio.py,sha256=kypJfuT91G9WA6K6YGh8CrPb_tp4f7vxpjE-QWmws3o,6271
zmq/auth/__init__.py,sha256=IHFTderWfHTDRyEumc8sgnV1HTYkgB5EbZU2jFqw4XU,419
zmq/auth/__pycache__/__init__.cpython-311.pyc,,
zmq/auth/__pycache__/asyncio.cpython-311.pyc,,
zmq/auth/__pycache__/base.cpython-311.pyc,,
zmq/auth/__pycache__/certs.cpython-311.pyc,,
zmq/auth/__pycache__/ioloop.cpython-311.pyc,,
zmq/auth/__pycache__/thread.cpython-311.pyc,,
zmq/auth/asyncio.py,sha256=KLD0Kwev61dnImVhcLmEKr-PwTCqIyurWjs4SuH442A,1799
zmq/auth/base.py,sha256=OPTB58nTeYJL-bu9bHa4lXUCCMwzo7cwlhxRuHBjd0Y,16337
zmq/auth/certs.py,sha256=SRXAs1dIpn7q4oRHXYxLdOY8cyAofHHGVGvRkPZEEJ0,4331
zmq/auth/ioloop.py,sha256=xXF6P8A-HZlXfIYMVv8BW8EI_H2PjrJFF3a6Ajvd1rI,1298
zmq/auth/thread.py,sha256=nXm7C-HudLV0JyvjlkTL5RClY0SOjytzkGYZc37zaPQ,4092
zmq/backend/__init__.py,sha256=2Z-NnFJbV5-hsX-_t-plFlNeL1bXVanzF3qeDX35rYw,943
zmq/backend/__init__.pyi,sha256=j8yO7pCjiAthH6-76AzLDnSCCZv3fZXdpyDytAlVgho,3435
zmq/backend/__pycache__/__init__.cpython-311.pyc,,
zmq/backend/__pycache__/select.cpython-311.pyc,,
zmq/backend/cffi/__init__.py,sha256=s5zPQ05pArnSm3K5cvhRArBhMI2uMkHmZYjyzPxY3l0,809
zmq/backend/cffi/__pycache__/__init__.cpython-311.pyc,,
zmq/backend/cffi/__pycache__/_poll.cpython-311.pyc,,
zmq/backend/cffi/__pycache__/context.cpython-311.pyc,,
zmq/backend/cffi/__pycache__/devices.cpython-311.pyc,,
zmq/backend/cffi/__pycache__/error.cpython-311.pyc,,
zmq/backend/cffi/__pycache__/message.cpython-311.pyc,,
zmq/backend/cffi/__pycache__/socket.cpython-311.pyc,,
zmq/backend/cffi/__pycache__/utils.cpython-311.pyc,,
zmq/backend/cffi/_cdefs.h,sha256=_WtFowrss663dokITXCeCPlyigXehUjJFptqtIBS_bg,2623
zmq/backend/cffi/_poll.py,sha256=rR6RpFKTMPvy0_6teP_BVtowB4XLx60p2fbrBs6P7tY,2886
zmq/backend/cffi/context.py,sha256=dKoVS0VJa0A1N3l9LYGRoYlRLmmHZigmnMhZyHsP-jA,1899
zmq/backend/cffi/devices.py,sha256=Fc19maZ2HA0qlcP7na26fBb--V9bibIJPoXvYmKnxvk,1572
zmq/backend/cffi/error.py,sha256=AO-QaesceSlKTWILjgzhr6PrffE8hQsPZFLbxQ3tIqE,380
zmq/backend/cffi/message.py,sha256=JpZpvFKP0k3bv4AsOqIBSFOMtiYyZpigTUQRgoWj-qE,6547
zmq/backend/cffi/socket.py,sha256=8Kp3ggXHMcrm5E5DKHHl47-x8tTeS0ZUErqVxssyR2w,11450
zmq/backend/cffi/utils.py,sha256=xePrYKHy0P7vr3s49t4nxz7vD9zCcfe_ALQ-kL3DZ_U,2086
zmq/backend/cython/__init__.pxd,sha256=S9FWU2LrsPGeEPPoe42Tr3-47pS6SvsxmdWjIf_NlNI,140
zmq/backend/cython/__init__.py,sha256=K7XQrtffkuJ35Us_sqd83HlcEJghR5I826czlfNuvAg,759
zmq/backend/cython/__pycache__/__init__.cpython-311.pyc,,
zmq/backend/cython/_device.cpython-311-darwin.so,sha256=ei5NQALq2Y-sx7GuqZzHPTOOFqrOo2GVIvBZJDYdAT0,232416
zmq/backend/cython/_poll.cpython-311-darwin.so,sha256=YMiWhVznzr0I4ymnL5dL4dyG1NJ25znMUwiASduufBQ,269040
zmq/backend/cython/_proxy_steerable.cpython-311-darwin.so,sha256=RDBLdI5FHMy3zuMW_QuY4lHxaSTCdF9PL78BCoM17I4,231568
zmq/backend/cython/_version.cpython-311-darwin.so,sha256=WhBShC4NrepQaZA8X3sazAQNeyukMKlFmOSPvW_b5B4,195312
zmq/backend/cython/checkrc.pxd,sha256=t2caFBD0Zx478fukW06TSveHLU92uS2OkULBDUS9jiQ,968
zmq/backend/cython/constant_enums.pxi,sha256=yf5396KLDamy52031JgHerJg4a_CyD8UE3Z3KrOHj74,7025
zmq/backend/cython/context.cpython-311-darwin.so,sha256=TCzdkygixufXhcINGyl0puzW27eMseVQJSQHRLGXCXA,271456
zmq/backend/cython/context.pxd,sha256=sWwYcUf-90lnbo1Y_jgbpSburwGwbaNNIMDcR3agdm0,1408
zmq/backend/cython/error.cpython-311-darwin.so,sha256=-P7LmRkRDwlZ7aCKFgsfN5fpB5upRLJMBTsuwbOMFyc,229312
zmq/backend/cython/libzmq.pxd,sha256=ofccd3ZlZvJL7_Ud1gVPHTxl1PDO69UivxliA8QcD-w,4564
zmq/backend/cython/message.cpython-311-darwin.so,sha256=0hf5HhEhZnDVMx2zTX5Fi3gES6zKJ79F3JlaMbOSoCo,330928
zmq/backend/cython/message.pxd,sha256=lv7az3H0S1WJncsDCxE57Zs6LncJz7ugTm4Y_3gDaNo,2396
zmq/backend/cython/socket.cpython-311-darwin.so,sha256=Md97r8BOoeHqb_zYL9JuT_gvFs1uA8w2tiGr6GQbJV4,466544
zmq/backend/cython/socket.pxd,sha256=QN0gN-dyYhPBlVm_DZOBrPWQajybXVp6zVnfZ4lUOaU,2104
zmq/backend/cython/utils.cpython-311-darwin.so,sha256=iOfifaMlAroVbk3kmjxE9NyUvApV2cDNHznKzuASUcY,232224
zmq/backend/select.py,sha256=glTsqltKDyZSQxqfgoQ64447vk5IK41o3n-_qmSfRmo,797
zmq/constants.py,sha256=l-pSSHMAHoyfxZ3QQb4HXjgqxJ8NSNPJkNwyKh0YQ0o,26123
zmq/decorators.py,sha256=gHpYQJVIEHGLVg1lwUnG6yQeDVMG5vDUMNO9umZVP1g,5076
zmq/devices/__init__.py,sha256=ODgbZUVGiWBqsNYxKO-E4s3Q8ElZIHtqGhpqgDErDmw,730
zmq/devices/__pycache__/__init__.cpython-311.pyc,,
zmq/devices/__pycache__/basedevice.cpython-311.pyc,,
zmq/devices/__pycache__/monitoredqueue.cpython-311.pyc,,
zmq/devices/__pycache__/monitoredqueuedevice.cpython-311.pyc,,
zmq/devices/__pycache__/proxydevice.cpython-311.pyc,,
zmq/devices/__pycache__/proxysteerabledevice.cpython-311.pyc,,
zmq/devices/basedevice.py,sha256=5QxgX7aMIQkCJZESiHozeZXyoOL461P5IaCVzwtI4iY,9564
zmq/devices/monitoredqueue.cpython-311-darwin.so,sha256=ar6GOGnVu9h-MyJ0Tku35i_WON5R0GTtHhBpxFFmZQo,266880
zmq/devices/monitoredqueue.pxd,sha256=OQk_njEiuyGXHWwZVkHBaD-P6jsYB0OZGdB0BR9EjIQ,6386
zmq/devices/monitoredqueue.py,sha256=rsqpQkriK8Wr2pm0SxelFsjAjY6jw_CH4emH0WHMZVs,1021
zmq/devices/monitoredqueuedevice.py,sha256=HHJKx73DLT9jZsuE2X9G253bbwpAXKzqV6ZVs4USUr8,1930
zmq/devices/proxydevice.py,sha256=NC_Gg58uqTbCaBUEKbZWjyhWv371hqeWbzaKhSvFy9s,2849
zmq/devices/proxysteerabledevice.py,sha256=cnJh0DpskF1y6RrKq728kr8UGrKjU07_JRpfguX9o1Y,3212
zmq/error.py,sha256=Mc4nfcBHgIgz0TF6PMEomwpbr6NrJPeoLqq1MjEMSkQ,5392
zmq/eventloop/__init__.py,sha256=j5PpZdLAwLtwChrGCEZHJYJ6ZJoEzNBMlzY9r5K5iUw,103
zmq/eventloop/__pycache__/__init__.cpython-311.pyc,,
zmq/eventloop/__pycache__/_deprecated.cpython-311.pyc,,
zmq/eventloop/__pycache__/future.cpython-311.pyc,,
zmq/eventloop/__pycache__/ioloop.cpython-311.pyc,,
zmq/eventloop/__pycache__/zmqstream.cpython-311.pyc,,
zmq/eventloop/_deprecated.py,sha256=w7muISt6Pz6RP95iNtFKQE-y5QZ72wiof9Sf1cgIyok,6444
zmq/eventloop/future.py,sha256=W-zXBz9UiRSdyqBvBLS1gh3BR5dS11sNKWu2b6iHZEg,2569
zmq/eventloop/ioloop.py,sha256=h54RlDeUSVg7aijZtQAU04el5lMv1C1clCjlUbSTA_w,767
zmq/eventloop/zmqstream.py,sha256=5XRtbZ5fND1OTbHbTTS2JZw4Unr3XKbUAD-8fmeRMf4,23704
zmq/green/__init__.py,sha256=a09uWublEe8-FSXCp0nU-Q5FGDVilSQOW7zePO9D2lg,1331
zmq/green/__pycache__/__init__.cpython-311.pyc,,
zmq/green/__pycache__/core.cpython-311.pyc,,
zmq/green/__pycache__/device.cpython-311.pyc,,
zmq/green/__pycache__/poll.cpython-311.pyc,,
zmq/green/core.py,sha256=FF8bImTkzZ4y2dmvGLsqFTBXukDpCZfj1I71HYdbJbo,10827
zmq/green/device.py,sha256=cCJjZBjvpXJL_0qXxbRYa40RP6qCclJI4ys5rTAVmQA,943
zmq/green/eventloop/__init__.py,sha256=N13sRnQlJDo2gD70qPNZP7uc_EEMAjE6hDa-SLhKj0s,68
zmq/green/eventloop/__pycache__/__init__.cpython-311.pyc,,
zmq/green/eventloop/__pycache__/ioloop.cpython-311.pyc,,
zmq/green/eventloop/__pycache__/zmqstream.cpython-311.pyc,,
zmq/green/eventloop/ioloop.py,sha256=rNJvPZsF-SZpXFEk7T8DXUE5yMFxltF5HE9qZkCmufc,43
zmq/green/eventloop/zmqstream.py,sha256=3LGGOp9Lx0OxrsiNNxt4jdzNAJvXZNMLdlOYcsrDz8c,291
zmq/green/poll.py,sha256=CW7d1fbCCCVaeeUMEPTdo_3Z8s2uvFzPMFXdU0u2zFk,2950
zmq/log/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
zmq/log/__main__.py,sha256=mYhqO00gFUvsc1UstdYOHdY6qpP_dY9XIZst70TL924,3913
zmq/log/__pycache__/__init__.cpython-311.pyc,,
zmq/log/__pycache__/__main__.cpython-311.pyc,,
zmq/log/__pycache__/handlers.cpython-311.pyc,,
zmq/log/handlers.py,sha256=0ZTpofA3zyik-EWp7Ophf3xrLopMgV9Ls9bl8CGxe28,7108
zmq/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
zmq/ssh/__init__.py,sha256=2Wcr18a8hS5Qjwhn1p6SYb6NMDIi7Y48JRXg56iU0fI,29
zmq/ssh/__pycache__/__init__.cpython-311.pyc,,
zmq/ssh/__pycache__/forward.cpython-311.pyc,,
zmq/ssh/__pycache__/tunnel.cpython-311.pyc,,
zmq/ssh/forward.py,sha256=jVf6NtosPmPc4EknHZDNtpxMzjUmRbkg4Nz6Oa4NNTE,3358
zmq/ssh/tunnel.py,sha256=ybC8cBMA9rasXMQUwQBql856mtAtbJm86Wnah9gzSSI,13286
zmq/sugar/__init__.py,sha256=KIXTOGBum93-uuGA-WIFjydjQmUcGc6AKWd-h8DnZxw,722
zmq/sugar/__init__.pyi,sha256=F_JYIucugCUuXik_FSVfzWXICyuH1yDzlshcZRb8bDU,219
zmq/sugar/__pycache__/__init__.cpython-311.pyc,,
zmq/sugar/__pycache__/attrsettr.cpython-311.pyc,,
zmq/sugar/__pycache__/context.cpython-311.pyc,,
zmq/sugar/__pycache__/frame.cpython-311.pyc,,
zmq/sugar/__pycache__/poll.cpython-311.pyc,,
zmq/sugar/__pycache__/socket.cpython-311.pyc,,
zmq/sugar/__pycache__/stopwatch.cpython-311.pyc,,
zmq/sugar/__pycache__/tracker.cpython-311.pyc,,
zmq/sugar/__pycache__/version.cpython-311.pyc,,
zmq/sugar/attrsettr.py,sha256=q9tKh9NHIkBeakduTx7T8Nc-6JOSJIdpydenIizazbQ,2603
zmq/sugar/context.py,sha256=Yn8ko83AQxJQP9VSO05TqSA0SW3sqyKHqIxjqFGNSKo,14400
zmq/sugar/frame.py,sha256=atS4SrFaSyNBaO6cv8V7g3JBDxonsilOoGNFGGXmLXk,3483
zmq/sugar/poll.py,sha256=ZfwHXPzOYXn9AhL_x7QW7RFzwLuoCTtWEixj_pAvRrA,5725
zmq/sugar/socket.py,sha256=30mQFnmZQ0QRJwLkp2r8b0Utn5vFzy3vfVRBm43q87Q,34093
zmq/sugar/stopwatch.py,sha256=i1Cg96aPzsiHmUTAZEgSsiZ5qQJ7rw-pFgiIYJoJU1g,935
zmq/sugar/tracker.py,sha256=FR2u9NMoGbYK7hSFW2UdxzWwDIeHceaO8-qwgSth4ro,3700
zmq/sugar/version.py,sha256=aenpiOcvs4UERvpJjeeGVrLuydpz7Z7on9n5aWE6Oz8,1604
zmq/tests/__init__.py,sha256=ipXRJOfPhGTS_y-RMVhX7qed92TO46BvYhJT2gjPatc,8169
zmq/tests/__pycache__/__init__.cpython-311.pyc,,
zmq/tests/__pycache__/conftest.cpython-311.pyc,,
zmq/tests/__pycache__/test_asyncio.cpython-311.pyc,,
zmq/tests/__pycache__/test_auth.cpython-311.pyc,,
zmq/tests/__pycache__/test_cffi_backend.cpython-311.pyc,,
zmq/tests/__pycache__/test_constants.cpython-311.pyc,,
zmq/tests/__pycache__/test_context.cpython-311.pyc,,
zmq/tests/__pycache__/test_cython.cpython-311.pyc,,
zmq/tests/__pycache__/test_decorators.cpython-311.pyc,,
zmq/tests/__pycache__/test_device.cpython-311.pyc,,
zmq/tests/__pycache__/test_draft.cpython-311.pyc,,
zmq/tests/__pycache__/test_error.cpython-311.pyc,,
zmq/tests/__pycache__/test_etc.cpython-311.pyc,,
zmq/tests/__pycache__/test_ext.cpython-311.pyc,,
zmq/tests/__pycache__/test_future.cpython-311.pyc,,
zmq/tests/__pycache__/test_imports.cpython-311.pyc,,
zmq/tests/__pycache__/test_includes.cpython-311.pyc,,
zmq/tests/__pycache__/test_ioloop.cpython-311.pyc,,
zmq/tests/__pycache__/test_log.cpython-311.pyc,,
zmq/tests/__pycache__/test_message.cpython-311.pyc,,
zmq/tests/__pycache__/test_monitor.cpython-311.pyc,,
zmq/tests/__pycache__/test_monqueue.cpython-311.pyc,,
zmq/tests/__pycache__/test_multipart.cpython-311.pyc,,
zmq/tests/__pycache__/test_mypy.cpython-311.pyc,,
zmq/tests/__pycache__/test_pair.cpython-311.pyc,,
zmq/tests/__pycache__/test_poll.cpython-311.pyc,,
zmq/tests/__pycache__/test_proxy_steerable.cpython-311.pyc,,
zmq/tests/__pycache__/test_pubsub.cpython-311.pyc,,
zmq/tests/__pycache__/test_reqrep.cpython-311.pyc,,
zmq/tests/__pycache__/test_retry_eintr.cpython-311.pyc,,
zmq/tests/__pycache__/test_security.cpython-311.pyc,,
zmq/tests/__pycache__/test_socket.cpython-311.pyc,,
zmq/tests/__pycache__/test_ssh.cpython-311.pyc,,
zmq/tests/__pycache__/test_version.cpython-311.pyc,,
zmq/tests/__pycache__/test_win32_shim.cpython-311.pyc,,
zmq/tests/__pycache__/test_z85.cpython-311.pyc,,
zmq/tests/__pycache__/test_zmqstream.cpython-311.pyc,,
zmq/tests/conftest.py,sha256=67BWxnQBtPh2LAQOMlycMW2p-I0pOEWuFpI3RtV3K90,5564
zmq/tests/cython_ext.pyx,sha256=s_voy5skC7Cu0b9doz4gWT0O2pXJAM6Nt8B7tISwn-A,642
zmq/tests/test_asyncio.py,sha256=Bk0CG68AyeM_f3ZvwNsgt191S2YUaa6H9hnnLwB53mE,9992
zmq/tests/test_auth.py,sha256=BcvbOaAOE2y9P2R77TTmof-ukla92OsTqiFjGRe7Jfw,14426
zmq/tests/test_cffi_backend.py,sha256=DlaD9NuLsGd53pshhhPs7ha-Bi7zqZ5YENq1zyAeots,8945
zmq/tests/test_constants.py,sha256=DdtMdkWla9ZYQ45WKGk5bGThbzBIEs5l6cSOHjjoBH0,962
zmq/tests/test_context.py,sha256=qmyth7TFf-9kKig5hNgCf6NBs9F4-mWvLpCQYsk-JTk,12600
zmq/tests/test_cython.py,sha256=NXJER_RqD_GvOZ6_l_FKQ5n8zGCAzPITrguZZAbUdG8,1272
zmq/tests/test_decorators.py,sha256=y7xoLJcRPQXULZcZtbOvj8nwxJz5wLT38GZ73A1DPjI,9623
zmq/tests/test_device.py,sha256=yU2XQxviXH85kB2MLBBqnfgDl_nniEc9rCWLHDvdQPs,6004
zmq/tests/test_draft.py,sha256=IsvynSj98GnjN6RngMi103acnQOm7VegfJcwla0NPpg,1371
zmq/tests/test_error.py,sha256=_O-OaZdivcJrFasGqhPZ_ZjjzcXiXqTT17NX6mPoZXY,1125
zmq/tests/test_etc.py,sha256=Wm84DYiZIJCdWnu6MUppOIOFYExnYvDDpo0Hv_Zg34c,533
zmq/tests/test_ext.py,sha256=n622i-aD1U9_OctZ_u3AIl6JSkr4CGKJmSxfQbIbjjo,786
zmq/tests/test_future.py,sha256=bpLVgZ02qz48iSWFHoL8Uqe-4jX3KDYTJMjbYMtIdeI,10608
zmq/tests/test_imports.py,sha256=hkRkqzH1TVC61vKrhaRxrRhr1eLLJqeVhqyS0UCqLtQ,1972
zmq/tests/test_includes.py,sha256=I3ajhG1q76L4YdsAOtZyJsnHw5DSnHWQq6w_T4Yym8U,883
zmq/tests/test_ioloop.py,sha256=PhPdTOStpxDbL5CuNqaMAfC-xQ_cLihYQhhyqO_ojJs,641
zmq/tests/test_log.py,sha256=DPhQrgCfQkfNXHOsM_JqDFt2xu_KxaTkq1fkdlAWUwo,6948
zmq/tests/test_message.py,sha256=Ha0i0NoIRgmwu7H3f8VnKGGut5cxJqX5M0LxTav4AXs,11260
zmq/tests/test_monitor.py,sha256=XpwmlQy2iiWFq-QJkPophJesa8_1_3rG3aL3y1x6VOo,3059
zmq/tests/test_monqueue.py,sha256=j_YsQwOWXA-l5c_Z-fFvBTTh5xtkTUfn6rtqLb1h8KI,8285
zmq/tests/test_multipart.py,sha256=eXsulx5OVSfMGsf9gqAxHWa0_I0ti63wYePrNAYMDVE,885
zmq/tests/test_mypy.py,sha256=5TcC_c_vn2Vntpsdsj3IWHNKrMer4X2nhU9PyDRbG_k,1683
zmq/tests/test_pair.py,sha256=7Ks4E8pd58zJHNx_orwxplmtO-Te3wqRwumpQLfFaeo,1232
zmq/tests/test_poll.py,sha256=mcfycAXqG4beHNUo0AXW_1qRHPlSxbD-8ElLle11cuk,7106
zmq/tests/test_proxy_steerable.py,sha256=lA2vdshliBy6aAogQH-DdZOGGgDhCzGA_XK-ABvwhls,3718
zmq/tests/test_pubsub.py,sha256=cNQE4XCyY0LR1cqztyK3Kbm3NEoYkSLcyQfEvnnpDm8,1015
zmq/tests/test_reqrep.py,sha256=pLdb14Cy2UpTETTwXUN7Pupz3C9yYHlKTLnHdvURWi4,1764
zmq/tests/test_retry_eintr.py,sha256=vYm-7jRWV697cit2e0_JSwfsnHzt_ngcXpDfMx1Ro1o,2874
zmq/tests/test_security.py,sha256=Xvz6he_AwQdOJZlROzV380RKnucTBAOOzk-ovNSulok,7805
zmq/tests/test_socket.py,sha256=BdYDafPihBiTlriuXpu6di_b_BLKARwTVtZhkoTV1ZI,23610
zmq/tests/test_ssh.py,sha256=5jMSfc-VipIJATZgaZkkoBOJkOlJM4On7DSeYw8BV0c,235
zmq/tests/test_version.py,sha256=0up4jNqCxxPkcsams42aGEp9EfANu4n5SYWHgKZS_6c,1208
zmq/tests/test_win32_shim.py,sha256=tHE4819aTMINDCgQaNqDnYWO9B5P-NVKSxk9DJWhGm4,1661
zmq/tests/test_z85.py,sha256=-O8BLB-yX6bH6FA-TBSh-dF2gUjO0hZJ_8PHFp4xY9Q,2108
zmq/tests/test_zmqstream.py,sha256=XjtbKljc6D_otXjCap3AtS7dEcP5buJ8nyHxTnP1IyU,4195
zmq/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
zmq/utils/__pycache__/__init__.cpython-311.pyc,,
zmq/utils/__pycache__/garbage.cpython-311.pyc,,
zmq/utils/__pycache__/interop.cpython-311.pyc,,
zmq/utils/__pycache__/jsonapi.cpython-311.pyc,,
zmq/utils/__pycache__/monitor.cpython-311.pyc,,
zmq/utils/__pycache__/strtypes.cpython-311.pyc,,
zmq/utils/__pycache__/win32.cpython-311.pyc,,
zmq/utils/__pycache__/z85.cpython-311.pyc,,
zmq/utils/buffers.pxd,sha256=rV7zDQ9ESlMH104whm83r01s8al4_AGFEQkMqiULShg,7031
zmq/utils/compiler.json,sha256=NbNu0IdBE7tg1_bc0e7ryieDEDyeZ0m1AaOepr4PFTc,317
zmq/utils/config.json,sha256=dGOwBrKtXIqkdCxPX6AaSeMlxEIeqdq21zbca28Ib-E,274
zmq/utils/garbage.py,sha256=rtal2tvaE0KyEHm9AYCR_yx1RYidj08wkVigBKXblSg,6125
zmq/utils/getpid_compat.h,sha256=emvckPfSlYeCoUNgfYTkAWC4ie-LXLRnXDNLlXxXaPI,116
zmq/utils/interop.py,sha256=HeAsgmRGG-NSMN5QkHrk4LtpK7bjs8faHJVyyRIY_6s,685
zmq/utils/ipcmaxlen.h,sha256=q-YGX5BECL_QpOzOx3oC_I8mcNCWbJJ6FnUrdKlG1fU,522
zmq/utils/jsonapi.py,sha256=bNL0uji3R32ICSyfDAZ1VD-fCxDhmFP8JQlcV_lPq2I,1018
zmq/utils/monitor.py,sha256=ekk0QTGTvKLj-jD0ILQAw5hm4knG_1Vi0WAPx3xPx60,3308
zmq/utils/mutex.h,sha256=tX_0NUDDv9s91JDDFW7UQh2wvqqaKzL9EX7dJUnQfi4,1625
zmq/utils/pyversion_compat.h,sha256=4FkQ95UVmA_as9lBrIO7-wM5D0tEinVAlYmZls_SRT0,284
zmq/utils/strtypes.py,sha256=3umkC4B7T8lZlftjHvkilXNC-q_tIMlCKNuJIp7xbjk,1376
zmq/utils/win32.py,sha256=jlHxUd95AmXNEsLR5xYG2UbYUtgD_JspqjtANis3-DA,4896
zmq/utils/z85.py,sha256=zx_DVA1cYTDHwnoue-aQdX1klxCCprcWwlJ8y9nqMJA,1806
zmq/utils/zmq_compat.h,sha256=gsqk4EVjdWsatLrhxFAu2QHgUiQemuhqM-ZtVU4FSVE,3184

View File

@@ -0,0 +1,5 @@
Wheel-Version: 1.0
Generator: bdist_wheel (0.42.0)
Root-Is-Purelib: false
Tag: cp311-cp311-macosx_10_15_universal2