pseeth / argbind

Simple package for binding functions to CLI or config files.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How does this library compare to typer (https://typer.tiangolo.com/)?

ezhang7423 opened this issue · comments

commented

Hey, thanks for dropping by. I think it's mostly quite similar, but as far as I can see, one of the big differences is that ArgBind has tooling around YAML. The command line can be used to override arguments provided from a YAML file. This is pretty common for ML applications, which is what I wrote ArgBind around.