.coveragerc
.flake8
MANIFEST.in
README.rst
contributing.md
license.txt
pyproject.toml
pytest.ini
rtd.txt
setup.cfg
setup.py
tox.ini
.github/dependabot.yml
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/documentation.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/ci-tests.yml
docs/.gitignore
docs/Makefile
docs/conf.py
docs/index.rst
docs/news.rst
docs/modules/config.rst
docs/modules/converters.rst
docs/modules/loadwsgi.rst
src/PasteDeploy.egg-info/PKG-INFO
src/PasteDeploy.egg-info/SOURCES.txt
src/PasteDeploy.egg-info/dependency_links.txt
src/PasteDeploy.egg-info/entry_points.txt
src/PasteDeploy.egg-info/namespace_packages.txt
src/PasteDeploy.egg-info/not-zip-safe
src/PasteDeploy.egg-info/requires.txt
src/PasteDeploy.egg-info/top_level.txt
src/paste/__init__.py
src/paste/deploy/__init__.py
src/paste/deploy/config.py
src/paste/deploy/converters.py
src/paste/deploy/loadwsgi.py
src/paste/deploy/paster_templates.py
src/paste/deploy/util.py
src/paste/deploy/paster_templates/paste_deploy/+package+/sampleapp.py_tmpl
src/paste/deploy/paster_templates/paste_deploy/+package+/wsgiapp.py_tmpl
src/paste/deploy/paster_templates/paste_deploy/docs/devel_config.ini_tmpl
tests/__init__.py
tests/test_basic_app.py
tests/test_config.py
tests/test_config_middleware.py
tests/test_converters.py
tests/test_filter.py
tests/test_load_package.py
tests/fake_packages/FakeApp.egg/setup.py
tests/fake_packages/FakeApp.egg/FakeApp.egg-info/PKG-INFO
tests/fake_packages/FakeApp.egg/FakeApp.egg-info/entry_points.txt
tests/fake_packages/FakeApp.egg/FakeApp.egg-info/top_level.txt
tests/fake_packages/FakeApp.egg/fakeapp/__init__.py
tests/fake_packages/FakeApp.egg/fakeapp/apps.py
tests/fake_packages/FakeApp.egg/fakeapp/configapps.py
tests/sample_configs/basic_app.ini
tests/sample_configs/executable.ini
tests/sample_configs/test_config.ini
tests/sample_configs/test_config_included.ini
tests/sample_configs/test_error.ini
tests/sample_configs/test_filter.ini
tests/sample_configs/test_filter_with.ini
tests/sample_configs/test_func.ini