.bumpversion.cfg
.coveragerc
.travis.yml
AUTHORS.rst
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE
MANIFEST.in
README.rst
appveyor.yml
bootstrap.py
setup.cfg
setup.py
tox.ini
conf/.travis.yml
conf/appveyor.yml
conf/tox.ini
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/config.rst
docs/contributing.rst
docs/index.rst
docs/installation.rst
docs/readme.rst
docs/requirements.txt
docs/spelling_wordlist.txt
docs/usage.rst
docs/reference/index.rst
docs/reference/montague_pastedeploy.rst
src/montague_pastedeploy/__init__.py
src/montague_pastedeploy/ini.py
src/montague_pastedeploy.egg-info/PKG-INFO
src/montague_pastedeploy.egg-info/SOURCES.txt
src/montague_pastedeploy.egg-info/dependency_links.txt
src/montague_pastedeploy.egg-info/entry_points.txt
src/montague_pastedeploy.egg-info/not-zip-safe
src/montague_pastedeploy.egg-info/requires.txt
src/montague_pastedeploy.egg-info/top_level.txt
src/montague_pastedeploy/upstream/__init__.py
src/montague_pastedeploy/upstream/config.py
src/montague_pastedeploy/upstream/converters.py
src/montague_pastedeploy/upstream/loadwsgi.py
src/montague_pastedeploy/upstream/util.py
tests/conftest.py
tests/test_ini_handling.py
tests/compat/__init__.py
tests/compat/test_basic_app.py
tests/compat/test_config.py
tests/compat/test_filter.py
tests/compat/test_load_package.py
tests/compat/sample_configs/basic_app.ini
tests/compat/sample_configs/test_config.ini
tests/compat/sample_configs/test_config_included.ini
tests/compat/sample_configs/test_error.ini
tests/compat/sample_configs/test_filter.ini
tests/compat/sample_configs/test_filter_with.ini
tests/compat/sample_configs/test_func.ini
tests/config_files/even_more_nested.ini
tests/config_files/filter_app.ini
tests/config_files/nested.ini
tests/config_files/simple_config.ini
tests/fake_packages/FakeApp.egg/setup.py
tests/fake_packages/FakeApp.egg/FakeApp.egg-info-dir/PKG-INFO
tests/fake_packages/FakeApp.egg/FakeApp.egg-info-dir/entry_points.txt
tests/fake_packages/FakeApp.egg/FakeApp.egg-info-dir/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/config.py
tests/fake_packages/FakeApp.egg/fakeapp/configapps.py
tests/fake_packages/FakeApp.egg/fakeapp/servers.py
tests/upstream/test_basic_app.py
tests/upstream/test_config.py
tests/upstream/test_config_middleware.py
tests/upstream/test_converters.py
tests/upstream/test_filter.py
tests/upstream/test_load_package.py
tests/upstream/sample_configs/basic_app.ini
tests/upstream/sample_configs/executable.ini
tests/upstream/sample_configs/test_config.ini
tests/upstream/sample_configs/test_config_included.ini
tests/upstream/sample_configs/test_error.ini
tests/upstream/sample_configs/test_filter.ini
tests/upstream/sample_configs/test_filter_with.ini
tests/upstream/sample_configs/test_func.ini