LICENSE
README.md
pyproject.toml
src/tyro/__init__.py
src/tyro/_argparse.py
src/tyro/_argparse_formatter.py
src/tyro/_arguments.py
src/tyro/_calling.py
src/tyro/_cli.py
src/tyro/_deprecated.py
src/tyro/_docstrings.py
src/tyro/_fields.py
src/tyro/_instantiators.py
src/tyro/_parsers.py
src/tyro/_resolver.py
src/tyro/_singleton.py
src/tyro/_strings.py
src/tyro/_subcommand_matching.py
src/tyro/_typing.py
src/tyro/_unsafe_cache.py
src/tyro/py.typed
src/tyro.egg-info/PKG-INFO
src/tyro.egg-info/SOURCES.txt
src/tyro.egg-info/dependency_links.txt
src/tyro.egg-info/requires.txt
src/tyro.egg-info/top_level.txt
src/tyro/conf/__init__.py
src/tyro/conf/_confstruct.py
src/tyro/conf/_markers.py
src/tyro/extras/__init__.py
src/tyro/extras/_base_configs.py
src/tyro/extras/_choices_type.py
src/tyro/extras/_serialization.py
src/tyro/extras/_subcommand_cli_from_dict.py
tests/test_attrs.py
tests/test_base_configs_nested.py
tests/test_boolean_optional.py
tests/test_collections.py
tests/test_completion.py
tests/test_conf.py
tests/test_dcargs.py
tests/test_dict_namedtuple.py
tests/test_dynamic_dataclasses.py
tests/test_errors.py
tests/test_flax_min_py38.py
tests/test_forward_ref.py
tests/test_functools.py
tests/test_generics_and_serialization.py
tests/test_helptext.py
tests/test_initvar_min_py38.py
tests/test_is_nested_type.py
tests/test_missing.py
tests/test_missing_optional_packages.py
tests/test_mixed_unions.py
tests/test_nested.py
tests/test_nested_in_containers.py
tests/test_new_style_annotations_generics.py
tests/test_new_style_annotations_min_py310.py
tests/test_new_style_annotations_min_py312.py
tests/test_new_style_annotations_min_py39.py
tests/test_new_style_annotations_unions.py
tests/test_partial.py
tests/test_positional_min_py38.py
tests/test_pydantic.py
tests/test_pydantic_with_newtype.py
tests/test_self_type.py
tests/test_strings.py
tests/test_tuple_with_subcommands.py
tests/test_typeddict_readonly_min_py38.py
tests/test_union_from_mapping.py
tests/test_unsafe_cache.py
tests/test_unsupported_but_should_work.py