Metadata-Version: 2.1
Name: invenio-banners
Version: 2.1.1
Summary: Invenio-Banners is a module used to create and show banners with useful messages to users.
Home-page: https://github.com/inveniosoftware/invenio-banners
Author: CERN
Author-email: info@inveniosoftware.org
License: MIT
Description: ..
            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-2023 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 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.
        
Keywords: Invenio Banners
Platform: any
Classifier: Development Status :: 1 - Planning
Requires-Python: >=3.7
Provides-Extra: tests
Provides-Extra: opensearch1
Provides-Extra: opensearch2
