blob: 82ab5799d82e3c1dafc93f179ab5ba958584e33f [file] [log] [blame] [edit]
API Reference
=============
Public API
----------
Functions you need to create TOML elements to construct
a TOML document.
.. automodule:: tomlkit
:members:
:undoc-members:
:show-inheritance:
TOML Document
-------------
.. module:: tomlkit.toml_document
.. autoclass:: TOMLDocument
:show-inheritance:
:inherited-members:
TOML File
---------
.. module:: tomlkit.toml_file
.. autoclass:: TOMLFile
:show-inheritance:
:members:
TOML Items
----------
.. automodule:: tomlkit.items
:show-inheritance:
:members:
:exclude-members: item, AbstractTable
TOML Exceptions
---------------
.. automodule:: tomlkit.exceptions
:members:
:show-inheritance: