.coveragerc
.flake8
CHANGES.rst
CONTRIBUTING.rst
CONTRIBUTORS.txt
LICENSE.txt
MANIFEST.in
README.rst
pyproject.toml
pytest.ini
setup.cfg
setup.py
tox.ini
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/documentation.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/ci-tests.yml
src/plaster_pastedeploy/__init__.py
src/plaster_pastedeploy.egg-info/PKG-INFO
src/plaster_pastedeploy.egg-info/SOURCES.txt
src/plaster_pastedeploy.egg-info/dependency_links.txt
src/plaster_pastedeploy.egg-info/entry_points.txt
src/plaster_pastedeploy.egg-info/not-zip-safe
src/plaster_pastedeploy.egg-info/requires.txt
src/plaster_pastedeploy.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/test_configdict.py
tests/test_get_settings.py
tests/test_get_wsgi_app.py
tests/test_get_wsgi_app_settings.py
tests/test_get_wsgi_filter.py
tests/test_get_wsgi_server.py
tests/test_loader.py
tests/test_setup_logging.py
tests/fake_packages/FakeApp/setup.py
tests/fake_packages/FakeApp/FakeApp.egg-info/PKG-INFO
tests/fake_packages/FakeApp/FakeApp.egg-info/SOURCES.txt
tests/fake_packages/FakeApp/FakeApp.egg-info/dependency_links.txt
tests/fake_packages/FakeApp/FakeApp.egg-info/entry_points.txt
tests/fake_packages/FakeApp/FakeApp.egg-info/top_level.txt
tests/fake_packages/FakeApp/fakeapp/__init__.py
tests/fake_packages/FakeApp/fakeapp/apps.py
tests/fake_packages/FakeApp/fakeapp/configapps.py
tests/sample_configs/basic_app.ini
tests/sample_configs/test_config.ini
tests/sample_configs/test_config_included.ini
tests/sample_configs/test_filter.ini
tests/sample_configs/test_filter_with.ini
tests/sample_configs/test_settings.ini