README.md
setup.py
simple_parsing/__init__.py
simple_parsing/conflicts.py
simple_parsing/docstring.py
simple_parsing/help_formatter.py
simple_parsing/logging_utils.py
simple_parsing/parsing.py
simple_parsing/utils.py
simple_parsing.egg-info/PKG-INFO
simple_parsing.egg-info/SOURCES.txt
simple_parsing.egg-info/dependency_links.txt
simple_parsing.egg-info/requires.txt
simple_parsing.egg-info/top_level.txt
simple_parsing/helpers/__init__.py
simple_parsing/helpers/fields.py
simple_parsing/helpers/flatten.py
simple_parsing/helpers/serialization/__init__.py
simple_parsing/helpers/serialization/decoding.py
simple_parsing/helpers/serialization/encoding.py
simple_parsing/helpers/serialization/serializable.py
simple_parsing/helpers/serialization/yaml_serialization.py
simple_parsing/wrappers/__init__.py
simple_parsing/wrappers/dataclass_wrapper.py
simple_parsing/wrappers/field_metavar.py
simple_parsing/wrappers/field_parsing.py
simple_parsing/wrappers/field_wrapper.py
simple_parsing/wrappers/wrapper.py
test/test_aliases.py
test/test_base.py
test/test_bools.py
test/test_choice.py
test/test_conflicts.py
test/test_custom_args.py
test/test_decoding.py
test/test_docstrings.py
test/test_flags.py
test/test_forward_ref.py
test/test_inheritance.py
test/test_lists.py
test/test_multiple.py
test/test_optional.py
test/test_subparsers.py
test/test_tuples.py
test/test_union.py
test/test_utils.py
test/testutils.py