.editorconfig
AUTHORS.rst
CHANGES.rst
CONTRIBUTING.rst
INSTALL.rst
LICENSE
MANIFEST.in
README.rst
babel.ini
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/configuration.rst
docs/contributing.rst
docs/index.rst
docs/installation.rst
docs/license.rst
docs/make.bat
docs/requirements.txt
docs/usage.rst
invenio_records_resources/__init__.py
invenio_records_resources/config.py
invenio_records_resources/errors.py
invenio_records_resources/ext.py
invenio_records_resources/links.py
invenio_records_resources/pagination.py
invenio_records_resources/resource_units.py
invenio_records_resources/responses.py
invenio_records_resources/version.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/resources/__init__.py
invenio_records_resources/resources/file.py
invenio_records_resources/resources/record.py
invenio_records_resources/resources/record_config.py
invenio_records_resources/schemas/__init__.py
invenio_records_resources/schemas/json.py
invenio_records_resources/schemas/url_args.py
invenio_records_resources/schemas/fields/__init__.py
invenio_records_resources/schemas/fields/generated.py
invenio_records_resources/schemas/fields/marshmallow_contrib.py
invenio_records_resources/schemas/fields/persistent_identifier.py
invenio_records_resources/schemas/fields/sanitized_unicode.py
invenio_records_resources/serializers/__init__.py
invenio_records_resources/serializers/json.py
invenio_records_resources/serializers/xml.py
invenio_records_resources/services/__init__.py
invenio_records_resources/services/actions.py
invenio_records_resources/services/data_validator.py
invenio_records_resources/services/errors.py
invenio_records_resources/services/file.py
invenio_records_resources/services/file_metadata.py
invenio_records_resources/services/identity.py
invenio_records_resources/services/record.py
invenio_records_resources/services/resolver.py
invenio_records_resources/services/service.py
invenio_records_resources/services/search/__init__.py
invenio_records_resources/services/search/engine.py
invenio_records_resources/services/search/query.py
invenio_records_resources/services/search/serializers.py
tests/conftest.py
tests/test_invenio_resources.py
tests/test_links.py
tests/test_pagination.py
tests/test_permissions.py
tests/test_record_resource.py
tests/test_serialization_integration.py
tests/mock_module/__init__.py
tests/mock_module/mappings/__init__.py
tests/mock_module/mappings/v6/__init__.py
tests/mock_module/mappings/v6/invenio-records-resources/testrecord.json
tests/mock_module/mappings/v7/__init__.py
tests/mock_module/mappings/v7/invenio-records-resources/testrecord.json
tests/services/conftest.py
tests/services/test_data_validator.py
tests/services/test_service.py