Metadata-Version: 1.1
Name: Pfmsoft-Aiohttp-Queue
Version: 0.1.1
Summary: A library to support aiohttp requests in a Queue, with callbacks for success, failure, or retry.
Home-page: https://github.com/DonalChilde/pfmsoft_aiohttp_queue
Author: UNKNOWN
Author-email: UNKNOWN
License: MIT license
Description: =====================
        Pfmsoft-Aiohttp-Queue
        =====================
        
        
        .. |PyPi-badge| image:: https://img.shields.io/pypi/v/pfmsoft_aiohttp_queue.svg
                :target: https://pypi.python.org/pypi/pfmsoft_aiohttp_queue
        
        .. |travis-master| image:: https://travis-ci.com/DonalChilde/Pfmsoft-Aiohttp-Queue.svg?branch=master
                :target: https://travis-ci.com/DonalChilde/Pfmsoft-Aiohttp-Queue.svg?branch=master
                :alt: Master / Stable
        
        .. |travis-dev| image:: https://travis-ci.com/DonalChilde/Pfmsoft-Aiohttp-Queue.svg?branch=dev
                :target: https://travis-ci.com/DonalChilde/Pfmsoft-Aiohttp-Queue.svg?branch=dev
                :alt: dev / Latest
        
        .. |rtd-master| image:: https://readthedocs.org/projects/pfmsoft-aiohttp-queue/badge/?version=latest
                :target: https://pfmsoft-aiohttp-queue.readthedocs.io/en/latest/?version=latest
                :alt: Documentation Status
        
        
        Stable / master branch:   |PyPi-badge| |travis-master| |rtd-master|
        
        Latest / dev branch:   |travis-dev|
        
        A library to support aiohttp requests in a Queue, with callbacks for success, failure, or retry.
        
        
        * Free software: MIT license
        * Documentation: https://pfmsoft-aiohttp-queue.readthedocs.io.
        
        
        Features
        --------
        
        * TODO
        
        Credits
        -------
        
        This package was created with Cookiecutter_ and the `donalchilde/cookiecutter-pypackage-click`_ project template, derived from the `audreyr/cookiecutter-pypackage`_ project template.
        
        .. _Cookiecutter: https://github.com/audreyr/cookiecutter
        .. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
        .. _`donalchilde/cookiecutter-pypackage-click`: https://github.com/donalchilde/cookiecutter-pypackage-click
        
        =======
        History
        =======
        
        0.1.1 (2021-03-29)
        ------------------
        
        * Dropped ResponseMetaToJson callback, and added response_meta_to_json() to AiohttpAction in its stead.
        
        0.1.0 (2021-03-29)
        ------------------
        
        * First release on PyPI.
        
Keywords: Python pfmsoft_aiohttp_queue
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
