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.3.tar.gz
(7.8 kB
view details)
Built Distribution
File details
Details for the file pubsublib-0.1.3.tar.gz
.
File metadata
- Download URL: pubsublib-0.1.3.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 | df4459312aad4560cb7c9a1432341de91a230cfef1771475a96146a6e68f2a84 |
|
MD5 | 5293098e4d398139b7682dd7438c3177 |
|
BLAKE2b-256 | d5908841f343ecadc9035b94287ead137aab6f71296529619008fd746245b66d |
File details
Details for the file pubsublib-0.1.3-py3-none-any.whl
.
File metadata
- Download URL: pubsublib-0.1.3-py3-none-any.whl
- Upload date:
- Size: 7.8 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 | 8961d66374486377ded0d9d931d2f452d06a9be8a34942b7a835f259061a7307 |
|
MD5 | 4b5ce21d6f1c43233c084a5fb938a5bd |
|
BLAKE2b-256 | f03f02ab83450ff5d8a8fb69d267f60ee585a6851ede772e2f1884ceb3edfbf6 |