Module Reference ================ The public API of ``ini2toml`` is mainly composed by ``ini2toml.api``. Users may also find useful to import ``ini2toml.errors`` and ``ini2toml.types`` when handling exceptions or specifying type hints. Plugin developers might try to use ``ini2toml.transformations``, but they should take the stability of that module with a grain of salt... .. toctree:: :glob: :maxdepth: 2 ini2toml.api ini2toml.errors ini2toml.types .. toctree:: :maxdepth: 1 ini2toml.transformations .. toctree:: :caption: Plugins :glob: :maxdepth: 1 plugins/*