fabricatio_tool.fs.readers
Filesystem readers for Fabricatio.
Functions
|
Safely read the text from a file. |
|
Safely read the JSON from a file. |
Module Contents
- fabricatio_tool.fs.readers.safe_text_read(path: pathlib.Path | str) str
Safely read the text from a file.
- fabricatio_tool.fs.readers.safe_json_read(path: pathlib.Path | str) Dict
Safely read the JSON from a file.