Metadata-Version: 1.1
Name: loafer
Version: 0.0.3
Summary: Asynchronous message dispatcher for concurrent tasks processing
Home-page: https://github.com/georgeyk/loafer/
Author: George Y. Kussumoto
Author-email: contato at georgeyk dot com dot br
License: MIT
Download-URL: https://github.com/georgeyk/loafer/releases
Description: 
        Loafer
        ======
        
        |PyPI latest| |PyPI Version| |PyPI License| |PyPI Downloads| |Docs|
        
        |TravisCI Build Status| |Coverage Status| |Requirements Status|
        |Scrutinizer Code Quality| |Code Climate|
        
        ----
        
        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.
        
        
        Documentation
        ~~~~~~~~~~~~~
        
        Check out the latest ``Loafer`` documentation at `Read the Docs`_ website.
        
        
        .. _`Read the Docs`: http://loafer.readthedocs.org/
        
        .. |Docs| image:: https://readthedocs.org/projects/loafer/badge/?version=latest
           :target: http://loafer.readthedocs.org/en/latest/?badge=latest
        .. |TravisCI Build Status| image:: https://travis-ci.org/georgeyk/loafer.svg?branch=master
           :target: https://travis-ci.org/georgeyk/loafer
        .. |Coverage Status| image:: https://coveralls.io/repos/github/georgeyk/loafer/badge.svg?branch=master
           :target: https://coveralls.io/github/georgeyk/loafer?branch=master
        .. |Requirements Status| image:: https://requires.io/github/georgeyk/loafer/requirements.svg?branch=master
           :target: https://requires.io/github/georgeyk/loafer/requirements/?branch=master
        .. |Scrutinizer Code Quality| image:: https://scrutinizer-ci.com/g/georgeyk/loafer/badges/quality-score.png?b=master
           :target: https://scrutinizer-ci.com/g/georgeyk/loafer/?branch=master
        .. |Code Climate| image:: https://codeclimate.com/github/georgeyk/loafer/badges/gpa.svg
           :target: https://codeclimate.com/github/georgeyk/loafer
        .. |PyPI Version| image:: https://img.shields.io/pypi/pyversions/loafer.svg?maxAge=2592000
           :target: https://pypi.python.org/pypi/loafer
        .. |PyPI License| image:: https://img.shields.io/pypi/l/loafer.svg?maxAge=2592000
           :target: https://pypi.python.org/pypi/loafer
        .. |PyPI Downloads| image:: https://img.shields.io/pypi/dm/loafer.svg?maxAge=2592000
           :target: https://pypi.python.org/pypi/loafer
        .. |PyPI latest| image:: https://img.shields.io/pypi/v/loafer.svg?maxAge=2592000
           :target: https://pypi.python.org/pypi/loafer
        
        
        Changelog:
        ----------
        
        0.0.3 (2016-04-24)
        ------------------
        
        * Improve documentation
        * Improve package metadata and dependencies
        * Add loafer.aws.message_translator.SNSMessageTranslator class
        * Fix ImportError exceptions for configuration that uses loafer.utils.import_callable
        
        
        0.0.2 (2016-04-18)
        ------------------
        
        * Fix build hardcoding tests dependencies
        
        
        0.0.1 (2016-04-18)
        ------------------
        
        * Initial release
        
Keywords: asynchronous asyncio message dispatcher tasks
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: System :: Distributed Computing
