fedmsg-gateway

Python 2 API and CLI for fedmsg

Install

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

python2-fedmsg

Python 2 API and CLI for fedmsg

fedmsg-gateway

Fedora messaging infrastructure system - gateway 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-gateway daemon, that aggregates and broadcasts the messages received from several incoming endpoints on a single outgoing endpoint.

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.