Skip to main content

SQS client

Project description

Digital Fortress logo


Python SQS client

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

Digital Fortress logo

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?

-> Let’s connect with us

Project details


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.4.tar.gz (5.5 kB view details)

Uploaded Source

Built Distribution

sqs_client-0.0.4-py3-none-any.whl (6.4 kB view details)

Uploaded Python 3

File details

Details for the file sqs-client-0.0.4.tar.gz.

File metadata

  • Download URL: sqs-client-0.0.4.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

Hashes for sqs-client-0.0.4.tar.gz
Algorithm Hash digest
SHA256 a2044f8b60a6060725f72343ce95ae391c5519189e18be4a6d69e526f4c4775f
MD5 b2f2ed5da40e6bb01d14031e5c6e941b
BLAKE2b-256 e500b73cc0fb7147b4073f697ac9a4d6a3ef77fae799b2373210f8632b65ba23

See more details on using hashes here.

Provenance

File details

Details for the file sqs_client-0.0.4-py3-none-any.whl.

File metadata

  • Download URL: sqs_client-0.0.4-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

Hashes for sqs_client-0.0.4-py3-none-any.whl
Algorithm Hash digest
SHA256 b2acba0c0a9fcb487d158064e9124dee4c5443eed1cad967325a3d5cbcf7ccfd
MD5 fcb34c25a206fe68658ccd704ed5c03c
BLAKE2b-256 1122bc179dbf123d309f72cc222c7b804b6333565ed29d345651de45e05ffcb1

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page