.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
HISTORY.md
LICENSE
Makefile
README.md
config.yaml
mkdocs.yml
pyproject.toml
template.yml.url
uv.lock
.github/FUNDING.yml
.github/PULL_REQUEST_TEMPLATE.md
.github/dependabot.yml
.github/init.sh
.github/release_message.sh
.github/update_funding.py
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/actions/setup-environment/action.yml
.github/workflows/main.yml
.github/workflows/release.yml
.github/workflows/update_readme.yml
.idea/runConfigurations/config_generate.xml
docs/.nav.yml
docs/index.md
docs/_static/img/favicon.png
docs/_static/img/logo.png
docs/css/custom.css
docs/develop/contributing.md
docs/develop/make_windows.md
docs/develop/naming_convention.md
docs/funding/funding.md
docs/getting-started/install.md
docs/getting-started/virtual-environment.md
docs/usage/cli.md
docs/usage/config.md
scripts/show_filelist.ps1
scripts/show_tree.ps1
scripts/show_tree.py
scripts/update_readme.py
src/__init__.py
src/config_cli_gui/__init__.py
src/config_cli_gui/_version.py
src/config_cli_gui/cli.py
src/config_cli_gui/config.py
src/config_cli_gui/docs.py
src/config_cli_gui/gui.py
src/config_cli_gui.egg-info/PKG-INFO
src/config_cli_gui.egg-info/SOURCES.txt
src/config_cli_gui.egg-info/dependency_links.txt
src/config_cli_gui.egg-info/entry_points.txt
src/config_cli_gui.egg-info/requires.txt
src/config_cli_gui.egg-info/top_level.txt
tests/__init__.py
tests/test_config_manager.py
tests/test_docs.py
tests/test_generic_cli.py
tests/example_project/__init__.py
tests/example_project/__main__.py
tests/example_project/cli/__init__.py
tests/example_project/cli/__main__.py
tests/example_project/cli/cli_example.py
tests/example_project/config/__init__.py
tests/example_project/config/config_example.py
tests/example_project/core/__init__.py
tests/example_project/core/base.py
tests/example_project/core/logging.py
tests/example_project/gui/__init__.py
tests/example_project/gui/__main__.py
tests/example_project/gui/config.yaml
tests/example_project/gui/gui_example.py