aboutsummaryrefslogtreecommitdiffstats
path: root/bsie/utils/__init__.py
AgeCommit message (Collapse)Author
2023-07-26refactored naming policy into uri matcherMatthias Baumgartner
2023-04-05move file walker into its own moduleMatthias Baumgartner
2023-03-01removed module header stubsMatthias Baumgartner
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-23filematcher: check file properties, formulate them as a stringMatthias Baumgartner
2022-10-31constant, filesize, and filename extractorsMatthias Baumgartner
2022-10-31essential interfaces (reader, extractor, errors)Matthias Baumgartner