Metadata-Version: 2.1
Name: invenio-requests
Version: 1.3.0
Summary: "Invenio module for generic and customizable requests."
Home-page: https://github.com/inveniosoftware/invenio-requests
Author: CERN
Author-email: info@inveniosoftware.org
License: MIT
Description: ..
            Copyright (C) 2021 CERN.
        
            Invenio-Requests 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-Requests
        ==================
        
        .. image:: https://github.com/inveniosoftware/invenio-requests/workflows/CI/badge.svg
                :target: https://github.com/inveniosoftware/invenio-requests/actions?query=workflow%3ACI
        
        .. image:: https://img.shields.io/github/tag/inveniosoftware/invenio-requests.svg
                :target: https://github.com/inveniosoftware/invenio-requests/releases
        
        .. image:: https://img.shields.io/pypi/dm/invenio-requests.svg
                :target: https://pypi.python.org/pypi/invenio-requests
        
        .. image:: https://img.shields.io/github/license/inveniosoftware/invenio-requests.svg
                :target: https://github.com/inveniosoftware/invenio-requests/blob/master/LICENSE
        
        Invenio module for generic and customizable requests.
        
        TODO: Please provide feature overview of module
        
        Further documentation is available on
        https://invenio-requests.readthedocs.io/
        
        ..
            Copyright (C) 2021 CERN.
        
            Invenio-Requests 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 1.3.0 (2023-03-24)
        
        - bump invenio-records-resources to v2.0.0
        - expand: call ghost method for unresolved entities
        
        Version 1.2.0 (released 2023-03-13)
        
        - add inclusion request type to UI support
        - distinguish UI labels for request types (inclusion vs review)
        - add self_html link to the resource payload
        
        Version 1.1.1 (released 2023-03-09)
        
        - results: add links template setter
        
        Version 1.1.0 (released 2023-03-02)
        
        - remove deprecated flask-babelex imports
        - upgrade invenio-theme, invenio-records-resources, invenio-users-resources
        
        Version 1.0.5 (released 2022-12-01)
        
        - Add identity to links template expand method.
        
        Version 1.0.4 (released 2022-11-25)
        
        - add i18n translations.
        - use centralized axios configuration.
        
        Version 1.0.3 (released 2022-11-15)
        
        - add `indexer_queue_name` property in service configs
        - add the services and indexers in global registry
        
        Version 1.0.2 (released 2022-11-04)
        
        - bump invenio-records-resources version
        
        Version 1.0.1 (released 2022-11-03)
        
        - add mobile components styling
        
        Version 1.0.0
        
        - Initial public release.
        
Keywords: invenio requests
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Requires-Python: >=3.7
Provides-Extra: tests
Provides-Extra: elasticsearch7
Provides-Extra: opensearch1
Provides-Extra: opensearch2
