.coveragerc .gitignore .travis.yml CHANGES.rst CONTRIBUTING.rst CONTRIBUTORS.txt LICENSE.txt MANIFEST.in README.rst appveyor.yml rtd.txt setup.cfg setup.py tox.ini docs/Makefile docs/api.rst docs/changes.rst docs/conf.py docs/contributing.rst docs/glossary.rst docs/index.rst docs/make.bat docs/_static/.keep src/plaster/__init__.py src/plaster/compat.py src/plaster/exceptions.py src/plaster/interfaces.py src/plaster/loaders.py src/plaster/protocols.py src/plaster/uri.py src/plaster.egg-info/PKG-INFO src/plaster.egg-info/SOURCES.txt src/plaster.egg-info/dependency_links.txt src/plaster.egg-info/not-zip-safe src/plaster.egg-info/requires.txt src/plaster.egg-info/top_level.txt tests/__init__.py tests/conftest.py tests/test_exceptions.py tests/test_loaders.py tests/test_protocols.py tests/test_uri.py tests/example_configs/test_default.ini tests/fake_packages/app1/setup.py tests/fake_packages/app1/app1/__init__.py tests/fake_packages/app1/app1/loaders.py tests/fake_packages/app1/app1.egg-info/PKG-INFO tests/fake_packages/app1/app1.egg-info/SOURCES.txt tests/fake_packages/app1/app1.egg-info/dependency_links.txt tests/fake_packages/app1/app1.egg-info/entry_points.txt tests/fake_packages/app1/app1.egg-info/top_level.txt tests/fake_packages/app2/setup.py tests/fake_packages/app2/app2/__init__.py tests/fake_packages/app2/app2/loaders.py tests/fake_packages/app2/app2.egg-info/PKG-INFO tests/fake_packages/app2/app2.egg-info/SOURCES.txt tests/fake_packages/app2/app2.egg-info/dependency_links.txt tests/fake_packages/app2/app2.egg-info/entry_points.txt tests/fake_packages/app2/app2.egg-info/top_level.txt