Loafer is an asynchronous message dispatcher for concurrent tasks processing.
Currently, only AWS SQS is supported
It uses asyncio library and provides a friendly CLI.
Features:
- Encourages decoupling from message producers and consumers
- Highly configurable
- Easy to extend
- Amazon SQS integration
It requires Python 3.5+ and is very experimental at the moment, expect a lot of changes until the first major version.
Check out the latest Loafer
documentation at Read the Docs website.