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.0.6.tar.gz
(6.9 kB
view details)
Built Distribution
File details
Details for the file pubsublib-0.0.6.tar.gz
.
File metadata
- Download URL: pubsublib-0.0.6.tar.gz
- Upload date:
- Size: 6.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fc621d479fb04c19b87fa4067bd977290a9daf3c882c89f8b7e3e63f927be997 |
|
MD5 | 7603fed7451ebe2662d589c8f4c047b8 |
|
BLAKE2b-256 | 7a409b63d99a10ca55842031b073dff439952ccfb20dd749bb4a48ebf77e3345 |
File details
Details for the file pubsublib-0.0.6-py3-none-any.whl
.
File metadata
- Download URL: pubsublib-0.0.6-py3-none-any.whl
- Upload date:
- Size: 7.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 867348bd95538a65f55f2ab986d53609748a9180813d39c0df3abf227ee745d7 |
|
MD5 | 39257749a41b050b55a4862eeb38cee9 |
|
BLAKE2b-256 | 3d060670740979a7175035e3b8486db1aff6e8db16f968791f629524354d2842 |