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.7.tar.gz
(6.9 kB
view details)
Built Distribution
File details
Details for the file pubsublib-0.0.7.tar.gz
.
File metadata
- Download URL: pubsublib-0.0.7.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 | 562ec46bc5346306c113ad075e00de8dbcd13abb477b169e8dc8c3000b6f9850 |
|
MD5 | 8b603e42e0f11d9e372df40dd4ba86c2 |
|
BLAKE2b-256 | 7c743c0d74683d1e5a599457c82fa34d9e10a6dd9a13f9803c7ef58739e0a0ce |
File details
Details for the file pubsublib-0.0.7-py3-none-any.whl
.
File metadata
- Download URL: pubsublib-0.0.7-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 | e252b7a155a725ceca48ae8be677c2d4d952727367ab7f907be2fec8fdec57e1 |
|
MD5 | 4c861e7c332dc320c173c7d40dd60f8e |
|
BLAKE2b-256 | f25fd761be7276b7b6c17cc5f30cf9fe5887c6aa5982f70d4c5cc0a6b0fae466 |