.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/routines.py
cliconfig/save_load.py
cliconfig/show.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
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/integration-tests.sh
scripts/pre-commit-checks.sh
tests/test_build_config.py
tests/test_cli_parser.py
tests/test_routines.py
tests/test_save_load.py
tests/test_show.py
tests/configs/config1.yaml
tests/configs/config2.yaml
tests/configs/default1.yaml
tests/configs/default2.yaml
tests/integration/integration_show.py