Skip to main content

Simple helper utility to send Google Pubsub messages easily

Project description

rgpubsub

Simple helper utility to send Google Pubsub messages easily.

Simple usage example

import rgpubsub
from rgpubsub import Publisher

publisher = Publisher.default_instance()

topic_name = rgpubsub.topic('testtopic')

message = {
    'foo': 'bar'
}

attributes = {
    'baz': 'bar'
}

publisher.publish(topic_name, message, attributes)

print('Sent message')

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

rgpubsub-0.0.8.tar.gz (2.3 kB view hashes)

Uploaded Source

Built Distribution

rgpubsub-0.0.8-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