invenio-notifications


Nameinvenio-notifications JSON
Version 1.2.1 PyPI version JSON
download
home_pagehttps://github.com/inveniosoftware/invenio-notifications
Summary"Invenio module for notifications support."
upload_time2025-08-29 12:26:47
maintainerNone
docs_urlNone
authorCERN
requires_python>=3.7
licenseMIT
keywords invenio todo
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ..
    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.
    Copyright (C) 2024 Graz University of Technology.

    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 v1.2.1 (released 2025-08-29)

- fix: return notif when entity ref is none

Version v1.2.0 (released 2025-07-17)

- i18n: pulled translations

Version v1.1.0 (released 2025-07-14)

- chores: replaced importlib_xyz with importlib
- i18n: push translations
- fix: setuptools compatibility


Version 1.0.0 (release 2024-12-10)

- setup: bump major dependencies

Version 0.6.1 (release 2024-11-30)

- setup: change to reusable workflows
- setup: pin dependencies
- i18n:push translations

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.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/inveniosoftware/invenio-notifications",
    "name": "invenio-notifications",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": "invenio TODO",
    "author": "CERN",
    "author_email": "info@inveniosoftware.org",
    "download_url": "https://files.pythonhosted.org/packages/74/dd/9ccfe323a03ffe7f1090211e7544b5cffce395c59d10e9558bf8b93a40e4/invenio_notifications-1.2.1.tar.gz",
    "platform": "any",
    "description": "..\n    Copyright (C) 2023 CERN.\n\n    Invenio-Notifications is free software; you can redistribute it and/or\n    modify it under the terms of the MIT License; see LICENSE file for more\n    details.\n\n=======================\n Invenio-Notifications\n=======================\n\n.. image:: https://github.com/inveniosoftware/invenio-notifications/workflows/CI/badge.svg\n        :target: https://github.com/inveniosoftware/invenio-notifications/actions?query=workflow%3ACI\n\n.. image:: https://img.shields.io/github/tag/inveniosoftware/invenio-notifications.svg\n        :target: https://github.com/inveniosoftware/invenio-notifications/releases\n\n.. image:: https://img.shields.io/pypi/dm/invenio-notifications.svg\n        :target: https://pypi.python.org/pypi/invenio-notifications\n\n.. image:: https://img.shields.io/github/license/inveniosoftware/invenio-notifications.svg\n        :target: https://github.com/inveniosoftware/invenio-notifications/blob/master/LICENSE\n\nInvenio module for notifications support.\n\nFurther documentation is available on\nhttps://invenio-notifications.readthedocs.io/\n\n..\n    Copyright (C) 2023 CERN.\n    Copyright (C) 2024 Graz University of Technology.\n\n    Invenio-Notifications is free software; you can redistribute it and/or\n    modify it under the terms of the MIT License; see LICENSE file for more\n    details.\n\nChanges\n=======\n\nVersion v1.2.1 (released 2025-08-29)\n\n- fix: return notif when entity ref is none\n\nVersion v1.2.0 (released 2025-07-17)\n\n- i18n: pulled translations\n\nVersion v1.1.0 (released 2025-07-14)\n\n- chores: replaced importlib_xyz with importlib\n- i18n: push translations\n- fix: setuptools compatibility\n\n\nVersion 1.0.0 (release 2024-12-10)\n\n- setup: bump major dependencies\n\nVersion 0.6.1 (release 2024-11-30)\n\n- setup: change to reusable workflows\n- setup: pin dependencies\n- i18n:push translations\n\nVersion 0.6.0 (released 2024-06-04)\n\n- dependencies: bump invenio-records-resources\n\nVersion 0.5.0 (released 2024-03-22)\n\n- init: move menu and breadcrumb into finalize_app\n  (removes before_first_request deprecation)\n- Fix transifex config\n\n\nVersion 0.4.0 (released 2023-10-06)\n\n- backends: set email reply to field\n- generators: add conditional recipient generator\n\nVersion 0.3.0 (released 2023-08-30)\n\n- backends: strip html tags for plain text mail\n- i18n: remove gettext call for backend only messages\n- i18n: add transifex config\n\nVersion 0.2.1 (released 2023-07-12)\n\n- force locale when rendering template in task\n\nVersion 0.2.0 (released 2023-06-06)\n\n- views: register notification settings menu\n- backends: render template fully once to establish context\n\nVersion 0.1.1 (released 2023-05-05)\n\n- remove type hints\n\nVersion 0.1.0 (released 2023-05-04)\n\n- Initial public release.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "\"Invenio module for notifications support.\"",
    "version": "1.2.1",
    "project_urls": {
        "Homepage": "https://github.com/inveniosoftware/invenio-notifications"
    },
    "split_keywords": [
        "invenio",
        "todo"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "dcad46e94507dcc36f39af715ea4340708b8635e1ad2c392c0c86b84e7e6872b",
                "md5": "147356b891a3eef5ef41f5c6d3778c20",
                "sha256": "c8e4ff4917242c9f407ab4f51f216408abc0470ae6c696841ce74a50b0581bc8"
            },
            "downloads": -1,
            "filename": "invenio_notifications-1.2.1-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "147356b891a3eef5ef41f5c6d3778c20",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": ">=3.7",
            "size": 61753,
            "upload_time": "2025-08-29T12:26:46",
            "upload_time_iso_8601": "2025-08-29T12:26:46.425060Z",
            "url": "https://files.pythonhosted.org/packages/dc/ad/46e94507dcc36f39af715ea4340708b8635e1ad2c392c0c86b84e7e6872b/invenio_notifications-1.2.1-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "74dd9ccfe323a03ffe7f1090211e7544b5cffce395c59d10e9558bf8b93a40e4",
                "md5": "aab100a7ab2d1cb7c8c98c8f3d453d36",
                "sha256": "958105c046b0a066d150f2cd89f198e1817dec6e0a77d56e1229551c28fd2c1c"
            },
            "downloads": -1,
            "filename": "invenio_notifications-1.2.1.tar.gz",
            "has_sig": false,
            "md5_digest": "aab100a7ab2d1cb7c8c98c8f3d453d36",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 21196,
            "upload_time": "2025-08-29T12:26:47",
            "upload_time_iso_8601": "2025-08-29T12:26:47.504682Z",
            "url": "https://files.pythonhosted.org/packages/74/dd/9ccfe323a03ffe7f1090211e7544b5cffce395c59d10e9558bf8b93a40e4/invenio_notifications-1.2.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-29 12:26:47",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "inveniosoftware",
    "github_project": "invenio-notifications",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "invenio-notifications"
}
        
Elapsed time: 2.52256s