Skip to main content

The Python Adaptation of the PubSubLib for Orange Health

Project description

pubsublib

pubsublib is a Python library designed for PubSub functionality using AWS - SNS & SQS.

PIP Package

pubsublib

Getting Started

To get started with pubsublib, you can install it via pip:

pip install pubsublib

Using Pubsublib

Once pubsublib is installed, you can use it in your Python code as follows:

from pubsublib.aws.main import AWSPubSubAdapter

pubsub_adapter = AWSPubSubAdapter(
    aws_region='XXXXX',
    aws_access_key_id='XXXXX',
    aws_secret_access_key='XXXXX',
    redis_location='XXXXX',
    sns_endpoint_url=None,
    sqs_endpoint_url=None
)

Steps to Publish Package

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

pubsublib-0.1.15.tar.gz (9.1 kB view hashes)

Uploaded Source

Built Distribution

pubsublib-0.1.15-py3-none-any.whl (8.2 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