Name Description Size
__init__.py Python module which parses and emits TOML. Released under the MIT license. 723
decoder.py Base toml Exception / Error. 38942
encoder.py Writes out dict as toml to a file Args: o: Object to dump into toml f: File descriptor where the toml should be stored encoder: The ``TomlEncoder`` to use for constructing the output string Returns: String containing the toml corresponding to dictionary Raises: TypeError: When anything other than file descriptor is passed 9940
ordered.py 354
tz.py 701