cifkit.utils.string_parser module
- cifkit.utils.string_parser.clean_parsed_structure(structure_type: str) str[source]
- Split the parsed structure text and remove “~”. 
- cifkit.utils.string_parser.get_atom_type_from_label(site_label: str) str[source]
- Return the element from the given label. 
- cifkit.utils.string_parser.get_string_to_formatted_float(str_value: str) float[source]
- Remove parentheses from a value string and convert to float.