Skip to main content

A useful asynchronous library bases on aiobotocore

Project description

cowfish

Build Status Python Version Version Format License

A useful asynchronous library bases on 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.1.tar.gz (7.5 kB view hashes)

Uploaded Source

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