.coveragerc
.flake8
.gitignore
.markdownlint.json
.pylintrc
CONTRIBUTING.md
DOCUMENTATION.md
LICENSE
README.md
pre-commit-checks.sh
pyproject.toml
requirements-dev.txt
requirements.txt
setup.py
.github/workflows/flake.yaml
.github/workflows/mypy.yaml
.github/workflows/pdoc.yaml
.github/workflows/pipy_deployment.yaml
.github/workflows/pydocstyle.yaml
.github/workflows/pylint.yaml
.github/workflows/ruff.yaml
.github/workflows/tests.yaml
cliconfig/__init__.py
cliconfig/_version.py
cliconfig/base.py
cliconfig/cli_parser.py
cliconfig/config_routines.py
cliconfig/dict_routines.py
cliconfig/process_routines.py
cliconfig/tag_routines.py
cliconfig.egg-info/PKG-INFO
cliconfig.egg-info/SOURCES.txt
cliconfig.egg-info/dependency_links.txt
cliconfig.egg-info/requires.txt
cliconfig.egg-info/top_level.txt
cliconfig/processing/__init__.py
cliconfig/processing/_ast_parser.py
cliconfig/processing/_type_parser.py
cliconfig/processing/allowed_functions.yaml
cliconfig/processing/base.py
cliconfig/processing/builtin.py
cliconfig/processing/create.py
cliconfig/yaml_tags/_yaml_tags.py
docs/requirements.txt
docs/_static/logo.png
docs/_static/logo_black.png
docs/_static/logo_extend.png
docs/_static/logo_extend_black.png
docs/_static/logo_short_black.png
docs/_static/logo_short_white.png
docs/template/README.md
docs/template/build-search-index.js
docs/template/content.css
docs/template/custom.css
docs/template/layout.css
docs/template/livereload.html.jinja2
docs/template/math.html.jinja2
docs/template/module.html.jinja2
docs/template/search.html.jinja2
docs/template/search.js.jinja2
docs/template/theme.css
github_actions_utils/__init__.py
github_actions_utils/color.py
github_actions_utils/pydocstyle_manager.py
github_actions_utils/pylint_manager.py
github_actions_utils/pytest_manager.py
tests/__init__.py
tests/conftest.py
tests/configs/config1.yaml
tests/configs/config2.yaml
tests/configs/configtag1.yaml
tests/configs/configtag2.yaml
tests/configs/default1.yaml
tests/configs/default2.yaml
tests/configs/fallback.yaml
tests/configs/multi_files_with_tags.yaml
tests/configs/wrong.yaml
tests/configs/delete/config1.yaml
tests/configs/delete/config2.yaml
tests/configs/integration/sweep.yaml
tests/configs/integration/test1/main.yaml
tests/configs/integration/test1/sub1.yaml
tests/configs/integration/test1/sub2.yaml
tests/configs/integration/test2/data.yaml
tests/configs/integration/test2/default.yaml
tests/configs/integration/test2/exp1.yaml
tests/configs/integration/test2/exp2.yaml
tests/configs/integration/test2/exp3.yaml
tests/configs/integration/test2/models/resnet100.yaml
tests/configs/integration/test2/models/resnet50.yaml
tests/configs/integration/test2/models/vit_b16.yaml
tests/configs/merge/additional1.yaml
tests/configs/merge/additional2.yaml
tests/configs/merge/additional3.yaml
tests/configs/merge/default1.yaml
tests/configs/merge/default2.yaml
tests/configs/merge/default3.yaml
tests/integration/test_ex_docs.py
tests/integration/test_inte_multiple_tags.py
tests/integration/test_sweep.py
tests/unit/test_base_config.py
tests/unit/test_cli_parser.py
tests/unit/test_config_routines.py
tests/unit/test_dict_routines.py
tests/unit/test_process_routines.py
tests/unit/test_tag_routines.py
tests/unit/processing/test_ast_parser.py
tests/unit/processing/test_base_processing.py
tests/unit/processing/test_builtin.py
tests/unit/processing/test_create.py
tests/unit/processing/test_type_parser.py