With #1076 in its current form ATM we have following uses for get_metadata
$> git grep '[^.]get_metadata(' | grep -v 'def '
dandi/cli/cmd_ls.py: rec = get_metadata(path)
dandi/metadata.py: metadata = get_metadata(nwb_path) # within nwb2asset
dandi/organize.py: meta = get_metadata(path)
which I would like to discuss on either / how should be addressed. So pretty much we have three uses left and an aspect is either they should operate on files bound to some dandiset or should be usable outside of any dandiset.
.... TODO: more to come
With #1076 in its current form ATM we have following uses for get_metadata
which I would like to discuss on either / how should be addressed. So pretty much we have three uses left and an aspect is either they should operate on files bound to some dandiset or should be usable outside of any dandiset.
.... TODO: more to come