LICENSE
README.md
pyproject.toml
docs/update_example_docs.py
docs/source/conf.py
examples/_rename_example.py
examples/01_basics/01_functions.py
examples/01_basics/02_dataclasses.py
examples/01_basics/03_collections.py
examples/01_basics/04_enums.py
examples/01_basics/05_flags.py
examples/01_basics/06_literals.py
examples/01_basics/07_unions.py
examples/02_nesting/01_nesting.py
examples/02_nesting/02_subcommands.py
examples/02_nesting/03_multiple_subcommands.py
examples/02_nesting/04_nesting_in_containers.py
examples/02_nesting/05_subcommands_func.py
examples/03_config_systems/01_base_configs.py
examples/03_config_systems/02_overriding_yaml.py
examples/04_additional/01_positional_args.py
examples/04_additional/02_dictionaries.py
examples/04_additional/03_tuples.py
examples/04_additional/04_classes.py
examples/04_additional/05_generics.py
examples/04_additional/06_conf.py
examples/04_additional/07_flax.py
examples/04_additional/08_pydantic.py
examples/04_additional/09_attrs.py
examples/04_additional/10_custom_constructors.py
tests/test_attrs.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_min_py310.py
tests/test_new_style_annotations_min_py39.py
tests/test_partial.py
tests/test_positional_min_py38.py
tests/test_pydantic.py
tests/test_strings.py
tests/test_union_from_mapping.py
tests/test_unsafe_cache.py
tests/test_unsupported_but_should_work.py
tyro/__init__.py
tyro/_argparse_formatter.py
tyro/_arguments.py
tyro/_calling.py
tyro/_cli.py
tyro/_deprecated.py
tyro/_docstrings.py
tyro/_fields.py
tyro/_instantiators.py
tyro/_parsers.py
tyro/_resolver.py
tyro/_singleton.py
tyro/_strings.py
tyro/_subcommand_matching.py
tyro/_typing.py
tyro/_unsafe_cache.py
tyro/py.typed
tyro.egg-info/PKG-INFO
tyro.egg-info/SOURCES.txt
tyro.egg-info/dependency_links.txt
tyro.egg-info/requires.txt
tyro.egg-info/top_level.txt
tyro/conf/__init__.py
tyro/conf/_confstruct.py
tyro/conf/_markers.py
tyro/extras/__init__.py
tyro/extras/_base_configs.py
tyro/extras/_choices_type.py
tyro/extras/_serialization.py
tyro/extras/_subcommand_cli_from_dict.py