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.15.tar.gz
(9.1 kB
view details)
Built Distribution
File details
Details for the file pubsublib-0.1.15.tar.gz
.
File metadata
- Download URL: pubsublib-0.1.15.tar.gz
- Upload date:
- Size: 9.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.9.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8571dfeae43e8db3a948d8f30e5c60d57e3e1dd6758fd37a544a885bc5d7c699 |
|
MD5 | f6462801e62734495d941f56bb86ae80 |
|
BLAKE2b-256 | 20605753692284f112374770c36eaf1d075302ebe2e3ca84229d6da63ccfcd8d |
File details
Details for the file pubsublib-0.1.15-py3-none-any.whl
.
File metadata
- Download URL: pubsublib-0.1.15-py3-none-any.whl
- Upload date:
- Size: 8.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.9.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b342055df6ee1f21da466c0d4161858bb55ae8fb0fc19edd031e959310becb84 |
|
MD5 | 20b925070ddb260a7e5469b70635f782 |
|
BLAKE2b-256 | dd828e828d02e145b304ea154499eda3a4103f60d293e7769678b8098b2fe066 |