-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a way to list all installed metalad extractors, filter, processors, pipelines, etc. #340
Comments
I will work on this one and then use it within datalad-extensions. I envision a list of records containing following fields
|
yarikoptic
added a commit
to yarikoptic/datalad
that referenced
this issue
Feb 28, 2023
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
2 tasks
yarikoptic
added a commit
to yarikoptic/datalad
that referenced
this issue
Mar 13, 2023
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
yarikoptic
added a commit
to yarikoptic/datalad
that referenced
this issue
Mar 22, 2023
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently a user has to look into setup.py or similar places to determine which extractors, filters, pipelines etc. are available.
We should support a switch like
--list
to commands likemeta-extract
,meta-filter
, etc. that allow a user to list all installed components.The text was updated successfully, but these errors were encountered: