Metadata-Version: 2.1
Name: invenio-notifications
Version: 0.2.1
Summary: "Invenio module for notifications support."
Home-page: https://github.com/inveniosoftware/invenio-notifications
Author: CERN
Author-email: info@inveniosoftware.org
License: MIT
Keywords: invenio TODO
Platform: any
Classifier: Development Status :: 1 - Planning
Requires-Python: >=3.7
Requires-Dist: invenio-base (>=1.2.5)
Requires-Dist: invenio-i18n (>=1.3.1)
Provides-Extra: elasticsearch7
Requires-Dist: invenio-search[elasticsearch7] (<3.0.0,>=2.1.0) ; extra == 'elasticsearch7'
Provides-Extra: opensearch2
Requires-Dist: invenio-search[opensearch2] (<3.0.0,>=2.1.0) ; extra == 'opensearch2'
Provides-Extra: tests
Requires-Dist: invenio-app (<2.0.0,>=1.3.4) ; extra == 'tests'
Requires-Dist: invenio-celery (>=1.2.5) ; extra == 'tests'
Requires-Dist: invenio-mail (>=1.0.2) ; extra == 'tests'
Requires-Dist: invenio-records-resources (<5.0.0,>=4.1.0) ; extra == 'tests'
Requires-Dist: pytest-invenio (<3.0.0,>=2.1.0) ; extra == 'tests'
Requires-Dist: pytest-black (>=0.3.0) ; extra == 'tests'
Requires-Dist: sphinx (>=4.5.0) ; extra == 'tests'

..
    Copyright (C) 2023 CERN.

    Invenio-Notifications 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-Notifications
=======================

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

.. image:: https://img.shields.io/github/tag/inveniosoftware/invenio-notifications.svg
        :target: https://github.com/inveniosoftware/invenio-notifications/releases

.. image:: https://img.shields.io/pypi/dm/invenio-notifications.svg
        :target: https://pypi.python.org/pypi/invenio-notifications

.. image:: https://img.shields.io/github/license/inveniosoftware/invenio-notifications.svg
        :target: https://github.com/inveniosoftware/invenio-notifications/blob/master/LICENSE

Invenio module for notifications support.

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

..
    Copyright (C) 2023 CERN.

    Invenio-Notifications 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 0.2.1 (released 2023-07-12)

- force locale when rendering template in task

Version 0.2.0 (released 2023-06-06)

- views: register notification settings menu
- backends: render template fully once to establish context

Version 0.1.1 (released 2023-05-05)

- remove type hints

Version 0.1.0 (released 2023-05-04)

- Initial public release.


