.dockerignore
.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
.tx/config
docs/Makefile
docs/api.rst
docs/authors.rst
docs/changes.rst
docs/conf.py
docs/configuration.rst
docs/contributing.rst
docs/examplesapp.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/permsapp.py
examples/requirements.txt
invenio_records_ui/__init__.py
invenio_records_ui/config.py
invenio_records_ui/ext.py
invenio_records_ui/signals.py
invenio_records_ui/utils.py
invenio_records_ui/version.py
invenio_records_ui/views.py
invenio_records_ui.egg-info/PKG-INFO
invenio_records_ui.egg-info/SOURCES.txt
invenio_records_ui.egg-info/dependency_links.txt
invenio_records_ui.egg-info/entry_points.txt
invenio_records_ui.egg-info/not-zip-safe
invenio_records_ui.egg-info/requires.txt
invenio_records_ui.egg-info/top_level.txt
invenio_records_ui/templates/invenio_records_ui/base.html
invenio_records_ui/templates/invenio_records_ui/detail.html
invenio_records_ui/templates/invenio_records_ui/export.html
invenio_records_ui/templates/invenio_records_ui/export_well.html
invenio_records_ui/templates/invenio_records_ui/tombstone.html
invenio_records_ui/templates/semantic-ui/invenio_records_ui/base.html
invenio_records_ui/templates/semantic-ui/invenio_records_ui/detail.html
invenio_records_ui/templates/semantic-ui/invenio_records_ui/export.html
invenio_records_ui/templates/semantic-ui/invenio_records_ui/export_well.html
invenio_records_ui/templates/semantic-ui/invenio_records_ui/tombstone.html
invenio_records_ui/translations/messages.pot
invenio_records_ui/translations/es/LC_MESSAGES/messages.mo
invenio_records_ui/translations/es/LC_MESSAGES/messages.po
tests/conftest.py
tests/helpers.py
tests/test_examples_app.py
tests/test_invenio_records_ui.py
tests/test_utils.py