.coveragerc
.flake8
.gitignore
.markdownlint.json
.pylintrc
CONTRIBUTING.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/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/_type_parser.py
cliconfig/processing/base.py
cliconfig/processing/builtin.py
cliconfig/processing/create.py
cliconfig/yaml_tags/_yaml_tags.py
docs/Makefile
docs/README_pypi.rst
docs/cliconfig.processing_api.rst
docs/cliconfig_api.rst
docs/conf.py
docs/contribute.md
docs/edge_cases.md
docs/index.rst
docs/installation.md
docs/license.md
docs/make.bat
docs/processing.md
docs/quickstart.md
docs/requirements.txt
docs/_static/logo.png
docs/_static/logo_extend.png
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
licenses_tier/FLATTEN_DICT_LICENSE
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/delete/config1.yaml
tests/configs/delete/config2.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_inte_multiple_tags.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_ex_docs.py
tests/unit/test_process_routines.py
tests/unit/test_tag_routines.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