<html><head><style>body{font-family:Helvetica,Arial;font-size:13px}</style></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><div id="bloop_customfont" style="font-family:Helvetica,Arial;font-size:13px; color: rgba(0,0,0,1.0); margin: 0px; line-height: auto;">I am pleased to announce the availability of <i>rabbitpy </i>0.12 on the Python Package Index:</div><div id="bloop_customfont" style="font-family:Helvetica,Arial;font-size:13px; color: rgba(0,0,0,1.0); margin: 0px; line-height: auto;"><br></div><div id="bloop_customfont" style="font-family:Helvetica,Arial;font-size:13px; color: rgba(0,0,0,1.0); margin: 0px; line-height: auto;"><span class="Apple-tab-span" style="white-space:pre">    </span><a href="https://preview-pypi.python.org/project/rabbitpy/">https://preview-pypi.python.org/project/rabbitpy/</a></div><div id="bloop_customfont" style="font-family:Helvetica,Arial;font-size:13px; color: rgba(0,0,0,1.0); margin: 0px; line-height: auto;"><br></div><div id="bloop_customfont" style="color: rgb(0, 0, 0); margin: 0px;"><div id="bloop_customfont" style="font-family: Helvetica, Arial; font-size: 13px; margin: 0px;"><i>rabbitpy</i> is a pure python, thread-safe, minimalistic and pythonic BSD Licensed AMQP/RabbitMQ library that supports Python 2.6, 2.7 and 3.3. rabbitpy aims to provide a simple and easy to use API for interfacing with RabbitMQ, minimizing the programming overhead often found in other libraries.</div><div style="font-family: Helvetica, Arial; font-size: 13px;"><br></div><div style="font-family: Helvetica, Arial; font-size: 13px;">For example, consuming messages can be as simple as (connecting to localhost:5672 / as guest by default)</div><div style="font-family: Helvetica, Arial; font-size: 13px;"><br></div><div><div><font face="Courier New">    for msg in rabbitpy.consume(queue='test', no_ack=True):</font></div><div><font face="Courier New">        msg.pprint(True)</font></div></div><div style="font-family: Helvetica, Arial; font-size: 13px;"><br></div><div style="font-family: Helvetica, Arial; font-size: 13px;">Documentation is available at <a href="https://rabbitpy.readthedocs.org/en/latest/">https://rabbitpy.readthedocs.org/en/latest/</a></div><div style="font-family: Helvetica, Arial; font-size: 13px;"><br></div><div style="font-family: Helvetica, Arial; font-size: 13px;">Recent versions of <i>rabbitpy</i> have focused on performance improvements and reducing CPU overhead.</div><div style="font-family: Helvetica, Arial; font-size: 13px;"><br></div><div style="font-family: Helvetica, Arial; font-size: 13px;">All users of <i>rmqid</i> or <i>rabbitpy</i> are encouraged to update to the latest version using pip:</div><div style="font-family: Helvetica, Arial; font-size: 13px;"><br></div><div><font face="Courier New">    pip install â€”upgrade rabbitpy</font></div><div style="font-family: Helvetica, Arial; font-size: 13px;"><br></div><div style="font-family: Helvetica, Arial; font-size: 13px;"><i>rabbitpy</i> is available on GitHub at <a href="https://github.com/gmr/rabbitpy">https://github.com/gmr/rabbitpy</a> and is BSD licensed.</div><div style="font-family: Helvetica, Arial; font-size: 13px;"><br></div><div style="font-family: Helvetica, Arial; font-size: 13px;">Please report any issues at https://github.com/gmr/rabbitpy/issues</div><div style="font-family: Helvetica, Arial; font-size: 13px;"><br></div><div style="font-family: Helvetica, Arial; font-size: 13px;">Regards,</div><div style="font-family: Helvetica, Arial; font-size: 13px;"><br></div><div style="font-family: Helvetica, Arial; font-size: 13px;">Gavin</div></div><div class="" id="bloop_sign_1387422890988049152"></div></body></html>