TinyBaker icon indicating copy to clipboard operation
TinyBaker copied to clipboard

Composable, first-order file-to-file transformations in Python

Results 4 TinyBaker issues
Sort by recently updated
recently updated
newest added

This is a really silly issue, but hopefully it isn't super bad. Hints towards the need for a scheduler.

Examples include at least: - Specifying non-sets for tag_sets - Specifying non-strings in a tag_set - Specifying non-string paths for input_paths or output_paths - Specifying non-iterables for `fileset::` prefixed tags.

enhancement
good first issue

Right now, intermediate storage location is determined at configuration time. This should not be the case -- we should figure out where the tags will write at configuration time instead....

Right now, tinybaker has only one annotation, e.g. `fileset::`. We might want to leverage the idea to help with interface stuff. Potential things! `pkl::` `json::` `xml::` `pd::` Enabling things like:...