.codespell-whitelist.txt
.gitignore
.pre-commit-config.yaml
LICENSE
README.md
README.zh.md
pyproject.toml
requirements.txt
setup.py
tox.ini
.github/merge_rules.yaml
.github/workflows/push.yaml
LICENSES/LICENSE.AGPL
LICENSES/LICENSE.Apache
LICENSES/LICENSE.BSD
LICENSES/LICENSE.GPLv2
LICENSES/LICENSE.GPLv3
LICENSES/LICENSE.MIT
LICENSES/LICENSE.Unlicense
chanfig/__init__.py
chanfig/_version.py
chanfig/config.py
chanfig/default_dict.py
chanfig/flat_dict.py
chanfig/functional.py
chanfig/nested_dict.py
chanfig/parser.py
chanfig/py.typed
chanfig/registry.py
chanfig/utils.py
chanfig/variable.py
chanfig.egg-info/PKG-INFO
chanfig.egg-info/SOURCES.txt
chanfig.egg-info/dependency_links.txt
chanfig.egg-info/requires.txt
chanfig.egg-info/top_level.txt
docs/mkdocs.yml
docs/requirements.txt
docs/docs/CNAME
docs/docs/config.md
docs/docs/default_dict.md
docs/docs/flat_dict.md
docs/docs/functional.md
docs/docs/index.md
docs/docs/index.zh.md
docs/docs/manifest.webmanifest
docs/docs/nested_dict.md
docs/docs/parser.md
docs/docs/registry.md
docs/docs/utils.md
docs/docs/variable.md
docs/docs/blog/index.md
docs/overrides/main.html
docs/overrides/assets/css/extra.css
docs/overrides/assets/css/fonts.css
docs/overrides/assets/fonts/CascadiaCodePL.woff2
docs/overrides/assets/fonts/HYQiHei.ttf
docs/overrides/assets/fonts/HelveticaNowDisplay.otf
docs/overrides/assets/fonts/HelveticaWorld.ttf
docs/overrides/assets/images/favicon.ico
docs/overrides/assets/images/logo.png
docs/overrides/javascripts/mathjax.js
docs/overrides/javascripts/shortcuts.js
examples/demo.py
tests/interpolate.yaml
tests/test.json
tests/test.yaml
tests/test_config.json
tests/test_config.py
tests/test_flat_dict.py
tests/test_misc.py
tests/test_nested_dict.py
tests/test_variable.py