.dockerignore
.editorconfig
.git-blame-ignore-revs
AUTHORS.rst
CHANGES.rst
CONTRIBUTING.rst
INSTALL.rst
LICENSE
MANIFEST.in
README.rst
babel.ini
pyproject.toml
requirements-devel.txt
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_banners/__init__.py
invenio_banners/config.py
invenio_banners/ext.py
invenio_banners/proxies.py
invenio_banners/utils.py
invenio_banners/views.py
invenio_banners.egg-info/PKG-INFO
invenio_banners.egg-info/SOURCES.txt
invenio_banners.egg-info/dependency_links.txt
invenio_banners.egg-info/entry_points.txt
invenio_banners.egg-info/not-zip-safe
invenio_banners.egg-info/requires.txt
invenio_banners.egg-info/top_level.txt
invenio_banners/administration/__init__.py
invenio_banners/administration/banners.py
invenio_banners/alembic/5e02314da32e_create_invenio_banners_db_table.py
invenio_banners/alembic/e40d93d99040_create_invenio_banners_branch.py
invenio_banners/records/__init__.py
invenio_banners/records/models.py
invenio_banners/resources/__init__.py
invenio_banners/resources/config.py
invenio_banners/resources/errors.py
invenio_banners/resources/resource.py
invenio_banners/services/__init__.py
invenio_banners/services/config.py
invenio_banners/services/errors.py
invenio_banners/services/permissions.py
invenio_banners/services/results.py
invenio_banners/services/schemas.py
invenio_banners/services/service.py
invenio_banners/templates/semantic-ui/invenio_banners/banner.html
tests/conftest.py
tests/test_invenio_banners.py
tests/test_macro.py
tests/records/test_disable.py
tests/records/test_models.py
tests/resources/conftest.py
tests/resources/test_resources.py
tests/services/conftest.py
tests/services/test_services.py