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.5.tar.gz
(7.8 kB
view details)
Built Distribution
File details
Details for the file pubsublib-0.1.5.tar.gz
.
File metadata
- Download URL: pubsublib-0.1.5.tar.gz
- Upload date:
- Size: 7.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b5159bf2e2b92dc6f10a0263db368492e99fc6f164e2d0ae90e162490d9c9e94 |
|
MD5 | b8c02d9743ef6b2869da6f09273c8f0e |
|
BLAKE2b-256 | 149fef9b10b3f16c5c5855d1ec2f82e661cfdf5d75682503a7b06cf84f1f97a3 |
File details
Details for the file pubsublib-0.1.5-py3-none-any.whl
.
File metadata
- Download URL: pubsublib-0.1.5-py3-none-any.whl
- Upload date:
- Size: 7.9 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 | ca042fbd8a0cd4d2e18c8b4d716e361584210a50d88e89339b493e7da51f99da |
|
MD5 | 2dbbe2506b6039134c4b7d624ab325b0 |
|
BLAKE2b-256 | da486b3077f4908d20d8cca055f0a92d588e49c086310f740120c98f37d74a46 |