.dockerignore
.editorconfig
.git-blame-ignore-revs
AUTHORS.rst
CHANGES.rst
CONTRIBUTING.rst
INSTALL.rst
LICENSE
MANIFEST.in
README.rst
babel.ini
pyproject.toml
run-tests.sh
setup.cfg
setup.py
.github/workflows/i18n-pull.yml
.github/workflows/i18n-push.yml
.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_records_permissions/__init__.py
invenio_records_permissions/api.py
invenio_records_permissions/config.py
invenio_records_permissions/errors.py
invenio_records_permissions/ext.py
invenio_records_permissions/generators.py
invenio_records_permissions.egg-info/PKG-INFO
invenio_records_permissions.egg-info/SOURCES.txt
invenio_records_permissions.egg-info/dependency_links.txt
invenio_records_permissions.egg-info/entry_points.txt
invenio_records_permissions.egg-info/not-zip-safe
invenio_records_permissions.egg-info/requires.txt
invenio_records_permissions.egg-info/top_level.txt
invenio_records_permissions/policies/__init__.py
invenio_records_permissions/policies/base.py
invenio_records_permissions/policies/records.py
invenio_records_permissions/translations/messages.pot
invenio_records_permissions/translations/af/LC_MESSAGES/messages.po
invenio_records_permissions/translations/ar/LC_MESSAGES/messages.po
invenio_records_permissions/translations/bg/LC_MESSAGES/messages.po
invenio_records_permissions/translations/ca/LC_MESSAGES/messages.po
invenio_records_permissions/translations/cs/LC_MESSAGES/messages.po
invenio_records_permissions/translations/da/LC_MESSAGES/messages.po
invenio_records_permissions/translations/de/LC_MESSAGES/messages.po
invenio_records_permissions/translations/de_AT/LC_MESSAGES/messages.po
invenio_records_permissions/translations/de_DE/LC_MESSAGES/messages.po
invenio_records_permissions/translations/el/LC_MESSAGES/messages.po
invenio_records_permissions/translations/en_AT/LC_MESSAGES/messages.po
invenio_records_permissions/translations/en_HU/LC_MESSAGES/messages.po
invenio_records_permissions/translations/es/LC_MESSAGES/messages.po
invenio_records_permissions/translations/es_CU/LC_MESSAGES/messages.po
invenio_records_permissions/translations/es_MX/LC_MESSAGES/messages.po
invenio_records_permissions/translations/et/LC_MESSAGES/messages.po
invenio_records_permissions/translations/et_EE/LC_MESSAGES/messages.po
invenio_records_permissions/translations/fa/LC_MESSAGES/messages.po
invenio_records_permissions/translations/fa_IR/LC_MESSAGES/messages.po
invenio_records_permissions/translations/fr/LC_MESSAGES/messages.po
invenio_records_permissions/translations/fr_CI/LC_MESSAGES/messages.po
invenio_records_permissions/translations/fr_FR/LC_MESSAGES/messages.po
invenio_records_permissions/translations/gl/LC_MESSAGES/messages.po
invenio_records_permissions/translations/hi_IN/LC_MESSAGES/messages.po
invenio_records_permissions/translations/hr/LC_MESSAGES/messages.po
invenio_records_permissions/translations/hu/LC_MESSAGES/messages.po
invenio_records_permissions/translations/hu_HU/LC_MESSAGES/messages.po
invenio_records_permissions/translations/it/LC_MESSAGES/messages.po
invenio_records_permissions/translations/ja/LC_MESSAGES/messages.po
invenio_records_permissions/translations/ka/LC_MESSAGES/messages.po
invenio_records_permissions/translations/lt/LC_MESSAGES/messages.po
invenio_records_permissions/translations/ne/LC_MESSAGES/messages.po
invenio_records_permissions/translations/no/LC_MESSAGES/messages.po
invenio_records_permissions/translations/pl/LC_MESSAGES/messages.po
invenio_records_permissions/translations/pt/LC_MESSAGES/messages.po
invenio_records_permissions/translations/ro/LC_MESSAGES/messages.po
invenio_records_permissions/translations/ru/LC_MESSAGES/messages.po
invenio_records_permissions/translations/rw/LC_MESSAGES/messages.po
invenio_records_permissions/translations/sk/LC_MESSAGES/messages.po
invenio_records_permissions/translations/sv/LC_MESSAGES/messages.po
invenio_records_permissions/translations/sv_SE/LC_MESSAGES/messages.po
invenio_records_permissions/translations/tr/LC_MESSAGES/messages.po
invenio_records_permissions/translations/uk/LC_MESSAGES/messages.po
invenio_records_permissions/translations/uk_UA/LC_MESSAGES/messages.po
invenio_records_permissions/translations/zh_CN/LC_MESSAGES/messages.po
invenio_records_permissions/translations/zh_TW/LC_MESSAGES/messages.po
tests/conftest.py
tests/test_generators.py
tests/test_invenio_records_permissions.py
tests/test_permissions_base.py
tests/test_record_permission_policy.py