toml_formatter module
Define several helper functions for proper TOML formatting.
- format_for_toml(key, value, preferred_type)[source]
Format the key-value pair so that it matches
tomlstandard.
- _format_list(value, preferred_type)[source]
Format a list of values, including handling lists of dicts.
- _format_value(key, value, preferred_type)[source]
Format the value so that it matches
tomlstandard.