Skip to main content

Simple Python PubSub

Project description

Usage:

import pubsub
channel = pubsub.subscribe('channel')
pubsub.publish('channel', 'hello world')
channel.listen().next()
channel.unsubscribe()

Project details


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