Metadata-Version: 2.4
Name: invenio-indexer
Version: 6.0.1
Summary: Record indexer for Invenio.
Project-URL: Repository, https://github.com/inveniosoftware/invenio-indexer
Author-email: CERN <info@inveniosoftware.org>
License-Expression: MIT
License-File: AUTHORS.rst
License-File: LICENSE
Keywords: indexing,invenio,search
Classifier: Development Status :: 5 - Production/Stable
Requires-Python: >=3.9
Requires-Dist: invenio-db<3.0.0,>=2.2.0
Requires-Dist: invenio-pidstore<5.0.0,>=4.0.0
Requires-Dist: invenio-records<7.0.0,>=6.0.0
Requires-Dist: pytz>=2016.4
Provides-Extra: docs
Provides-Extra: elasticsearch7
Requires-Dist: elasticsearch<7.14.0,>=7.5.0; extra == 'elasticsearch7'
Requires-Dist: invenio-search[elasticsearch7]<4.0.0,>=3.0.0; extra == 'elasticsearch7'
Provides-Extra: opensearch1
Requires-Dist: invenio-search[opensearch1]<4.0.0,>=3.0.0; extra == 'opensearch1'
Provides-Extra: opensearch2
Requires-Dist: invenio-search[opensearch2]<4.0.0,>=3.0.0; extra == 'opensearch2'
Provides-Extra: tests
Requires-Dist: attrs>=17.4.0; extra == 'tests'
Requires-Dist: pytest-black>=0.6.0; extra == 'tests'
Requires-Dist: pytest-invenio<5.0.0,>=4.0.0; extra == 'tests'
Requires-Dist: redis>=3.4.0; extra == 'tests'
Requires-Dist: sphinx>=4.5; extra == 'tests'
Description-Content-Type: text/x-rst

..
    SPDX-FileCopyrightText: 2016-2018 CERN.
    SPDX-License-Identifier: MIT

=================
 Invenio-Indexer
=================

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

.. image:: https://github.com/inveniosoftware/invenio-indexer/workflows/CI/badge.svg
        :target: https://github.com/inveniosoftware/invenio-indexer/actions?query=workflow%3ACI

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

.. image:: https://img.shields.io/pypi/v/invenio-indexer.svg
        :target: https://pypi.org/pypi/invenio-indexer


Record indexer for Invenio.

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