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.5.tar.gz
(6.9 kB
view details)
Built Distribution
File details
Details for the file pubsublib-0.0.5.tar.gz
.
File metadata
- Download URL: pubsublib-0.0.5.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 | 5eac49de27189e0b43c06d3159f393de62682eacfae357dc4bbc526157e75501 |
|
MD5 | 6eefc914b962d605108f26d6e2f61472 |
|
BLAKE2b-256 | 9049c83e883b56b3fe586b1194dbc1879211600520d359dfce58fa2e347ff740 |
File details
Details for the file pubsublib-0.0.5-py3-none-any.whl
.
File metadata
- Download URL: pubsublib-0.0.5-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 | 5d607add5ab59d6a3a94eafdfd2f4318fbdb0ace156f66f49c32fef2c11ec645 |
|
MD5 | 57290978aa40937cf031d32c57eeda77 |
|
BLAKE2b-256 | 87e8bcc689f29aeba34410242a82ad2892883ac7ee7f135f03418ad9fc9e3022 |