psychoinformatics-de / datalad-tabby

DataLad extension package for the "tabby" dataset metadata specification
Other
1 stars 5 forks source link

RF `io` functions into a loader class #98

Closed mih closed 1 year ago

mih commented 1 year ago

From my POV the implementation is largely done and no significant additions are to be expected. The individual functions the make up this implementation could now be consolidated into a "loader" class. This has the potential to reduce the code significantly.

The load_tabby() function (the only exposed part of the API) should be kept, and the loader class only used internally.