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.10.tar.gz
(8.0 kB
view details)
Built Distribution
File details
Details for the file pubsublib-0.1.10.tar.gz
.
File metadata
- Download URL: pubsublib-0.1.10.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 | 1801d76ce7773eb248433d125d262acd3557629ad0a76e26ca958349fd2177aa |
|
MD5 | 5b97626b0c9f777c912c7d4b3f417ef2 |
|
BLAKE2b-256 | 685d2e59b03c6ec2f8081a601b7d30fd0399eee310dbcc0d27fd9b50b91e37b2 |
File details
Details for the file pubsublib-0.1.10-py3-none-any.whl
.
File metadata
- Download URL: pubsublib-0.1.10-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 | 1a279d994f60bf8864b3a96047411690385e5cc20a3843d6054196024814b4dd |
|
MD5 | b02e0c6a0bb6318b0515af110b23aa8b |
|
BLAKE2b-256 | 13827ac8452a1e46d9d4883c0851b08bda2eea95cd1edf79407d90fe033e4c76 |