meerqat.data.utils module#

meerqat.data.utils.md5(string: str) str[source]#

Utility function. Uses hashlib to compute the md5 sum of a string. First encodes the string and utf-8. Lastly decodes the hash using hexdigest.

meerqat.data.utils.json_integer_keys(dictionary)[source]#

Convert all keys of the dictionay to an integer (so make sure all of the keys can be casted as integers and remain unique before using this)

meerqat.data.utils.to_latex(metrics)[source]#