python-pika
Port variant v14
Summary Pika Python AMQP Client Library (3.14)
Package version 1.4.4
Homepage https://pika.readthedocs.io
Keywords python
Maintainer Python Automaton
License Not yet specified
Other variants v13
Ravenports Buildsheet | History
Ravensource Port Directory | History
Last modified 19 AUG 2026, 18:47:48 UTC
Port created 05 MAY 2024, 16:57:05 UTC
Subpackage Descriptions
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+ (CPython and PyPy; versions are listed on [PyPI]). Pika 1.1.0 was the last release that supported Python 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
Configuration Switches (platform-specific settings discarded)
PY313 OFF Build using Python 3.13 PY314 ON Build using Python 3.14
Package Dependencies by Type
Build (only) python314:dev:std
python-pip:single:v14
autoselect-python:single:std
Build and Runtime python314:primary:std
Download groups
main mirror://PYPIWHL/7c/f3/921170b78779ac3f8b405cb28fce88acca1562ac114072cbf0a115e19bb9
Distribution File Information
48de960c97a93b55db06b8be4c53eb977c9c8a2754c57cdae9097abcbd70ce04 165275 python-src/pika-1.4.4-py3-none-any.whl
Ports that require python-pika:v14
No other ports depend on this one.