invenio-banners


Nameinvenio-banners JSON
Version 4.0.0 PyPI version JSON
download
home_pagehttps://github.com/inveniosoftware/invenio-banners
SummaryInvenio-Banners is a module used to create and show banners with useful messages to users.
upload_time2024-12-10 21:34:03
maintainerNone
docs_urlNone
authorCERN
requires_python>=3.7
licenseMIT
keywords invenio banners
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI
coveralls test coverage No coveralls.
            ..
    Copyright (C) 2020 CERN.

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

.. image:: https://img.shields.io/travis/inveniosoftware/invenio-banners.svg
        :target: https://travis-ci.org/inveniosoftware/invenio-banners

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

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

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

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

Create and show banners with useful messages to users.

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

..
    Copyright (C) 2020-2024 CERN.
    Copyright (C) 2024 Graz University of Technology.

    Invenio-Banners 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 v4.0.0 (released 2024-12-10)

- setup: change to reusable workflows
- setup: bump major dependencies

Version v3.2.0 (released 2024-11-05)

- feat(administration): use html editor for message
- global: change the code to be compatible with sqlalchemy >= 2.0
- global: add compatibility layer to move to flask >= 3.0

Version v3.1.0 (released 2024-08-07)

- http headers: use and adjust vnd.inveniordm.v1+json http accept header

Version 3.0.2 (released 2024-07-17)

- errors: implement REST validation error for banner loader

Version 3.0.1 (released 2024-02-21)

- Moved admin menu item for banners to site administration category

Version 3.0.0 (released 2024-01-31)

- installation: bump invenio-administration

Version 2.1.1 (released 2023-07-24)

- ui: remove bottom margin

Version 2.1.0 (released 2023-03-02)

- remove deprecated flask-babelex imports
- install invenio-i18n explicitly

Version 2.0.0 (released 2023-02-15)

- global: refactor into resource/service pattern
- global: implement CRUD operations
- global: implement best practices for packaging (declarative cfg), code
  linting (black) and testing
- search: improve banners search by query params
- administration: integrate banners view module


Version 1.0.0a1 (release 2020-10-25)
------------------------------------

- Initial public release.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/inveniosoftware/invenio-banners",
    "name": "invenio-banners",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": "Invenio Banners",
    "author": "CERN",
    "author_email": "info@inveniosoftware.org",
    "download_url": "https://files.pythonhosted.org/packages/c8/ed/6064e7dc2b91e4f00de8b578be234d30f354cfa9bbd28d10cf05f9e85dd0/invenio_banners-4.0.0.tar.gz",
    "platform": "any",
    "description": "..\n    Copyright (C) 2020 CERN.\n\n    Invenio-Banners is free software; you can redistribute it and/or modify\n    it under the terms of the MIT License; see LICENSE file for more details.\n\n=================\n Invenio-Banners\n=================\n\n.. image:: https://img.shields.io/travis/inveniosoftware/invenio-banners.svg\n        :target: https://travis-ci.org/inveniosoftware/invenio-banners\n\n.. image:: https://img.shields.io/coveralls/inveniosoftware/invenio-banners.svg\n        :target: https://coveralls.io/r/inveniosoftware/invenio-banners\n\n.. image:: https://img.shields.io/github/tag/inveniosoftware/invenio-banners.svg\n        :target: https://github.com/inveniosoftware/invenio-banners/releases\n\n.. image:: https://img.shields.io/pypi/dm/invenio-banners.svg\n        :target: https://pypi.python.org/pypi/invenio-banners\n\n.. image:: https://img.shields.io/github/license/inveniosoftware/invenio-banners.svg\n        :target: https://github.com/inveniosoftware/invenio-banners/blob/master/LICENSE\n\nCreate and show banners with useful messages to users.\n\nFurther documentation is available on\nhttps://invenio-banners.readthedocs.io/\n\n..\n    Copyright (C) 2020-2024 CERN.\n    Copyright (C) 2024 Graz University of Technology.\n\n    Invenio-Banners is free software; you can redistribute it and/or modify\n    it under the terms of the MIT License; see LICENSE file for more details.\n\nChanges\n=======\n\nVersion v4.0.0 (released 2024-12-10)\n\n- setup: change to reusable workflows\n- setup: bump major dependencies\n\nVersion v3.2.0 (released 2024-11-05)\n\n- feat(administration): use html editor for message\n- global: change the code to be compatible with sqlalchemy >= 2.0\n- global: add compatibility layer to move to flask >= 3.0\n\nVersion v3.1.0 (released 2024-08-07)\n\n- http headers: use and adjust vnd.inveniordm.v1+json http accept header\n\nVersion 3.0.2 (released 2024-07-17)\n\n- errors: implement REST validation error for banner loader\n\nVersion 3.0.1 (released 2024-02-21)\n\n- Moved admin menu item for banners to site administration category\n\nVersion 3.0.0 (released 2024-01-31)\n\n- installation: bump invenio-administration\n\nVersion 2.1.1 (released 2023-07-24)\n\n- ui: remove bottom margin\n\nVersion 2.1.0 (released 2023-03-02)\n\n- remove deprecated flask-babelex imports\n- install invenio-i18n explicitly\n\nVersion 2.0.0 (released 2023-02-15)\n\n- global: refactor into resource/service pattern\n- global: implement CRUD operations\n- global: implement best practices for packaging (declarative cfg), code\n  linting (black) and testing\n- search: improve banners search by query params\n- administration: integrate banners view module\n\n\nVersion 1.0.0a1 (release 2020-10-25)\n------------------------------------\n\n- Initial public release.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Invenio-Banners is a module used to create and show banners with useful messages to users.",
    "version": "4.0.0",
    "project_urls": {
        "Homepage": "https://github.com/inveniosoftware/invenio-banners"
    },
    "split_keywords": [
        "invenio",
        "banners"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b53877d40cace078c4077fc0f347782738448938c9cad47031f99ab6bb221079",
                "md5": "503a72cd1e5db566e7785e87871f4bb7",
                "sha256": "82c14e5fe9999385af1ee40928afe20db2b9a82dc107be819318832603ddf0ed"
            },
            "downloads": -1,
            "filename": "invenio_banners-4.0.0-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "503a72cd1e5db566e7785e87871f4bb7",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": ">=3.7",
            "size": 98934,
            "upload_time": "2024-12-10T21:34:02",
            "upload_time_iso_8601": "2024-12-10T21:34:02.099631Z",
            "url": "https://files.pythonhosted.org/packages/b5/38/77d40cace078c4077fc0f347782738448938c9cad47031f99ab6bb221079/invenio_banners-4.0.0-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c8ed6064e7dc2b91e4f00de8b578be234d30f354cfa9bbd28d10cf05f9e85dd0",
                "md5": "d7e24fdfa29874fc3ecdc6aa6b789078",
                "sha256": "a7f8c473e50437508cf63d6d07639cf7bbbf102f332cc88a67c86e5606abcebd"
            },
            "downloads": -1,
            "filename": "invenio_banners-4.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "d7e24fdfa29874fc3ecdc6aa6b789078",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 44295,
            "upload_time": "2024-12-10T21:34:03",
            "upload_time_iso_8601": "2024-12-10T21:34:03.858003Z",
            "url": "https://files.pythonhosted.org/packages/c8/ed/6064e7dc2b91e4f00de8b578be234d30f354cfa9bbd28d10cf05f9e85dd0/invenio_banners-4.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-10 21:34:03",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "inveniosoftware",
    "github_project": "invenio-banners",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": true,
    "lcname": "invenio-banners"
}
        
Elapsed time: 0.38456s