Ravenports generated: 17 Aug 2019 14:40
[ravenports.git] / bucket_AA / python-amqp
1 # Buildsheet autogenerated by ravenadm tool -- Do not edit.
2
3 NAMEBASE=               python-amqp
4 VERSION=                2.5.1
5 KEYWORDS=               python
6 VARIANTS=               py27 py36 py37
7 SDESC[py36]=            Low-level AMQP client (PY 36)
8 SDESC[py37]=            Low-level AMQP client (PY 37)
9 SDESC[py27]=            Low-level AMQP client (PY 27)
10 HOMEPAGE=               https://github.com/celery/py-amqp
11 CONTACT=                Python_Automaton[python@ironwolf.systems]
12
13 DOWNLOAD_GROUPS=        main
14 SITES[main]=            PYPI/a/amqp
15 DISTFILE[1]=            amqp-2.5.1.tar.gz:main
16 DF_INDEX=               1
17 SPKGS[py36]=            single
18 SPKGS[py37]=            single
19 SPKGS[py27]=            single
20
21 OPTIONS_AVAILABLE=      PY27 PY36 PY37
22 OPTIONS_STANDARD=       none
23 VOPTS[py36]=            PY27=OFF PY36=ON PY37=OFF
24 VOPTS[py37]=            PY27=OFF PY36=OFF PY37=ON
25 VOPTS[py27]=            PY27=ON PY36=OFF PY37=OFF
26
27 DISTNAME=               amqp-2.5.1
28
29 GENERATED=              yes
30
31 [PY36].BUILDRUN_DEPENDS_ON=             python-vine:single:py36
32 [PY36].USES_ON=                         python:py36
33
34 [PY37].BUILDRUN_DEPENDS_ON=             python-vine:single:py37
35 [PY37].USES_ON=                         python:py37
36
37 [PY27].BUILDRUN_DEPENDS_ON=             python-vine:single:py27
38 [PY27].USES_ON=                         python:py27
39
40 [FILE:4064:descriptions/desc.single]
41 =====================================================================
42  Python AMQP 0.9.1 client library
43 =====================================================================
44
45 |build-status| |coverage| |license| |wheel| |pyversion| |pyimp|
46
47 :Version: 2.5.1
48 :Web: https://amqp.readthedocs.io/
49 :Download: https://pypi.org/project/amqp/
50 :Source: http://github.com/celery/py-amqp/
51 :Keywords: amqp, rabbitmq
52
53 About
54 =====
55
56 This is a fork of amqplib_ which was originally written by Barry Pederson.
57 It is maintained by the Celery_ project, and used by `kombu`_ as a pure
58 python
59 alternative when `librabbitmq`_ is not available.
60
61 This library should be API compatible with `librabbitmq`_.
62
63 .. _amqplib: https://pypi.org/project/amqplib/
64 .. _Celery: http://celeryproject.org/
65 .. _kombu: https://kombu.readthedocs.io/
66 .. _librabbitmq: https://pypi.org/project/librabbitmq/
67
68 Differences from `amqplib`_
69 ===========================
70
71 - Supports draining events from multiple channels
72 (``Connection.drain_events``)
73 - Support for timeouts
74 - Channels are restored after channel error, instead of having to close the
75   connection.
76 - Support for heartbeats
77
78     - ``Connection.heartbeat_tick(rate=2)`` must called at regular
79 intervals
80       (half of the heartbeat value if rate is 2).
81     - Or some other scheme by using ``Connection.send_heartbeat``.
82 - Supports RabbitMQ extensions:
83     - Consumer Cancel Notifications
84         - by default a cancel results in ``ChannelError`` being raised
85         - but not if a ``on_cancel`` callback is passed to
86 ``basic_consume``.
87     - Publisher confirms
88         - ``Channel.confirm_select()`` enables publisher confirms.
89         - ``Channel.events['basic_ack'].append(my_callback)`` adds a
90 callback
91           to be called when a message is confirmed. This callback is then
92           called with the signature ``(delivery_tag, multiple)``.
93     - Exchange-to-exchange bindings: ``exchange_bind`` /
94 ``exchange_unbind``.
95         - ``Channel.confirm_select()`` enables publisher confirms.
96         - ``Channel.events['basic_ack'].append(my_callback)`` adds a
97 callback
98           to be called when a message is confirmed. This callback is then
99           called with the signature ``(delivery_tag, multiple)``.
100     - Authentication Failure Notifications
101         Instead of just closing the connection abruptly on invalid
102         credentials, py-amqp will raise an ``AccessRefused`` error
103         when connected to rabbitmq-server 3.2.0 or greater.
104 - Support for ``basic_return``
105 - Uses AMQP 0-9-1 instead of 0-8.
106     - ``Channel.access_request`` and ``ticket`` arguments to methods
107       **removed**.
108     - Supports the ``arguments`` argument to ``basic_consume``.
109     - ``internal`` argument to ``exchange_declare`` removed.
110     - ``auto_delete`` argument to ``exchange_declare`` deprecated
111     - ``insist`` argument to ``Connection`` removed.
112     - ``Channel.alerts`` has been removed.
113     - Support for ``Channel.basic_recover_async``.
114     - ``Channel.basic_recover`` deprecated.
115 - Exceptions renamed to have idiomatic names:
116     - ``AMQPException`` -> ``AMQPError``
117     - ``AMQPConnectionException`` -> ConnectionError``
118     - ``AMQPChannelException`` -> ChannelError``
119     - ``Connection.known_hosts`` removed.
120     - ``Connection`` no longer supports redirects.
121     - ``exchange`` argument to ``queue_bind`` can now be empty
122       to use the "default exchange".
123 - Adds ``Connection.is_alive`` that tries to detect
124   whether the connection can still be used.
125 - Adds ``Connection.connection_errors`` and ``.channel_errors``,
126   a list of recoverable errors.
127 - Exposes the underlying socket as ``Connection.sock``.
128 - Adds ``Channel.no_ack_consumers`` to keep track of consumer tags
129   that set the no_ack flag.
130 - Slightly better at error recovery
131
132 Further
133 =======
134
135 - Differences between AMQP 0.8 and 0.9.1
136
137     http://www.rabbitmq.com/amqp-0-8-to-0-9-1.html
138
139 - AMQP 0.9.1 Quick Reference
140
141     http://www.rabbitmq.com/amqp-0-9-1-quickref.html
142
143 - RabbitMQ Extensions
144
145     http://www.rabbitmq.com/extensions.html
146
147 - For more information about AMQP, visit
148
149
150 [FILE:96:distinfo]
151 19a917e260178b8d410122712bac69cb3e6db010d68f6101e7307508aded5e68       117673 amqp-2.5.1.tar.gz
152