.cirrus.yml
.coveragerc
.gitignore
.isort.cfg
.pre-commit-config.yaml
.readthedocs.yml
AUTHORS.rst
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE.txt
README.rst
pyproject.toml
setup.cfg
setup.py
tox.ini
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/publish-package.yml
docs/Makefile
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/contributing.rst
docs/index.rst
docs/license.rst
docs/requirements.txt
docs/usage.rst
docs/_static/.gitignore
docs/gfx/README.md
docs/gfx/banner-1280x645.png
docs/gfx/banner-640x323.png
docs/gfx/configupdater.svg
docs/gfx/configupdater_plain.svg
docs/gfx/favicon.ico
docs/gfx/icon-92x128.png
docs/gfx/icon.svg
docs/gfx/sidebar-254x128.png
src/ConfigUpdater.egg-info/PKG-INFO
src/ConfigUpdater.egg-info/SOURCES.txt
src/ConfigUpdater.egg-info/dependency_links.txt
src/ConfigUpdater.egg-info/not-zip-safe
src/ConfigUpdater.egg-info/requires.txt
src/ConfigUpdater.egg-info/top_level.txt
src/configupdater/__init__.py
src/configupdater/block.py
src/configupdater/builder.py
src/configupdater/configupdater.py
src/configupdater/container.py
src/configupdater/document.py
src/configupdater/option.py
src/configupdater/parser.py
src/configupdater/py.typed
src/configupdater/section.py
tests/conftest.py
tests/test_configupdater.py
tests/test_option.py
tests/test_optionxform.py
tests/test_parser.py
tests/test_section.py
tests/test_setup.cfg
tools/__init__.py
tools/stdlib_diff.py