Metadata-Version: 2.1
Name: invenio-opendefinition
Version: 2.0.0a2
Summary: Invenio module integrating Invenio repositories and OpenDefinition.
Home-page: https://github.com/inveniosoftware/invenio-opendefinition
Author: CERN
Author-email: info@inveniosoftware.org
License: MIT
Description: ..
            This file is part of Invenio.
            Copyright (C) 2016-2018 CERN.
        
            Invenio 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-OpenDefinition
        ========================
        
        .. image:: https://github.com/inveniosoftware/invenio-opendefinition/workflows/CI/badge.svg
                :target: https://github.com/inveniosoftware/invenio-opendefinition/actions?query=workflow%3ACI
        
        .. image:: https://img.shields.io/coveralls/inveniosoftware/invenio-opendefinition.svg
                :target: https://coveralls.io/r/inveniosoftware/invenio-opendefinition
        
        .. image:: https://img.shields.io/pypi/v/invenio-opendefinition.svg
                :target: https://pypi.org/pypi/invenio-opendefinition
        
        
        Invenio module providing integration between Invenio repositories and OpenDefinition.
        
        *This is an experimental developer preview release.*
        
        * Free software: MIT license
        * Documentation: https://invenio-opendefinition.readthedocs.io/
        
        
        ..
            This file is part of Invenio.
            Copyright (C) 2016-2023 CERN.
        
            Invenio 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 v2.0.0a2 (released 2024-07-18)
        
        - mappings: add mappings for opensearch v1 and v2
        
        Version v2.0.0a1 (released 2023-11-30)
        
        - breaking change: drops ES2 support
        - global: remove deprecated elasticsearch imports
        - installation: upgrade invenio dependencies
        - rest endpoints: remove deprecated `search_type` param
        
        Version v1.0.0a12 (released 2023-03-23)
        
        - fix installation dependencies
        
        Version v1.0.0a11 (released 2023-03-23)
        
        - add missing mapping fields and fix types for better search options
        
        Version v1.0.0a10 (released 2022-02-21)
        
        - fix fallback for missing `seeAlso` url
        
        Version v1.0.0a9 (released 2019-10-02)
        
        - Initial public release.
        
Keywords: invenio TODO
Platform: any
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Development Status :: 5 - Production/Stable
Provides-Extra: docs
Provides-Extra: opensearch2
Provides-Extra: opensearch1
Provides-Extra: elasticsearch7
Provides-Extra: tests
