python-dependency-injector
python-dependency-injector copied to clipboard
automatically generate command line interfaces from Configurations
trafficstars
Is there a tool that automativally generates (mainly command line) intefaces from Configurations. I am imaginaning something in the spirit of python-fire, that uses Configurations instead of (or in addition to) the signature of the main function.
If not is anybody working on something like this?