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
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
)
Project details
Release history Release notifications | RSS feed
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.1.tar.gz
(7.6 kB
view details)
Built Distribution
File details
Details for the file pubsublib-0.1.1.tar.gz
.
File metadata
- Download URL: pubsublib-0.1.1.tar.gz
- Upload date:
- Size: 7.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 52420781b8cf747cfcc36f9553ab9662793e51c49f216ee98b90d56ff924dabe |
|
MD5 | bd402ae6df0bf5c3314f31dc451b5ff4 |
|
BLAKE2b-256 | 5d391654c10df6b38952ab49616ff241b416abdf601166e946938fb93af5a2bc |
File details
Details for the file pubsublib-0.1.1-py3-none-any.whl
.
File metadata
- Download URL: pubsublib-0.1.1-py3-none-any.whl
- Upload date:
- Size: 7.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 143dce7a479a06bff2c3112764abb604822d7f0b0c7b6f832fdef2ff6f61dc80 |
|
MD5 | ced90b34a987e2a843cb30514aaba7f0 |
|
BLAKE2b-256 | 6d1ab2da8e561073f52af6de4bffb0d3dc2e92a2170a06868a39ee76fe5bc9cc |