.dockerignore
.editorconfig
AUTHORS.rst
CHANGES.rst
CONTRIBUTING.rst
INSTALL.rst
MANIFEST.in
README.rst
babel.ini
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_notifications/__init__.py
invenio_notifications/config.py
invenio_notifications/errors.py
invenio_notifications/ext.py
invenio_notifications/manager.py
invenio_notifications/models.py
invenio_notifications/proxies.py
invenio_notifications/registry.py
invenio_notifications/tasks.py
invenio_notifications/views.py
invenio_notifications.egg-info/PKG-INFO
invenio_notifications.egg-info/SOURCES.txt
invenio_notifications.egg-info/dependency_links.txt
invenio_notifications.egg-info/entry_points.txt
invenio_notifications.egg-info/not-zip-safe
invenio_notifications.egg-info/requires.txt
invenio_notifications.egg-info/top_level.txt
invenio_notifications/backends/__init__.py
invenio_notifications/backends/base.py
invenio_notifications/backends/email.py
invenio_notifications/backends/utils/__init__.py
invenio_notifications/backends/utils/loaders.py
invenio_notifications/services/__init__.py
invenio_notifications/services/builders.py
invenio_notifications/services/filters.py
invenio_notifications/services/generators.py
invenio_notifications/services/uow.py
invenio_notifications/translations/.gitkeep
invenio_notifications/translations/en/LC_MESSAGES/messages.mo
invenio_notifications/translations/en/LC_MESSAGES/messages.po
tests/conftest.py
tests/test_invenio_notifications.py