Metadata-Version: 2.1
Name: queue_util
Version: 3.2.2
Summary: A set of utilities for consuming (and producing) from a rabbitmq queue
Home-page: https://github.com/EDITD/queue_util
Author: EDITED devs
Author-email: dev@edited.com
License: UNKNOWN
Description: queue_util
        ==========
        [![Build Status](https://travis-ci.com/EDITD/queue_util.svg?branch=master)](https://travis-ci.com/EDITD/queue_util)
        [![Pypi Version](https://img.shields.io/pypi/v/queue_util.svg)](https://pypi.org/project/queue_util/)
        [![Python Versions](https://img.shields.io/pypi/pyversions/queue_util.svg)](https://pypi.org/project/queue_util/)
        
        A set of utilities for consuming (and producing) from a rabbitmq queue
        
        # End of life
        This project is not actively developed any more.
        
        Kombu has provided the ConsumerMixin utility for a very long time now. That abstraction allows to
        code Consumers very similar to the one provided here with very little code, and much better
        handling of errors, disconnections and the full range of features that Kombu has on offer.
        
        If you are still actively using this library and need support for it, please get in touch
        with a GitHub issue or an email.
        
        # Development
        ## Testing
        You will need to have:
        * a local `Docker` service
        * `tox` installed (globally available)
        * All supported versions of python installed ([Pyenv](https://github.com/pyenv/pyenv) is highly
         recommended)
        ```
        tox [-p auto]
        ```
        
        ## Release
        * Update [CHANGELOG](CHANGELOG.md) to add new version and document it
        * In GitHub, create a new release
          * Name the release `v<version>` (for example `v1.2.3`)
          * Title the release with a highlight of the changes
          * Copy changes in the release from `CHANGELOG.md` into the release description
         [TravisCI](https://travis-ci.com/EDITD/queue_util) will package the release and publish it to
         [Pypi](https://pypi.org/project/queue_util/)
        
Platform: UNKNOWN
Classifier: Development Status :: 7 - Inactive
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
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
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*
Description-Content-Type: text/markdown
Provides-Extra: dev
