Skip to content

Commit

Permalink
WTF: Return back metadata_extractors and metadata_indexers
Browse files Browse the repository at this point in the history
It was originally removed in 616fb1b as a part of
"remove all metadata stuff" step but really this does not need any metadata
module (so no dependencies) and IMHO well worth being in the WTF. Demand for such
information is stated in datalad/datalad-metalad#340
  • Loading branch information
yarikoptic committed Mar 13, 2023
1 parent 03f1433 commit cae3a87
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions datalad/local/wtf.py
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,8 @@ def describe_keyring_backend(be):
'configuration': None,
'location': None,
'extensions': _describe_extensions,
'metadata_extractors': lambda: _describe_metadata_elements('datalad.metadata.extractors'),
'metadata_indexers': lambda: _describe_metadata_elements('datalad.metadata.indexers'),
'dependencies': _describe_dependencies,
'dataset': None,
'credentials': _describe_credentials,
Expand Down

0 comments on commit cae3a87

Please sign in to comment.