Metadata-Version: 2.1
Name: invenio-queues
Version: 1.0.1
Summary: "Invenio module for managing queues."
Home-page: https://github.com/inveniosoftware/invenio-queues
Author: CERN
Author-email: info@inveniosoftware.org
License: MIT
Keywords: invenio TODO
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Requires-Python: >=3.6
Requires-Dist: invenio-base >=1.2.5
Requires-Dist: invenio-celery >=1.2.4
Requires-Dist: redis >=3.4.0
Provides-Extra: docs
Provides-Extra: tests
Requires-Dist: pytest-black >=0.3.10 ; extra == 'tests'
Requires-Dist: pytest-invenio <3.0.0,>=2.1.0 ; extra == 'tests'
Requires-Dist: Sphinx >=4.5.0 ; extra == 'tests'

..
    This file is part of Invenio.
    Copyright (C) 2017-2020 CERN.

    Invenio is free software; you can redistribute it and/or modify it
    under the terms of the MIT License; see LICENSE file for more details.


================
 Invenio-Queues
================

.. image:: https://github.com/inveniosoftware/invenio-queues/workflows/CI/badge.svg
        :target: https://github.com/inveniosoftware/invenio-queues/actions?query=workflow%3ACI

.. image:: https://img.shields.io/coveralls/inveniosoftware/invenio-queues.svg
        :target: https://coveralls.io/r/inveniosoftware/invenio-queues

.. image:: https://img.shields.io/pypi/v/invenio-queues.svg
        :target: https://pypi.org/pypi/invenio-queues

Invenio module for managing queues.

Further documentation is available on
https://invenio-queues.readthedocs.io/

..
    This file is part of Invenio.
    Copyright (C) 2017-2023 CERN.

    Invenio is free software; you can redistribute it and/or modify it
    under the terms of the MIT License; see LICENSE file for more details.


Changes
=======

Version 1.0.1 (release 2024-01-15)
----------------------------------

- Fix consumer and producer connection closing

Version 1.0.0a2 (release 2020-10-08)
------------------------------------

- Changes license to MIT
- Adds support for Python 3 and dependencies upgrade
- Improves documentation
- Integrates pytest-invenio 1.4

Version 1.0.0a2 (release 2019-11-08)
------------------------------------

- Removes amqp dependency because it breaks pip dependency resolution
  and the same version is already included in kombu

Version 1.0.0a1 (release 2017-08-19)
------------------------------------

- Initial public release.


