.gitignore
.travis.yml
CHANGES.rst
COPYRIGHT.txt
LICENSE.txt
MANIFEST.in
README.rst
bootstrap.py
buildout.cfg
setup.cfg
setup.py
tox.ini
docs/Makefile
docs/api.rst
docs/conf.py
docs/hacking.rst
docs/index.rst
docs/make.bat
docs/narr.rst
docs/_build/doctest/output.txt
docs/_build/doctrees/api.doctree
docs/_build/doctrees/environment.pickle
docs/_build/doctrees/hacking.doctree
docs/_build/doctrees/index.doctree
docs/_build/doctrees/narr.doctree
docs/_build/doctrees/api/config.doctree
docs/_build/doctrees/api/docutils.doctree
docs/_build/doctrees/api/exceptions.doctree
docs/_build/doctrees/api/fields.doctree
docs/_build/doctrees/api/interfaces.doctree
docs/_build/doctrees/api/name.doctree
docs/_build/doctrees/api/xmlconfig.doctree
docs/_build/doctrees/api/zopeconfigure.doctree
docs/_build/html/.buildinfo
docs/_build/html/api.html
docs/_build/html/genindex.html
docs/_build/html/hacking.html
docs/_build/html/index.html
docs/_build/html/narr.html
docs/_build/html/objects.inv
docs/_build/html/py-modindex.html
docs/_build/html/search.html
docs/_build/html/searchindex.js
docs/_build/html/_modules/index.html
docs/_build/html/_modules/zope/configuration/config.html
docs/_build/html/_modules/zope/configuration/docutils.html
docs/_build/html/_modules/zope/configuration/exceptions.html
docs/_build/html/_modules/zope/configuration/fields.html
docs/_build/html/_modules/zope/configuration/interfaces.html
docs/_build/html/_modules/zope/configuration/name.html
docs/_build/html/_modules/zope/configuration/xmlconfig.html
docs/_build/html/_modules/zope/configuration/zopeconfigure.html
docs/_build/html/_sources/api.txt
docs/_build/html/_sources/hacking.txt
docs/_build/html/_sources/index.txt
docs/_build/html/_sources/narr.txt
docs/_build/html/_sources/api/config.txt
docs/_build/html/_sources/api/docutils.txt
docs/_build/html/_sources/api/exceptions.txt
docs/_build/html/_sources/api/fields.txt
docs/_build/html/_sources/api/interfaces.txt
docs/_build/html/_sources/api/name.txt
docs/_build/html/_sources/api/xmlconfig.txt
docs/_build/html/_sources/api/zopeconfigure.txt
docs/_build/html/_static/ajax-loader.gif
docs/_build/html/_static/basic.css
docs/_build/html/_static/comment-bright.png
docs/_build/html/_static/comment-close.png
docs/_build/html/_static/comment.png
docs/_build/html/_static/default.css
docs/_build/html/_static/doctools.js
docs/_build/html/_static/down-pressed.png
docs/_build/html/_static/down.png
docs/_build/html/_static/file.png
docs/_build/html/_static/jquery.js
docs/_build/html/_static/minus.png
docs/_build/html/_static/plus.png
docs/_build/html/_static/pygments.css
docs/_build/html/_static/searchtools.js
docs/_build/html/_static/sidebar.js
docs/_build/html/_static/underscore.js
docs/_build/html/_static/up-pressed.png
docs/_build/html/_static/up.png
docs/_build/html/_static/websupport.js
docs/_build/html/api/config.html
docs/_build/html/api/docutils.html
docs/_build/html/api/exceptions.html
docs/_build/html/api/fields.html
docs/_build/html/api/interfaces.html
docs/_build/html/api/name.html
docs/_build/html/api/xmlconfig.html
docs/_build/html/api/zopeconfigure.html
docs/api/config.rst
docs/api/docutils.rst
docs/api/exceptions.rst
docs/api/fields.rst
docs/api/interfaces.rst
docs/api/name.rst
docs/api/xmlconfig.rst
docs/api/zopeconfigure.rst
src/coverage.xml
src/zope/__init__.py
src/zope.configuration.egg-info/PKG-INFO
src/zope.configuration.egg-info/SOURCES.txt
src/zope.configuration.egg-info/dependency_links.txt
src/zope.configuration.egg-info/namespace_packages.txt
src/zope.configuration.egg-info/not-zip-safe
src/zope.configuration.egg-info/requires.txt
src/zope.configuration.egg-info/top_level.txt
src/zope/configuration/__init__.py
src/zope/configuration/_compat.py
src/zope/configuration/config.py
src/zope/configuration/docutils.py
src/zope/configuration/exceptions.py
src/zope/configuration/fields.py
src/zope/configuration/interfaces.py
src/zope/configuration/name.py
src/zope/configuration/xmlconfig.py
src/zope/configuration/zopeconfigure.py
src/zope/configuration/tests/__init__.py
src/zope/configuration/tests/bad.py
src/zope/configuration/tests/conditions.py
src/zope/configuration/tests/conditions.zcml
src/zope/configuration/tests/directives.py
src/zope/configuration/tests/nested.py
src/zope/configuration/tests/notyet.py
src/zope/configuration/tests/sample.zcml
src/zope/configuration/tests/schema.zcml
src/zope/configuration/tests/simple.py
src/zope/configuration/tests/simple.zcml
src/zope/configuration/tests/test___init__.py
src/zope/configuration/tests/test_config.py
src/zope/configuration/tests/test_docutils.py
src/zope/configuration/tests/test_fields.py
src/zope/configuration/tests/test_name.py
src/zope/configuration/tests/test_xmlconfig.py
src/zope/configuration/tests/test_zopeconfigure.py
src/zope/configuration/tests/victim.py
src/zope/configuration/tests/excludedemo/__init__.py
src/zope/configuration/tests/excludedemo/configure.zcml
src/zope/configuration/tests/excludedemo/spam.zcml
src/zope/configuration/tests/excludedemo/sub/__init__.py
src/zope/configuration/tests/excludedemo/sub/configure.zcml
src/zope/configuration/tests/samplepackage/NamedForClass.py
src/zope/configuration/tests/samplepackage/__init__.py
src/zope/configuration/tests/samplepackage/bar.zcml
src/zope/configuration/tests/samplepackage/bar1.zcml
src/zope/configuration/tests/samplepackage/bar2.zcml
src/zope/configuration/tests/samplepackage/bar21.zcml
src/zope/configuration/tests/samplepackage/baro.zcml
src/zope/configuration/tests/samplepackage/baro2.zcml
src/zope/configuration/tests/samplepackage/baz1.zcml
src/zope/configuration/tests/samplepackage/baz2.zcml
src/zope/configuration/tests/samplepackage/baz3.zcml
src/zope/configuration/tests/samplepackage/configure.zcml
src/zope/configuration/tests/samplepackage/configure.zcml.in
src/zope/configuration/tests/samplepackage/foo.py
src/zope/configuration/tests/samplepackage/foo.zcml.in