python-pika
Port variant v13
Summary Pika Python AMQP Client Library (3.13)
Package version 1.4.1
Homepage https://pika.readthedocs.io
Keywords python
Maintainer Python Automaton
License Not yet specified
Other variants v14
Ravenports Buildsheet | History
Ravensource Port Directory | History
Last modified 29 MAY 2026, 12:33:39 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 ON Build using Python 3.13 PY314 OFF Build using Python 3.14
Package Dependencies by Type
Build (only) python313:dev:std
python-pip:single:v13
autoselect-python:single:std
Build and Runtime python313:primary:std
Download groups
main mirror://PYPIWHL/7f/7b/a09c0d378ee8604220902c58103104b2304ef99744c4b7fc45312d280484
Distribution File Information
2daae7bd422a0fc4f4879fd48c9a1932ed74a0bc7172e1e5f9bde63a101ed074 164962 python-src/pika-1.4.1-py3-none-any.whl
Ports that require python-pika:v13
radicale:std CalDAV and CardDAV Server