issues
search
brentyi
/
tyro
CLI interfaces & config objects, from types
https://brentyi.github.io/tyro
MIT License
723
stars
33
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
feature request: ligther installation
#325
e3rd
opened
9 hours ago
1
`typing-extensions` 4.13.0 minimum requirement is in conflict with ROS workflows
#324
sea-bass
closed
5 days ago
5
Question: How can we serialize parameters that shold be kept for inference?
#323
bilzard
opened
1 week ago
1
Fix metadata regression for Pydantic types
#322
brentyi
closed
2 weeks ago
1
`subcommand_cli_from_dict` doesn't use the `dict`'s key names as the commands for Pydantic `BaseModel` in v0.9.25
#321
scottstanie
closed
2 weeks ago
1
Support type parameters in custom constructors from `tyro.conf.arg` and `tyro.conf.subcommand`
#320
brentyi
closed
2 weeks ago
1
Fix argument length limit from recursive backtracking
#319
brentyi
closed
2 weeks ago
1
Handling arguments which are types
#318
randomze
closed
3 weeks ago
5
annotating away unconstructable types
#317
deeptoaster
closed
2 weeks ago
6
Error with nested optional settings
#316
MalcolmMielle
closed
1 month ago
4
Fix `collections.abc.Callable` parsing
#315
brentyi
closed
1 month ago
1
Failed parsing of `ClassVar[Callable[...]]` within dataclass
#314
emaheuxPEREN
closed
1 month ago
2
Fix global config edge case for unions of dataclasses
#313
brentyi
closed
1 month ago
2
Docstrings from `pydantic.dataclasses` are not retrieved by Tyro
#312
emaheuxPEREN
opened
1 month ago
4
Tyro global config can not be used with union of dataclasses (subcommands)
#311
emaheuxPEREN
closed
1 month ago
1
Fix recursive type detection edge case for type aliases
#310
brentyi
closed
1 month ago
1
Fix helptext edge case for unions of tuples of Literals
#309
brentyi
closed
1 month ago
1
`choices_factory` for PrimitiveConstructorSpec
#308
mirceamironenco
opened
1 month ago
9
Support variable-length inner types in `list[T]`, `tuple[T, ...]`, `dict[K, V]`, etc
#307
brentyi
closed
1 month ago
4
docs: add arguably and cyclopts to comparison matrix and alternatives
#306
brentyi
closed
1 month ago
1
Add Claude Code GitHub Workflow
#305
brentyi
closed
1 month ago
1
Fix ConsolidateSubcommandArgs with nested dataclasses, allow length-0 input to `config=`
#304
brentyi
closed
1 month ago
1
Potential 'Field value is missing' bug for ConsolidateSubcommandArgs
#303
mirceamironenco
closed
1 month ago
5
[Documentation] Comparison with `arguably` and `cyclopts`.
#302
emcd
closed
1 month ago
2
Support for protocols / runtime_checkable breaks
#301
vwxyzjn
opened
1 month ago
1
Fix handling of ellipsis in Callable type annotations
#300
brentyi
closed
1 month ago
1
Possible Generic + Callable[..., T] bug
#299
mirceamironenco
closed
1 month ago
1
Input optional subcommands without order
#298
vwxyzjn
opened
1 month ago
2
`docstring_parser` emitting deprecation warnings
#297
scottstanie
opened
2 months ago
1
Dynamic Subcommands
#296
apoorvkh
closed
2 months ago
4
Add support for collections.namedtuple
#295
brentyi
closed
2 months ago
1
Creating subcommands whose parents can be invoked?
#294
awild82
closed
2 months ago
2
Integration for `msgspec`
#293
apoorvkh
closed
2 months ago
3
Official support for `msgspec.Struct`
#292
apoorvkh
closed
2 months ago
4
Add default parameter to tyro.conf.arg()
#291
brentyi
closed
3 months ago
1
Add registry parameter to tyro.extras helpers
#290
brentyi
closed
3 months ago
1
Add tests for registry parameter in tyro.cli()
#289
brentyi
closed
3 months ago
1
Add registry parameter to tyro.cli()
#288
brentyi
closed
3 months ago
1
Ability to make nested subcommands from functions?
#287
scottstanie
closed
3 months ago
2
Development: Push neural net packages and NumPy into a separate optional dependency group to reduce wait on cold setup.
#286
emcd
closed
3 months ago
0
Treat unannotated arguments as `Any`
#285
brentyi
closed
3 months ago
1
Clean up unnecessary type swapping/narrowing logic
#284
brentyi
closed
3 months ago
1
Update README.md
#283
alok
closed
3 months ago
1
Support regular Python classes as subcommands
#282
jotaf98
closed
3 months ago
4
tyro taking a long time to show --help message
#281
lhayne
closed
3 months ago
2
Drop Python 3.7 support
#280
brentyi
closed
3 months ago
1
Support PEP 727 Doc objects
#279
emcd
closed
3 months ago
10
[Development] Exclude `torch` and its dependencies into a separate group of optional dependencies.
#278
emcd
closed
3 months ago
2
Arbitrary dict with some defaults
#277
StoneT2000
closed
3 months ago
2
Bump typing_extensions requirement to >=4.13.0
#276
brentyi
closed
3 months ago
1
Next