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.7.tar.gz
(8.0 kB
view details)
Built Distribution
File details
Details for the file pubsublib-0.1.7.tar.gz
.
File metadata
- Download URL: pubsublib-0.1.7.tar.gz
- Upload date:
- Size: 8.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e51add488b5c69dc40b659563fd3da5c891af9cc866c0d731b28f0b92564663d |
|
MD5 | 439ea3d6e3d2a68d4cbe9014d8d0865c |
|
BLAKE2b-256 | 3a10d1d995219f97cebcc9ba8900a5c0dde7782e573a8361c37bedb2019595df |
File details
Details for the file pubsublib-0.1.7-py3-none-any.whl
.
File metadata
- Download URL: pubsublib-0.1.7-py3-none-any.whl
- Upload date:
- Size: 8.1 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 | b3899f887ffb9c5821116f7840a0ce589115529d6d654afd6b08dc707d330bdb |
|
MD5 | 6b496595e3bb91b8a4c7b741c2335fdd |
|
BLAKE2b-256 | 07478c13b57f0dbfb71602b8630e4252e688b8a3d7db4d8f967fbfcc0fb3b937 |