fedmsg-relay

Python 2 API and CLI for fedmsg

Install

All systems
curl cmd.cat/fedmsg-relay.sh
Debian Debian
apt-get install fedmsg-relay
Ubuntu
apt-get install fedmsg-relay
Fedora
dnf install fedmsg-relay
Windows (WSL2)
sudo apt-get update sudo apt-get install fedmsg-relay
Raspbian
apt-get install fedmsg-relay

python2-fedmsg

Python 2 API and CLI for fedmsg

fedmsg-relay

Fedora messaging infrastructure system - sender relay daemon

fedmsg (Fedora Messaging) is a Python package and API used within the Fedora infrastructure to send and receive messages to and from applications in order to allow for asynchronous processes. This package contains the fedmsg-relay daemon, that provides a single, persistent output endpoint for messages sent to the bus by ephemeral processes on a system.

python-fedmsg

Fedora messaging infrastructure system

fedmsg (Fedora Messaging) is a Python package and API used within the Fedora infrastructure to send and receive messages to and from applications in order to allow for asynchronous processes. This package provides the fedmsg Python module, allowing native integration of fedmsg functionality in Python applications.