.editorconfig
.git-blame-ignore-revs
AUTHORS.rst
CHANGES.rst
CONTRIBUTING.rst
INSTALL.rst
LICENSE
MANIFEST.in
README.rst
babel.ini
constraints-pypi.txt
pyproject.toml
requirements-feature.txt
run-tests.sh
setup.cfg
setup.py
invenio_records_resources/__init__.py
invenio_records_resources/config.py
invenio_records_resources/errors.py
invenio_records_resources/ext.py
invenio_records_resources/pagination.py
invenio_records_resources/proxies.py
invenio_records_resources/registry.py
invenio_records_resources/tasks.py
invenio_records_resources.egg-info/PKG-INFO
invenio_records_resources.egg-info/SOURCES.txt
invenio_records_resources.egg-info/dependency_links.txt
invenio_records_resources.egg-info/entry_points.txt
invenio_records_resources.egg-info/not-zip-safe
invenio_records_resources.egg-info/requires.txt
invenio_records_resources.egg-info/top_level.txt
invenio_records_resources/factories/__init__.py
invenio_records_resources/factories/factory.py
invenio_records_resources/records/__init__.py
invenio_records_resources/records/api.py
invenio_records_resources/records/dumpers.py
invenio_records_resources/records/models.py
invenio_records_resources/records/providers.py
invenio_records_resources/records/resolver.py
invenio_records_resources/records/transfer.py
invenio_records_resources/records/jsonschemas/__init__.py
invenio_records_resources/records/jsonschemas/definitions-v1.0.0.json
invenio_records_resources/records/jsonschemas/definitions-v2.0.0.json
invenio_records_resources/records/systemfields/__init__.py
invenio_records_resources/records/systemfields/calculated.py
invenio_records_resources/records/systemfields/entity_reference.py
invenio_records_resources/records/systemfields/index.py
invenio_records_resources/records/systemfields/pid.py
invenio_records_resources/records/systemfields/pid_statuscheck.py
invenio_records_resources/records/systemfields/relations.py
invenio_records_resources/records/systemfields/files/__init__.py
invenio_records_resources/records/systemfields/files/field.py
invenio_records_resources/records/systemfields/files/manager.py
invenio_records_resources/references/__init__.py
invenio_records_resources/references/grants.py
invenio_records_resources/references/registry.py
invenio_records_resources/references/entity_resolvers/__init__.py
invenio_records_resources/references/entity_resolvers/base.py
invenio_records_resources/references/entity_resolvers/records.py
invenio_records_resources/references/entity_resolvers/results.py
invenio_records_resources/resources/__init__.py
invenio_records_resources/resources/errors.py
invenio_records_resources/resources/files/__init__.py
invenio_records_resources/resources/files/config.py
invenio_records_resources/resources/files/parser.py
invenio_records_resources/resources/files/resource.py
invenio_records_resources/resources/records/__init__.py
invenio_records_resources/resources/records/args.py
invenio_records_resources/resources/records/config.py
invenio_records_resources/resources/records/headers.py
invenio_records_resources/resources/records/resource.py
invenio_records_resources/resources/records/utils.py
invenio_records_resources/services/__init__.py
invenio_records_resources/services/errors.py
invenio_records_resources/services/uow.py
invenio_records_resources/services/base/__init__.py
invenio_records_resources/services/base/components.py
invenio_records_resources/services/base/config.py
invenio_records_resources/services/base/links.py
invenio_records_resources/services/base/results.py
invenio_records_resources/services/base/service.py
invenio_records_resources/services/base/utils.py
invenio_records_resources/services/custom_fields/__init__.py
invenio_records_resources/services/custom_fields/base.py
invenio_records_resources/services/custom_fields/boolean.py
invenio_records_resources/services/custom_fields/date.py
invenio_records_resources/services/custom_fields/errors.py
invenio_records_resources/services/custom_fields/mappings.py
invenio_records_resources/services/custom_fields/number.py
invenio_records_resources/services/custom_fields/schema.py
invenio_records_resources/services/custom_fields/text.py
invenio_records_resources/services/custom_fields/validate.py
invenio_records_resources/services/files/__init__.py
invenio_records_resources/services/files/config.py
invenio_records_resources/services/files/generators.py
invenio_records_resources/services/files/links.py
invenio_records_resources/services/files/results.py
invenio_records_resources/services/files/schema.py
invenio_records_resources/services/files/service.py
invenio_records_resources/services/files/tasks.py
invenio_records_resources/services/files/components/__init__.py
invenio_records_resources/services/files/components/base.py
invenio_records_resources/services/files/components/content.py
invenio_records_resources/services/files/components/metadata.py
invenio_records_resources/services/files/components/multipart.py
invenio_records_resources/services/files/components/processor.py
invenio_records_resources/services/files/processors/__init__.py
invenio_records_resources/services/files/processors/base.py
invenio_records_resources/services/files/processors/image.py
invenio_records_resources/services/files/transfer/__init__.py
invenio_records_resources/services/files/transfer/base.py
invenio_records_resources/services/files/transfer/constants.py
invenio_records_resources/services/files/transfer/registry.py
invenio_records_resources/services/files/transfer/providers/__init__.py
invenio_records_resources/services/files/transfer/providers/fetch.py
invenio_records_resources/services/files/transfer/providers/local.py
invenio_records_resources/services/files/transfer/providers/multipart.py
invenio_records_resources/services/files/transfer/providers/remote.py
invenio_records_resources/services/records/__init__.py
invenio_records_resources/services/records/config.py
invenio_records_resources/services/records/links.py
invenio_records_resources/services/records/results.py
invenio_records_resources/services/records/schema.py
invenio_records_resources/services/records/service.py
invenio_records_resources/services/records/components/__init__.py
invenio_records_resources/services/records/components/base.py
invenio_records_resources/services/records/components/data.py
invenio_records_resources/services/records/components/files.py
invenio_records_resources/services/records/components/metadata.py
invenio_records_resources/services/records/components/relations.py
invenio_records_resources/services/records/facets/__init__.py
invenio_records_resources/services/records/facets/facets.py
invenio_records_resources/services/records/facets/labels.py
invenio_records_resources/services/records/facets/response.py
invenio_records_resources/services/records/params/__init__.py
invenio_records_resources/services/records/params/base.py
invenio_records_resources/services/records/params/facets.py
invenio_records_resources/services/records/params/filter.py
invenio_records_resources/services/records/params/pagination.py
invenio_records_resources/services/records/params/querystr.py
invenio_records_resources/services/records/params/sort.py
invenio_records_resources/services/records/queryparser/__init__.py
invenio_records_resources/services/records/queryparser/query.py
invenio_records_resources/services/records/queryparser/suggest.py
invenio_records_resources/services/records/queryparser/transformer.py
invenio_records_resources/services/references/__init__.py
invenio_records_resources/services/references/schema.py
invenio_records_resources/translations/messages.pot
invenio_records_resources/translations/ar/LC_MESSAGES/messages.mo
invenio_records_resources/translations/ar/LC_MESSAGES/messages.po
invenio_records_resources/translations/bg/LC_MESSAGES/messages.mo
invenio_records_resources/translations/bg/LC_MESSAGES/messages.po
invenio_records_resources/translations/ca/LC_MESSAGES/messages.mo
invenio_records_resources/translations/ca/LC_MESSAGES/messages.po
invenio_records_resources/translations/cs/LC_MESSAGES/messages.mo
invenio_records_resources/translations/cs/LC_MESSAGES/messages.po
invenio_records_resources/translations/da/LC_MESSAGES/messages.mo
invenio_records_resources/translations/da/LC_MESSAGES/messages.po
invenio_records_resources/translations/de/LC_MESSAGES/messages.mo
invenio_records_resources/translations/de/LC_MESSAGES/messages.po
invenio_records_resources/translations/el/LC_MESSAGES/messages.mo
invenio_records_resources/translations/el/LC_MESSAGES/messages.po
invenio_records_resources/translations/es/LC_MESSAGES/messages.mo
invenio_records_resources/translations/es/LC_MESSAGES/messages.po
invenio_records_resources/translations/et/LC_MESSAGES/messages.mo
invenio_records_resources/translations/et/LC_MESSAGES/messages.po
invenio_records_resources/translations/fa/LC_MESSAGES/messages.mo
invenio_records_resources/translations/fa/LC_MESSAGES/messages.po
invenio_records_resources/translations/fi/LC_MESSAGES/messages.mo
invenio_records_resources/translations/fi/LC_MESSAGES/messages.po
invenio_records_resources/translations/fr/LC_MESSAGES/messages.mo
invenio_records_resources/translations/fr/LC_MESSAGES/messages.po
invenio_records_resources/translations/hr/LC_MESSAGES/messages.mo
invenio_records_resources/translations/hr/LC_MESSAGES/messages.po
invenio_records_resources/translations/hu/LC_MESSAGES/messages.mo
invenio_records_resources/translations/hu/LC_MESSAGES/messages.po
invenio_records_resources/translations/it/LC_MESSAGES/messages.mo
invenio_records_resources/translations/it/LC_MESSAGES/messages.po
invenio_records_resources/translations/ja/LC_MESSAGES/messages.mo
invenio_records_resources/translations/ja/LC_MESSAGES/messages.po
invenio_records_resources/translations/ka/LC_MESSAGES/messages.mo
invenio_records_resources/translations/ka/LC_MESSAGES/messages.po
invenio_records_resources/translations/ko/LC_MESSAGES/messages.mo
invenio_records_resources/translations/ko/LC_MESSAGES/messages.po
invenio_records_resources/translations/lt/LC_MESSAGES/messages.mo
invenio_records_resources/translations/lt/LC_MESSAGES/messages.po
invenio_records_resources/translations/no/LC_MESSAGES/messages.mo
invenio_records_resources/translations/no/LC_MESSAGES/messages.po
invenio_records_resources/translations/pl/LC_MESSAGES/messages.mo
invenio_records_resources/translations/pl/LC_MESSAGES/messages.po
invenio_records_resources/translations/pt/LC_MESSAGES/messages.mo
invenio_records_resources/translations/pt/LC_MESSAGES/messages.po
invenio_records_resources/translations/ro/LC_MESSAGES/messages.mo
invenio_records_resources/translations/ro/LC_MESSAGES/messages.po
invenio_records_resources/translations/ru/LC_MESSAGES/messages.mo
invenio_records_resources/translations/ru/LC_MESSAGES/messages.po
invenio_records_resources/translations/sk/LC_MESSAGES/messages.mo
invenio_records_resources/translations/sk/LC_MESSAGES/messages.po
invenio_records_resources/translations/sv/LC_MESSAGES/messages.mo
invenio_records_resources/translations/sv/LC_MESSAGES/messages.po
invenio_records_resources/translations/tr/LC_MESSAGES/messages.mo
invenio_records_resources/translations/tr/LC_MESSAGES/messages.po
invenio_records_resources/translations/uk/LC_MESSAGES/messages.mo
invenio_records_resources/translations/uk/LC_MESSAGES/messages.po
invenio_records_resources/translations/zh_CN/LC_MESSAGES/messages.mo
invenio_records_resources/translations/zh_CN/LC_MESSAGES/messages.po
invenio_records_resources/translations/zh_TW/LC_MESSAGES/messages.mo
invenio_records_resources/translations/zh_TW/LC_MESSAGES/messages.po