Metadata-Version: 2.1
Name: invenio-notifications
Version: 0.6.0
Summary: "Invenio module for notifications support."
Home-page: https://github.com/inveniosoftware/invenio-notifications
Author: CERN
Author-email: info@inveniosoftware.org
License: MIT
Description: ..
            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.6.0 (released 2024-06-04)
        
        - dependencies: bump invenio-records-resources
        
        Version 0.5.0 (released 2024-03-22)
        
        - init: move menu and breadcrumb into finalize_app
          (removes before_first_request deprecation)
        - Fix transifex config
        
        
        Version 0.4.0 (released 2023-10-06)
        
        - backends: set email reply to field
        - generators: add conditional recipient generator
        
        Version 0.3.0 (released 2023-08-30)
        
        - backends: strip html tags for plain text mail
        - i18n: remove gettext call for backend only messages
        - i18n: add transifex config
        
        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.
        
Keywords: invenio TODO
Platform: any
Classifier: Development Status :: 1 - Planning
Requires-Python: >=3.7
Provides-Extra: tests
Provides-Extra: elasticsearch7
Provides-Extra: opensearch2
