SQS client
Project description
Git Repository Template
Getting Started
Install package
pip install sqs-client
Example
from sqs_client.client import SQSClient
sqs_client = SQSClient()
# Subscribe to an SQS
@sqs_client.task(
queue_name="sqs-queue-name",
lazy=True,
wait_time_seconds=0,
visibility_timeout=300,
)
def test_task(message):
print("test_task received:", message)
# Publish a message
test_task.trigger("Test message")
License
This project is Copyright (c) 2023 and onwards Digital Fortress. It is free software and may be redistributed under the terms specified in the LICENSE file.
About
This project is made and maintained by Digital Fortress.
We are an experienced team in R&D, software, hardware, cross-platform mobile and DevOps.
See more of our projects or do you need to complete one?
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
sqs-client-0.0.3.tar.gz
(5.5 kB
view details)
Built Distribution
File details
Details for the file sqs-client-0.0.3.tar.gz
.
File metadata
- Download URL: sqs-client-0.0.3.tar.gz
- Upload date:
- Size: 5.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 484d62d8bce5139f3255cec333301bb342bac082d8806226dda5a4b2d4a465cc |
|
MD5 | a1f6371b9972e14754ce7763718506da |
|
BLAKE2b-256 | 969bc3e3f20d1ff44d2e1fe5f1e6b24e746b4351000e75e627e4c94966c1f813 |
Provenance
File details
Details for the file sqs_client-0.0.3-py3-none-any.whl
.
File metadata
- Download URL: sqs_client-0.0.3-py3-none-any.whl
- Upload date:
- Size: 6.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e4a3f0107040dbed32f3944187905aa8f71a1c4d7c31bd8451d657cb98a2cb23 |
|
MD5 | 5fdccc625230393658801351b37fbfd2 |
|
BLAKE2b-256 | f4f3feb35dcd00582a39e7dea7c50fa3f5bd36545ac5433e407ed836b03f5236 |