# toml

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

[functions](https://docs.macilib.org/docs/toml/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/>
