Skip to main content

A useful asynchronous library that is built on top of aiobotocore

Project description

cowfish

Build Status Python Version Version Format License codecov

A useful asynchronous library that is built on top of aiobotocore

Usage

python -m cowfish.sqsprocesser queue_name region_name

Examples

firehose = Firehose(name, worker_params={'maxsize': 1000})

async def go():
    await firehose.put({'a': 3, 'b': 4})
    ...
    await firehose.stop()

For dynamodb

use aioboto3 instead.

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

cowfish-0.2.7.tar.gz (13.5 kB view hashes)

Uploaded Source

Built Distribution

cowfish-0.2.7-py3-none-any.whl (37.5 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