LICENSE
README.md
pyproject.toml
dataclass_args/__init__.py
dataclass_args/annotations.py
dataclass_args/append_action.py
dataclass_args/builder.py
dataclass_args/config_applicator.py
dataclass_args/exceptions.py
dataclass_args/file_loading.py
dataclass_args/formatter.py
dataclass_args/nested_processor.py
dataclass_args/type_inspector.py
dataclass_args/utils.py
dataclass_args.egg-info/PKG-INFO
dataclass_args.egg-info/SOURCES.txt
dataclass_args.egg-info/dependency_links.txt
dataclass_args.egg-info/requires.txt
dataclass_args.egg-info/top_level.txt
tests/test_annotations.py
tests/test_basic.py
tests/test_boolean_base_configs.py
tests/test_boolean_flags.py
tests/test_builder_advanced.py
tests/test_cli_append.py
tests/test_cli_choices.py
tests/test_cli_nested.py
tests/test_cli_short.py
tests/test_collisions.py
tests/test_combine_annotations.py
tests/test_config_applicator.py
tests/test_config_merging_simple.py
tests/test_description.py
tests/test_file_loading.py
tests/test_nested_dict_override.py
tests/test_nested_property_override_bug.py
tests/test_positional.py
tests/test_type_inspector.py
tests/test_utils.py