Metadata-Version: 2.1
Name: aioworkers
Version: 0.18b3
Summary: Easy configurable workers based on asyncio
Home-page: https://github.com/aioworkers/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
        
        .. image:: https://img.shields.io/travis/aioworkers/aioworkers.svg
          :target: https://travis-ci.org/aioworkers/aioworkers
        
        .. image:: https://codecov.io/gh/aioworkers/aioworkers/branch/master/graph/badge.svg
          :target: https://codecov.io/gh/aioworkers/aioworkers
        
        .. image:: https://readthedocs.org/projects/aioworkers/badge/?version=latest
          :target: https://aioworkers.readthedocs.io/en/latest/?badge=latest
          :alt: Documentation Status
        
        .. image:: https://pyup.io/repos/github/aioworkers/aioworkers/shield.svg
          :target: https://pyup.io/repos/github/aioworkers/aioworkers/
          :alt: Updates
        
        .. image:: https://img.shields.io/pypi/pyversions/aioworkers.svg
          :target: https://pypi.python.org/pypi/aioworkers
        
        
        Easy configurable workers based on asyncio
        
        
        * Free software: Apache Software License 2.0
        * Required: Python >=3.5.3, optional
          `pyyaml <https://pypi.python.org/pypi/pyyaml>`_,
          `uvloop <https://pypi.python.org/pypi/uvloop>`_,
          `httptools <https://pypi.python.org/pypi/httptools>`_,
          `crontab <https://pypi.python.org/pypi/crontab>`_,
          `setproctitle <https://pypi.python.org/pypi/setproctitle>`_,
          `msgpack <https://pypi.python.org/pypi/msgpack>`_,
          `bson <https://pypi.python.org/pypi/bson>`_,
          `jupyter <https://pypi.python.org/pypi/jupyter>`_.
        * Documentation: https://aioworkers.readthedocs.io.
        
        
        Features
        --------
        
        * Specify abstract class for communication between components
        * Configuration subsystem
        
        
        
        =======
        History
        =======
        
        0.18 (2020-06-05)
        -----------------
        
        * AbstractEntity.__init__ with kwargs (#61)
        * Improve supervisor
        
        
        0.17 (2020-04-27)
        -----------------
        
        * Graceful shutdown
        * msgpack & bson formatters
        
        
        0.16 (2020-04-20)
        -----------------
        
        * ValueExtractor with original order
        * Improve queue.timeout
        * Flag --shutdown-timeout
        * [fea] - maintain set_config return value (#58)
        * cleanup for DictReader
        * improve AsyncPath and AsyncFile
        
        
        0.15.1 (2019-12-24)
        -------------------
        
        * fix StringReplaceLoader.matchers
        * aioworkers.net.web without formatting for bytes and str
        
        
        0.15 (2019-12-18)
        -----------------
        
        * BREAKING CHANGES in aioworkers.storage.http.(Ro)Storage
        * Impl aioworkers.net.web.client
        * AbstractHttpStorage
        * Revert Context inhered from AbstractConnector
        * LoggingEntity based on AbstractNamedEntity
        * AbstractConnector.robust_connect
        * AbstractConnector based on LoggingEntity
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 :: Only
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.5.3
Description-Content-Type: text/x-rst
