stomp
STOMP client library for Python 3
Install
- All systems
-
curl cmd.cat/stomp.sh
- Debian
-
apt-get install python3-stomp
- Ubuntu
-
apt-get install python3-stomp
- Kali Linux
-
apt-get install python3-stomp
- Fedora
-
dnf install python3-stomp
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python3-stomp
- Dockerfile
- dockerfile.run/stomp
python3-stomp
STOMP client library for Python 3
This package contains stomp.py, a Python client library for accessing messaging servers (such as Apollo or RabbitMQ) using the STOMP protocol (versions 1.0, 1.1 and 1.2). It can also be run as a standalone, command-line client for testing. This package installs the library for Python 3.