awesome-dependency-injection-in-python
awesome-dependency-injection-in-python copied to clipboard
Add jsonargparse
Would it make sense to add jsonargparse to the list of DI Frameworks?
The jsonargparse case seems a bit different to the other software in the list, since the injection is done via config files and/or command line arguments.
For more information you can look at the docs, and also how this is used in pytorch lightning, see models-with-multiple-submodules and multiple-optimizers-and-schedulers.