Python Lesen Sie die Toml -Datei

import toml
parsed_toml = toml.loads(toml_string)
Shanti