txt_to_dict# eoio.utils.formatters.txt_to_dict(txt_filepath)[source]# Read in text file into a dictionary Parameters: txt_filepath – text file filepath from which to read Returns: Dictionary parsed from the text file.