.dockerignore
.editorconfig
.lgtm
.travis-devel-requirements.txt
.travis-lowest-requirements.txt
.travis-release-requirements.txt
AUTHORS.rst
CHANGES.rst
CONTRIBUTING.rst
INSTALL.rst
LICENSE
MAINTAINERS
MANIFEST.in
README.rst
RELEASE-NOTES.rst
pytest.ini
requirements-devel.txt
run-tests.sh
setup.cfg
setup.py
docs/Makefile
docs/api.rst
docs/authors.rst
docs/changes.rst
docs/conf.py
docs/contributing.rst
docs/index.rst
docs/installation.rst
docs/license.rst
docs/make.bat
docs/requirements.txt
docs/usage.rst
examples/app-fixtures.sh
examples/app-setup.sh
examples/app-teardown.sh
examples/app.py
examples/data/__init__.py
examples/data/testrecords/testrecord-v1.0.0.json
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/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_examples_app.py
tests/test_invenio_bulkindexer.py
tests/test_tasks.py
tests/test_utils.py
tests/data/__init__.py
tests/data/records/default-v1.0.0.json
tests/data/records/authorities/authority-v1.0.0.json
tests/data/records/bibliographic/bibliographic-v1.0.0.json
tests/demo/__init__.py
tests/demo/json_resolver.py