file_utils ========== .. py:module:: topmost.data.file_utils Module Contents --------------- .. autoapisummary:: topmost.data.file_utils.make_dir topmost.data.file_utils.read_text topmost.data.file_utils.save_text topmost.data.file_utils.read_jsonlist topmost.data.file_utils.save_jsonlist topmost.data.file_utils.split_text_word .. py:function:: make_dir(path) .. py:function:: read_text(path) .. py:function:: save_text(texts, path) .. py:function:: read_jsonlist(path) .. py:function:: save_jsonlist(list_of_json_objects, path, sort_keys=True) .. py:function:: split_text_word(texts)