Skip to main content

A minimalist ZeroMQ pub-sub command line client.

Project description

A minimalist ZeroMQ pub-sub command line client.

Features:

  • Publish messages to 0 through ∞ subscribers.

  • Subscribe to all messages or filter by one or more topics.

  • Exits after receiving a single message or subscribed indefinitely.

  • Built with scripting in mind.

Example

Begin by starting a subscriber in follow mode.

$ zepusu sub -f

Publish a few messages.

$ zepusu pub hello world
$ zepusu pub greetings galaxy

The subscriber outputs both messages.

$ zepusu sub -f
hello world
greetings galaxy

Usage

usage: zepusu [-h] [--version] [-p PORT] {pub,sub} ...

ZeroMQ pub-sub command line client

positional arguments:
  {pub,sub}

optional arguments:
  -h, --help  show this help message and exit
  --version   show program's version number and exit
  -p PORT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

zepusu-0.1.2.tar.gz (3.8 kB view hashes)

Uploaded Source

Built Distribution

zepusu-0.1.2-py3-none-any.whl (3.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page