toml

thin wrapper functions and information for toml

This section describes the thin wrapper api functions for processing TOML data.

functions

The thin api functions used for the maci library that enable TOML functionality, use and wrap the tomli & tomli-w libraries installed as dependencies from pypi for its underlying functionality.

For more information on tomli, visit: https://pypi.org/project/tomli/ For more information on tomli-w, visit: https://pypi.org/project/tomli-w/

Last updated