Metadata-Version: 1.1
Name: aioworkers
Version: 0.0.1
Summary: Easy configurable workers based on asyncio
Home-page: https://github.com/aamalev/aioworkers
Author: Alexander Malev
Author-email: yttrium@somedev.ru
License: Apache Software License 2.0
Description: ==========
        aioworkers
        ==========
        
        
        .. image:: https://img.shields.io/pypi/v/aioworkers.svg
                :target: https://pypi.python.org/pypi/aioworkers
        
        
        Easy configurable workers based on asyncio
        
        
        * Free software: Apache Software License 2.0
        * Documentation: https://aioworkers.readthedocs.io.
        
        
        Features
        --------
        
        * Specify abstract class for communication between components in application
        * Configuration subsystem
        
        
        =======
        History
        =======
        
        0.0.1 (2016-11-13)
        ------------------
        
        * Subsystem loading config
        * Base application and cli
        * Base queue and csv.DictReader
        
Keywords: aioworkers
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
