.dockerignore
.editorconfig
AUTHORS.rst
CHANGES.rst
CONTRIBUTING.rst
INSTALL.rst
LICENSE
MANIFEST.in
README.rst
pytest.ini
requirements-devel.txt
run-tests.sh
setup.cfg
setup.py
.github/workflows/pypi-publish.yml
.github/workflows/tests.yml
docs/Makefile
docs/api.rst
docs/authors.rst
docs/changes.rst
docs/conf.py
docs/configuration.rst
docs/contributing.rst
docs/index.rst
docs/installation.rst
docs/license.rst
docs/make.bat
docs/requirements.txt
docs/usage.rst
invenio_indexer/__init__.py
invenio_indexer/api.py
invenio_indexer/cli.py
invenio_indexer/config.py
invenio_indexer/ext.py
invenio_indexer/proxies.py
invenio_indexer/registry.py
invenio_indexer/signals.py
invenio_indexer/tasks.py
invenio_indexer/utils.py
invenio_indexer/version.py
invenio_indexer.egg-info/PKG-INFO
invenio_indexer.egg-info/SOURCES.txt
invenio_indexer.egg-info/dependency_links.txt
invenio_indexer.egg-info/entry_points.txt
invenio_indexer.egg-info/not-zip-safe
invenio_indexer.egg-info/requires.txt
invenio_indexer.egg-info/top_level.txt
tests/conftest.py
tests/test_api.py
tests/test_cli.py
tests/test_invenio_indexer.py
tests/test_registry.py
tests/test_tasks.py
tests/test_utils.py
tests/data/__init__.py
tests/data/v2/__init__.py
tests/data/v2/records/default-v1.0.0.json
tests/data/v2/records/authorities/authority-v1.0.0.json
tests/data/v2/records/bibliographic/bibliographic-v1.0.0.json
tests/data/v5/__init__.py
tests/data/v5/records/default-v1.0.0.json
tests/data/v5/records/authorities/authority-v1.0.0.json
tests/data/v5/records/bibliographic/bibliographic-v1.0.0.json
tests/data/v6/__init__.py
tests/data/v6/records/default-v1.0.0.json
tests/data/v6/records/authorities/authority-v1.0.0.json
tests/data/v6/records/bibliographic/bibliographic-v1.0.0.json
tests/data/v7/__init__.py
tests/data/v7/records/default-v1.0.0.json
tests/data/v7/records/authorities/authority-v1.0.0.json
tests/data/v7/records/bibliographic/bibliographic-v1.0.0.json
tests/demo/__init__.py
tests/demo/json_resolver.py