.dockerignore
.editorconfig
AUTHORS.rst
CHANGES.rst
CONTRIBUTING.rst
INSTALL.rst
LICENSE
MANIFEST.in
README.rst
pytest.ini
requirements-devel.txt
run-tests.sh
setup.cfg
setup.py
.github/workflows/pypi-publish.yml
.github/workflows/tests.yml
docs/Makefile
docs/api.rst
docs/authors.rst
docs/changes.rst
docs/conf.py
docs/contributing.rst
docs/index.rst
docs/installation.rst
docs/license.rst
docs/make.bat
docs/requirements.txt
docs/usage.rst
examples/app.py
invenio_base/__init__.py
invenio_base/__main__.py
invenio_base/app.py
invenio_base/cli.py
invenio_base/signals.py
invenio_base/utils.py
invenio_base/version.py
invenio_base/wsgi.py
invenio_base.egg-info/PKG-INFO
invenio_base.egg-info/SOURCES.txt
invenio_base.egg-info/dependency_links.txt
invenio_base.egg-info/entry_points.txt
invenio_base.egg-info/not-zip-safe
invenio_base.egg-info/requires.txt
invenio_base.egg-info/top_level.txt
tests/conftest.py
tests/test_app.py
tests/test_cmd.py
tests/test_signals.py
tests/test_utils.py
tests/test_wsgi.py