Skip to main content

SQuidS is a Python task library for AWS SQS

Project description

SQuidS

A Python library that makes it simple to produce and consume tasks using AWS SQS.

Icon made by Freepik from www.flaticon.com

import squids

app = squids.App("my-first-squids-app")

@app.task(queue="squids-example")
def greet(name):
    print(f"Hello {name}!")

greet.send("World")
consumer = app.create_consumer("squids-example")
consumer.consume()
# >> Hello World!

Installation

python -m pip install SQuidS

Documentation

https://squids.readthedocs.io

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

SQuidS-0.1.0a1.tar.gz (9.7 kB view hashes)

Uploaded Source

Built Distribution

SQuidS-0.1.0a1-py3-none-any.whl (10.9 kB view hashes)

Uploaded Python 3

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