bapsf_motion.utils.toml
Module for TOML file functionality.
TOMl functionality exists in different 3rd party packages and builtin
packages across Python versions. This module is intended to import
the appropriate packages based on the Python environment version and
name wrangle the functionality to provide a consistent interface for
bapsf_motion.
Exceptions
An error raised if a document is not valid TOML. |

Functions
|
Iterate through a configuration dictionary and convert all keys to strings. |
|
|
|
|
|
Parse TOML from a binary file object. |
|
Parse TOML from a string. |