python-pika
Port variant v12
Summary Pika Python AMQP Client Library (3.12)
BROKEN
Package version 1.3.2
Homepage https://pika.readthedocs.io
Keywords python
Maintainer Python Automaton
License Not yet specified
Other variants v11
Ravenports Buildsheet | History
Ravensource Port Directory | History
Last modified 05 MAY 2024, 16:57:05 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+ (`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
Configuration Switches (platform-specific settings discarded)
PY311 OFF Build using Python 3.11 PY312 ON Build using Python 3.12
Package Dependencies by Type
Build (only) python312:dev:std
python-pip:single:v12
autoselect-python:single:std
Build and Runtime python312:primary:std
Download groups
main mirror://PYPIWHL/f9/f3/f412836ec714d36f0f4ab581b84c491e3f42c6b5b97a6c6ed1817f3c16d0
Distribution File Information
0779a7c1fafd805672796085560d290213a465e4f6f76a6fb19e378d8041a14f 155415 pika-1.3.2-py3-none-any.whl
Ports that require python-pika:v12
radicale:std CalDAV and CardDAV Server