.dockerignore
.editorconfig
AUTHORS.rst
CHANGES.rst
CONTRIBUTING.rst
INSTALL.rst
LICENSE
MANIFEST.in
README.rst
babel.ini
run-tests.sh
setup.cfg
setup.py
.github/workflows/pypi-publish.yml
.github/workflows/tests.yml
.tx/config
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_checks/__init__.py
invenio_checks/api.py
invenio_checks/base.py
invenio_checks/components.py
invenio_checks/config.py
invenio_checks/ext.py
invenio_checks/models.py
invenio_checks/proxies.py
invenio_checks/utils.py
invenio_checks.egg-info/PKG-INFO
invenio_checks.egg-info/SOURCES.txt
invenio_checks.egg-info/dependency_links.txt
invenio_checks.egg-info/entry_points.txt
invenio_checks.egg-info/not-zip-safe
invenio_checks.egg-info/requires.txt
invenio_checks.egg-info/top_level.txt
invenio_checks/alembic/1742548610_create_checks_branch.py
invenio_checks/alembic/1742549302_create_base_tables.py
invenio_checks/contrib/__init__.py
invenio_checks/contrib/file_formats.py
invenio_checks/contrib/metadata/__init__.py
invenio_checks/contrib/metadata/check.py
invenio_checks/contrib/metadata/expressions.py
invenio_checks/contrib/metadata/rules.py
invenio_checks/services/__init__.py
invenio_checks/services/config.py
invenio_checks/services/permissions.py
invenio_checks/services/results.py
invenio_checks/services/schema.py
invenio_checks/services/services.py
invenio_checks/templates/semantic-ui/invenio_checks/requests/details.html
invenio_checks/templates/semantic-ui/invenio_checks/requests/file_formats_tab.html
invenio_checks/templates/semantic-ui/invenio_checks/requests/help_message.html
invenio_checks/templates/semantic-ui/invenio_checks/requests/metadata_tab.html
invenio_checks/templates/semantic-ui/invenio_checks/requests/overall_severity_level.html
invenio_checks/templates/semantic-ui/invenio_checks/requests/severity_level_icons.html
invenio_checks/views/__init__.py
invenio_checks/views/ui.py
tests/conftest.py
tests/example.json
tests/test_invenio_checks.py
tests/contrib/file_formats/conftest.py
tests/contrib/file_formats/test_check.py
tests/contrib/metadata/test_expressions.py
tests/contrib/metadata/test_rules.py