.dockerignore
.editorconfig
AUTHORS.rst
CHANGES.rst
CONTRIBUTING.rst
INSTALL.rst
LICENSE
MANIFEST.in
README.rst
pyproject.toml
run-tests.sh
setup.cfg
setup.py
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_alma/__init__.py
invenio_alma/api.py
invenio_alma/cli.py
invenio_alma/click_param_type.py
invenio_alma/config.py
invenio_alma/decorators.py
invenio_alma/ext.py
invenio_alma/jobs.py
invenio_alma/proxies.py
invenio_alma/tasks.py
invenio_alma/utils.py
invenio_alma/views.py
invenio_alma.egg-info/PKG-INFO
invenio_alma.egg-info/SOURCES.txt
invenio_alma.egg-info/dependency_links.txt
invenio_alma.egg-info/entry_points.txt
invenio_alma.egg-info/not-zip-safe
invenio_alma.egg-info/requires.txt
invenio_alma.egg-info/top_level.txt
invenio_alma/resources/__init__.py
invenio_alma/resources/config.py
invenio_alma/resources/resources.py
invenio_alma/services/__init__.py
invenio_alma/services/base.py
invenio_alma/services/config.py
invenio_alma/services/errors.py
invenio_alma/services/rest.py
invenio_alma/services/sru.py
invenio_alma/services/utils.py
tests/conftest.py
tests/test_invenio_alma.py
tests/test_invenio_alma_service.py