aboutsummaryrefslogtreecommitdiffstats
path: root/bsie/tools/builder.py
AgeCommit message (Collapse)Author
2022-12-24package restructuring: baseMatthias Baumgartner
* Reader and Extractor to respective reader/extractor modules * ReaderBuilder to reader module * ExtractorBuilder to extractor module * Loading module in utils (safe_load, unpack_name) * Pipeline and PipelineBuilder to lib module * errors to utils * documentation: "standard import" and "external import"
2022-12-15minor test improvements and information hiding in builderMatthias Baumgartner
2022-12-15Pipeline.prefix as Namespace instead of URIMatthias Baumgartner
2022-12-15import fixesMatthias Baumgartner
2022-11-25builders and pipelineMatthias Baumgartner