fedmsg-config
Python 2 API and CLI for fedmsg
Install
- All systems
-
curl cmd.cat/fedmsg-config.sh
- Debian
-
apt-get install fedmsg
- Ubuntu
-
apt-get install python-fedmsg
- Fedora
-
dnf install python2-fedmsg
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python-fedmsg
- Raspbian
-
apt-get install fedmsg
- Dockerfile
- dockerfile.run/fedmsg-config
python2-fedmsg
Python 2 API and CLI for fedmsg
fedmsg
Fedora messaging infrastructure system - general utilities
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 following utilities: - fedmsg-announce: send an announcement to the fedmsg bus - fedmsg-collectd: a collectd plugin feeding off fedmsg messages - fedmsg-config: aggregate and dump the fedmsg config to stdout - fedmsg-logger: send a message to the fedmsg bus from the command-line - fedmsg-tail: read messages on the fedmsg bus from the command-line - fedmsg-trigger: trigger a command on receiving an event on the fedmsg bus
python2-fedmsg-commands
Basic fedmsg commands
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.