invenio-banners


Nameinvenio-banners JSON
Version 3.2.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-11-05 21:50:54
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.

    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 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/dc/5d/b6f60b5bac58d4ebe00b88fb43c15a84a774178c72a7cd989b6819300041/invenio-banners-3.2.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\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 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\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Invenio-Banners is a module used to create and show banners with useful messages to users.",
    "version": "3.2.0",
    "project_urls": {
        "Homepage": "https://github.com/inveniosoftware/invenio-banners"
    },
    "split_keywords": [
        "invenio",
        "banners"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "664b011d026f1ae4ad49454e1f62b3b7cd0cd4bd3e348727f313f4af136050c0",
                "md5": "b31e1e5c7dec41a1ed467833706f6223",
                "sha256": "fb4f78b14b52db45069643deee511d6dd42b23f03f9d5b44202e6d17588c53f1"
            },
            "downloads": -1,
            "filename": "invenio_banners-3.2.0-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b31e1e5c7dec41a1ed467833706f6223",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": ">=3.7",
            "size": 98834,
            "upload_time": "2024-11-05T21:50:53",
            "upload_time_iso_8601": "2024-11-05T21:50:53.819248Z",
            "url": "https://files.pythonhosted.org/packages/66/4b/011d026f1ae4ad49454e1f62b3b7cd0cd4bd3e348727f313f4af136050c0/invenio_banners-3.2.0-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "dc5db6f60b5bac58d4ebe00b88fb43c15a84a774178c72a7cd989b6819300041",
                "md5": "9a74bb4031e999494aed40e5833ae270",
                "sha256": "671f9765a0a5ddab81a27c796319759a1f72a1dbde8574303439fba19ff35452"
            },
            "downloads": -1,
            "filename": "invenio-banners-3.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "9a74bb4031e999494aed40e5833ae270",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 40364,
            "upload_time": "2024-11-05T21:50:54",
            "upload_time_iso_8601": "2024-11-05T21:50:54.985816Z",
            "url": "https://files.pythonhosted.org/packages/dc/5d/b6f60b5bac58d4ebe00b88fb43c15a84a774178c72a7cd989b6819300041/invenio-banners-3.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-05 21:50:54",
    "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.82360s