python-fire
python-fire copied to clipboard
Access dict keys and values
My script returns a dictionary from command script.py command. That works well. But when I try to list just keys (script.py command keys) or values (script.py command values), I get error Cannot find target in dict instead of the expected list of keys or values. Please extend dict handling with support for .keys() and .values() methods.
Hi! I'd like to try this. How exactly do I get started? @dbieber
@dbieber I am trying this one out.
@dbieber is this still relevant, can I work on this? If yes please assign this to me.
@nagavenkateshgavini The problem still exists, although I have found workarounds for my use cases.