dispel.io package# IO functionality. dispel.io.read(source, registry=None)[source]# Read a source into a Reading data model. TODO: write documentation Parameters: source (Any) – registry (Dict[Tuple[Callable[[Any], bool], Type[Reading]], Dict] | None) – Return type: Reading Submodules# dispel.io.core module convert_data_frame_type() convert_literal_type() get_data_type_mapping() dispel.io.export module export_measures() process_and_export() dispel.io.flags module format_all_flags() format_flag() merge_flags() dispel.io.raw module convert_types() extract_raw_data_set() generate_raw_data_set() generate_raw_data_set_definition() generate_raw_data_value_definition() get_unit_from_datatype() raw_data_set_definition_to_columns() raw_data_set_definition_to_index() dispel.io.utils module flatten() load_json() readable_data_frame() readable_dict() readable_file() readable_json()