Add python-eventlet 0.16.1
[packages/trusty/python-eventlet.git] / eventlet / doc / modules / zmq.rst
1 :mod:`eventlet.green.zmq` -- ØMQ support
2 ========================================
3
4 .. automodule:: eventlet.green.zmq
5     :show-inheritance:
6
7 .. currentmodule:: eventlet.green.zmq
8
9 .. autofunction:: Context
10
11 .. autoclass:: _Context
12     :show-inheritance:
13
14     .. automethod:: socket
15
16 .. autoclass:: Socket
17     :show-inheritance:
18     :inherited-members:
19
20     .. automethod:: recv
21
22     .. automethod:: send
23
24 .. module:: zmq
25
26 :mod:`zmq` -- The pyzmq ØMQ python bindings
27 ===========================================
28
29 :mod:`pyzmq <zmq>` [1]_ Is a python binding to the C++ ØMQ [2]_ library written in Cython [3]_. The following is
30 auto generated :mod:`pyzmq's <zmq>` from documentation.
31
32 .. autoclass:: zmq.core.context.Context
33     :members:
34
35 .. autoclass:: zmq.core.socket.Socket
36
37 .. autoclass:: zmq.core.poll.Poller
38     :members:
39
40
41 .. [1] http://github.com/zeromq/pyzmq
42 .. [2] http://www.zeromq.com
43 .. [3] http://www.cython.org