mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-21 02:24:06 -04:00
8 lines
410 B
Plaintext
8 lines
410 B
Plaintext
stompclient provides a simple and lighweight STOMP client API for Python.
|
|
|
|
stompclient supports both simplex (publisher-only) and duplex
|
|
(publish-subscribe) communication with STOMP servers. This project started as a
|
|
fork of the stompy project by Benjamin W. Smith) but has evolved into a very
|
|
distinct codebase, which combines a few ideas from stompy with features from
|
|
the Stomper library and CoilMQ broker.
|