pytomlpp
pytomlpp copied to clipboard
Is it possible to add options for determining sorting?
Using pytomlpp to read toml files into python will reformat the toml, which is not very friendly to some key-value pairs that need to be in order.
key-value pairs that need to be in order
TOML key-value pairs are not required to be ordered in any specific way.