.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
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_app/__init__.py
invenio_app/celery.py
invenio_app/cli.py
invenio_app/config.py
invenio_app/ext.py
invenio_app/factory.py
invenio_app/helpers.py
invenio_app/limiter.py
invenio_app/version.py
invenio_app/wsgi.py
invenio_app/wsgi_rest.py
invenio_app/wsgi_ui.py
invenio_app.egg-info/PKG-INFO
invenio_app.egg-info/SOURCES.txt
invenio_app.egg-info/dependency_links.txt
invenio_app.egg-info/entry_points.txt
invenio_app.egg-info/not-zip-safe
invenio_app.egg-info/requires.txt
invenio_app.egg-info/top_level.txt
tests/conftest.py
tests/test_app.py
tests/test_celery.py
tests/test_cli.py
tests/test_factory.py
tests/test_helpers.py
tests/test_limiter.py
tests/test_wsgi.py