A useful asynchronous library that is built on top of aiobotocore
Project description
cowfish
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
Release history Release notifications | RSS feed
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.3.1.tar.gz
(9.6 kB
view hashes)
Built Distribution
cowfish-0.3.1-py3-none-any.whl
(13.4 kB
view hashes)