# Buildsheet autogenerated by ravenadm tool -- Do not edit. NAMEBASE= python-pika VERSION= 1.3.2 KEYWORDS= python VARIANTS= v13 v14 SDESC[v13]= Pika Python AMQP Client Library (3.13) SDESC[v14]= Pika Python AMQP Client Library (3.14) HOMEPAGE= https://pika.readthedocs.io CONTACT= Python_Automaton[python@ironwolf.systems] DOWNLOAD_GROUPS= main SITES[main]= PYPIWHL/f9/f3/f412836ec714d36f0f4ab581b84c491e3f42c6b5b97a6c6ed1817f3c16d0 DISTFILE[1]= pika-1.3.2-py3-none-any.whl:main DIST_SUBDIR= python-src DF_INDEX= 1 SPKGS[v13]= single SPKGS[v14]= single OPTIONS_AVAILABLE= PY313 PY314 OPTIONS_STANDARD= none VOPTS[v13]= PY313=ON PY314=OFF VOPTS[v14]= PY313=OFF PY314=ON DISTNAME= pika-1.3.2.dist-info GENERATED= yes [PY313].USES_ON= python:v13,wheel [PY314].USES_ON= python:v14,wheel [FILE:1152:descriptions/desc.single] Pika ==== Pika is a RabbitMQ (AMQP 0-9-1) client library for Python. |Version| |Python versions| |Actions Status| |Coverage| |License| |Docs| Introduction ------------ Pika is a pure-Python implementation of the AMQP 0-9-1 protocol including RabbitMQ's extensions. - Supports Python 3.7+ (`1.1.0` was the last version to support 2.7) - Since threads aren't appropriate to every situation, it doesn't require threads. Pika core takes care not to forbid them, either. The same goes for greenlets, callbacks, continuations, and generators. An instance of Pika's built-in connection adapters isn't thread-safe, however. - People may be using direct sockets, plain old ``select()``, or any of the wide variety of ways of getting network events to and from a Python application. Pika tries to stay compatible with all of these, and to make adapting it to a new environment as simple as possible. Documentation ------------- Pika's documentation can be found at https://pika.readthedocs.io. Example ------- Here is the most simple example of use, sending a message with the ``pika.BlockingConnection`` adapter: :alt: Documentation Status [FILE:117:distinfo] 0779a7c1fafd805672796085560d290213a465e4f6f76a6fb19e378d8041a14f 155415 python-src/pika-1.3.2-py3-none-any.whl