.gitignore
LICENSE
README.md
README.zh.md
example.json
example.yaml
mkdocs.yml
pyproject.toml
requirements-doc.txt
requirements.txt
setup.py
.github/merge_rules.yaml
.github/workflows/docs.yaml
.github/workflows/push.yaml
LICENSES/LICENSE.Apache2
LICENSES/LICENSE.BSD2
LICENSES/LICENSE.BSD3
LICENSES/LICENSE.BSD4
LICENSES/LICENSE.GPL2
LICENSES/LICENSE.GPL3
LICENSES/LICENSE.MIT
LICENSES/LICENSE.Unlicense
chanfig/__init__.py
chanfig/_version.py
chanfig/config.py
chanfig/default_dict.py
chanfig/flat_dict.py
chanfig/nested_dict.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/CNAME
docs/config.md
docs/default_dict.md
docs/flat_dict.md
docs/index.md
docs/index.zh.md
docs/manifest.webmanifest
docs/nested_dict.md
docs/parser.md
docs/registry.md
docs/utils.md
docs/variable.md
docs/blog/index.md
overrides/main.html
overrides/assets/css/extra.css
overrides/assets/css/fonts.css
overrides/assets/fonts/CascadiaCodePL.woff2
overrides/assets/fonts/HYQiHei.ttf
overrides/assets/fonts/HelveticaNowDisplay.otf
overrides/assets/fonts/HelveticaWorld.ttf
overrides/assets/images/favicon.ico
overrides/assets/images/logo.png
overrides/javascripts/mathjax.js
overrides/javascripts/shortcuts.js
tests/test_config.json
tests/test_config.py
tests/test_flat_dict.py
tests/test_nested_dict.py