python2-toml Python2 - TOML - parses and emits TOML 2.8.0 2018-12-07 eisfair-noarch the eisfair team, team(at)eisfair(dot)org stable
python2
base 2.8.9 python2-base 2.8.2 Internal Program Version: TOML 0.9.4 Python toml allows to parse and create toml configuration files. See below the toml specification link. Usage toml.loads --- takes a string to be parsed as toml and returns the corresponding dictionary toml.dumps --- takes a dictionary and returns a string which is the contents of the corresponding toml file. There are other functions which can be used to dump and load various fragments of toml but dumps and loads will cover most usage. https://github.com/uiri/toml