> For the complete documentation index, see [llms.txt](https://docs.macilib.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.macilib.org/docs/toml.md).

# toml

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

[functions](/docs/toml/functions.md)

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/>
