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.9.tar.gz
(8.0 kB
view details)
Built Distribution
File details
Details for the file pubsublib-0.1.9.tar.gz
.
File metadata
- Download URL: pubsublib-0.1.9.tar.gz
- Upload date:
- Size: 8.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 80911b1b3b4b6b6a916c7489712ea2dcd29a1b652666d819531e8f8ad798bb24 |
|
MD5 | 7438dfc88d4cb1f3367986eafcaaeac0 |
|
BLAKE2b-256 | fc666023be044ea73d2883613200c855e587a120a31e56192ceadbc999e5a165 |
File details
Details for the file pubsublib-0.1.9-py3-none-any.whl
.
File metadata
- Download URL: pubsublib-0.1.9-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.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d8784f2bf9a748439bc944ab3d6b9ac3e0d785d68fa3107915765cc4a765e48d |
|
MD5 | 68adc7b36f45c825608b99a710df8ec3 |
|
BLAKE2b-256 | d5d387b3c038f8f2ce5670edb1c11afe7a52b2518cccd7cc80b2fbbdbd948679 |