.readthedocs.yml
CHANGES.rst
CONTRIBUTING.md
COPYRIGHT.txt
LICENSE.txt
MANIFEST.in
README.rst
buildout.cfg
setup.cfg
setup.py
tox.ini
docs/Makefile
docs/changelog.rst
docs/conf.py
docs/developing-with-zconfig.rst
docs/documenting-components.rst
docs/index.rst
docs/logging-components.rst
docs/make.bat
docs/py-mod-cmdline.rst
docs/py-mod-datatypes.rst
docs/py-mod-loader.rst
docs/py-mod-subst.rst
docs/py-mod-zconfig.rst
docs/root-and-child-config.conf
docs/schema.dtd
docs/simple-root-config.conf
docs/standard-components.rst
docs/standard-datatypes.rst
docs/tools.rst
docs/using-logging.rst
docs/using-zconfig.rst
docs/writing-components.rst
docs/writing-schema.rst
docs/zconfig.rst
src/ZConfig/__init__.py
src/ZConfig/_compat.py
src/ZConfig/_schema_utils.py
src/ZConfig/cfgparser.py
src/ZConfig/cmdline.py
src/ZConfig/datatypes.py
src/ZConfig/info.py
src/ZConfig/loader.py
src/ZConfig/matcher.py
src/ZConfig/pygments.py
src/ZConfig/schema.py
src/ZConfig/schema2html.py
src/ZConfig/schemaless.py
src/ZConfig/schemaless.txt
src/ZConfig/sphinx.py
src/ZConfig/substitution.py
src/ZConfig/url.py
src/ZConfig/validator.py
src/ZConfig.egg-info/PKG-INFO
src/ZConfig.egg-info/SOURCES.txt
src/ZConfig.egg-info/dependency_links.txt
src/ZConfig.egg-info/entry_points.txt
src/ZConfig.egg-info/not-zip-safe
src/ZConfig.egg-info/requires.txt
src/ZConfig.egg-info/top_level.txt
src/ZConfig/components/__init__.py
src/ZConfig/components/basic/__init__.py
src/ZConfig/components/basic/component.xml
src/ZConfig/components/basic/mapping.py
src/ZConfig/components/basic/mapping.xml
src/ZConfig/components/basic/tests/__init__.py
src/ZConfig/components/basic/tests/test_mapping.py
src/ZConfig/components/logger/__init__.py
src/ZConfig/components/logger/abstract.xml
src/ZConfig/components/logger/base-logger.xml
src/ZConfig/components/logger/component.xml
src/ZConfig/components/logger/datatypes.py
src/ZConfig/components/logger/eventlog.xml
src/ZConfig/components/logger/factory.py
src/ZConfig/components/logger/formatter.py
src/ZConfig/components/logger/handlers.py
src/ZConfig/components/logger/handlers.xml
src/ZConfig/components/logger/logger.py
src/ZConfig/components/logger/logger.xml
src/ZConfig/components/logger/loghandler.py
src/ZConfig/components/logger/tests/__init__.py
src/ZConfig/components/logger/tests/support.py
src/ZConfig/components/logger/tests/test_formatter.py
src/ZConfig/components/logger/tests/test_logger.py
src/ZConfig/tests/__init__.py
src/ZConfig/tests/bad-component.xml
src/ZConfig/tests/bad-component2.xml
src/ZConfig/tests/foosample.zip
src/ZConfig/tests/sphinx_test_schema.xml
src/ZConfig/tests/support.py
src/ZConfig/tests/test_cfgimports.py
src/ZConfig/tests/test_cmdline.py
src/ZConfig/tests/test_config.py
src/ZConfig/tests/test_cookbook.py
src/ZConfig/tests/test_datatypes.py
src/ZConfig/tests/test_info.py
src/ZConfig/tests/test_loader.py
src/ZConfig/tests/test_matcher.py
src/ZConfig/tests/test_pygments.py
src/ZConfig/tests/test_readme.py
src/ZConfig/tests/test_schema.py
src/ZConfig/tests/test_schema2html.py
src/ZConfig/tests/test_schemaless.py
src/ZConfig/tests/test_subst.py
src/ZConfig/tests/test_validator.py
src/ZConfig/tests/input/base-datatype1.xml
src/ZConfig/tests/input/base-datatype2.xml
src/ZConfig/tests/input/base-keytype1.xml
src/ZConfig/tests/input/base-keytype2.xml
src/ZConfig/tests/input/base.xml
src/ZConfig/tests/input/include.conf
src/ZConfig/tests/input/inner.conf
src/ZConfig/tests/input/library.xml
src/ZConfig/tests/input/logger.xml
src/ZConfig/tests/input/non-ascii.txt
src/ZConfig/tests/input/outer.conf
src/ZConfig/tests/input/simple.conf
src/ZConfig/tests/input/simple.xml
src/ZConfig/tests/input/simplesections.conf
src/ZConfig/tests/input/simplesections.xml
src/ZConfig/tests/library/README.txt
src/ZConfig/tests/library/__init__.py
src/ZConfig/tests/library/thing/__init__.py
src/ZConfig/tests/library/thing/component.xml
src/ZConfig/tests/library/thing/extras/extras.xml
src/ZConfig/tests/library/widget/__init__.py
src/ZConfig/tests/library/widget/component.xml
src/ZConfig/tests/library/widget/extra.xml
src/ZConfig/tests/zipsource/README.txt
src/ZConfig/tests/zipsource/foo/__init__.py
src/ZConfig/tests/zipsource/foo/sample/__init__.py
src/ZConfig/tests/zipsource/foo/sample/component.xml
src/ZConfig/tests/zipsource/foo/sample/datatypes.py