Skip to content

Repository files navigation

cowfish

Python package 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.

About

A useful asynchronous library bases on aiobotocore

Resources

Stars

6 stars

Watchers

3 watching

Forks

Releases

Packages

Used by

Contributors

Languages