.dockerignore
.editorconfig
AUTHORS.rst
CHANGES.rst
CONTRIBUTING.rst
INSTALL.rst
LICENSE
MANIFEST.in
README.rst
babel.ini
pytest.ini
requirements-devel.txt
requirements-docs.txt
run-tests.sh
setup.cfg
setup.py
tox.ini
.tx/config
docs/Makefile
docs/api.rst
docs/authors.rst
docs/changes.rst
docs/concurrency.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
invenio_records/__init__.py
invenio_records/admin.py
invenio_records/api.py
invenio_records/config.py
invenio_records/errors.py
invenio_records/ext.py
invenio_records/models.py
invenio_records/signals.py
invenio_records/validators.py
invenio_records/version.py
invenio_records.egg-info/PKG-INFO
invenio_records.egg-info/SOURCES.txt
invenio_records.egg-info/dependency_links.txt
invenio_records.egg-info/entry_points.txt
invenio_records.egg-info/not-zip-safe
invenio_records.egg-info/requires.txt
invenio_records.egg-info/top_level.txt
invenio_records/alembic/07fb52561c5c_alter_column_from_json_to_jsonb.py
invenio_records/alembic/1095cdf9f350_create_records_branch.py
invenio_records/alembic/862037093962_create_records_tables.py
invenio_records/data/marc21/authority.xml
invenio_records/data/marc21/bibliographic.xml
invenio_records/translations/messages.pot
invenio_records/translations/cs/LC_MESSAGES/messages.po
invenio_records/translations/da/LC_MESSAGES/messages.po
invenio_records/translations/de/LC_MESSAGES/messages.po
invenio_records/translations/es/LC_MESSAGES/messages.po
invenio_records/translations/fr/LC_MESSAGES/messages.po
invenio_records/translations/it/LC_MESSAGES/messages.po
tests/conftest.py
tests/test_admin.py
tests/test_api.py
tests/test_invenio_records.py
tests/data/sample-records.xml
tests/demo/__init__.py
tests/demo/json_resolver.py