.flake8
.gitignore
.pylintrc
CONTRIBUTING.md
LICENSE
README.md
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/build_config.py
cliconfig/cli_parser.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
docs/Makefile
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/manipulate.md
docs/quickstart.md
docs/requirements.txt
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
scripts/pre-commit-checks.sh
tests/__init__.py
tests/conftest.py
tests/test_build_config.py
tests/test_cli_parser.py
tests/test_dict_routines.py
tests/test_process_routines.py
tests/test_tag_routines.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/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/processing/test_builtin.py
tests/processing/test_create.py
tests/processing/test_type_parser.py