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.13.tar.gz
(9.1 kB
view details)
Built Distribution
File details
Details for the file pubsublib-0.1.13.tar.gz
.
File metadata
- Download URL: pubsublib-0.1.13.tar.gz
- Upload date:
- Size: 9.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.9.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d321486dfd05dd74bc0b01a446cbd4dd27cce36237665bdb72f137620f7f6092 |
|
MD5 | 0fb913929385961884f2a51c420634d9 |
|
BLAKE2b-256 | 8f1045ebd0ba5e153551f35fb260d00cb4f4ca09684afe92563c9d289b4531be |
File details
Details for the file pubsublib-0.1.13-py3-none-any.whl
.
File metadata
- Download URL: pubsublib-0.1.13-py3-none-any.whl
- Upload date:
- Size: 8.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.9.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c23e88da7d1d0f07ec43724d8bc2f568e52893fa45fe83b097bcfbdd09a04722 |
|
MD5 | 26409dec98eda6b78088feb782a7c3bd |
|
BLAKE2b-256 | 5b34d3cf58412a9e52d5d247ccb71bd4ff56dfc5151ed584adcb7c965cdf1b3a |