LICENSE
MANIFEST.in
README.rst
pyproject.toml
setup.py
requirements/docs.txt
requirements/linting.txt
requirements/optional.txt
requirements/runtime.txt
requirements/tests.txt
scriptconfig/__init__.py
scriptconfig/__main__.py
scriptconfig/_ubelt_repr_extension.py
scriptconfig/argparse_ext.py
scriptconfig/cli.py
scriptconfig/config.py
scriptconfig/dataconfig.py
scriptconfig/diagnostics.py
scriptconfig/dict_like.py
scriptconfig/file_like.py
scriptconfig/modal.py
scriptconfig/py.typed
scriptconfig/smartcast.py
scriptconfig/subconfig.py
scriptconfig/value.py
scriptconfig.egg-info/PKG-INFO
scriptconfig.egg-info/SOURCES.txt
scriptconfig.egg-info/dependency_links.txt
scriptconfig.egg-info/entry_points.txt
scriptconfig.egg-info/requires.txt
scriptconfig.egg-info/top_level.txt
scriptconfig/_cli/__init__.py
scriptconfig/_cli/main.py
scriptconfig/_cli/template.py
scriptconfig/util/__init__.py
scriptconfig/util/util_class.py
scriptconfig/util/util_class.pyi
scriptconfig/util/util_exception.py
tests/test_aliases.py
tests/test_argparse_ext_boolean_flag_or_key_val_action.py
tests/test_argparse_roundtrip.py
tests/test_class_attrs.py
tests/test_cli.py
tests/test_config_normalization.py
tests/test_counter_flags.py
tests/test_data_versus_default.py
tests/test_dataconfig.py
tests/test_dictlike.py
tests/test_file_config_load.py
tests/test_import.py
tests/test_inheritence.py
tests/test_lists.py
tests/test_modal.py
tests/test_newattr.py
tests/test_paths.py
tests/test_pickle_dataconf.py
tests/test_post_init.py
tests/test_smartcast_issues.py
tests/test_special_options.py
tests/test_subconfig_behavior.py
tests/test_urepr_ext.py