storyboard
storyboard copied to clipboard
metadata: print atomic fields on demand, or allow custom format strings
Think of identify
. That way, the current format_metadata
implementation can be replaced by a default format string.
This feature would require a format specification mini language, since requested fields might not be available at times. I've never written a lexer in Python, but we'll see.