abravalheri / ini2toml

Automatically conversion of `.ini/.cfg` files to TOML equivalents
https://ini2toml.readthedocs.io/en/latest
Mozilla Public License 2.0
57 stars 9 forks source link

Improve determinism of flavours for API. #95

Closed abravalheri closed 6 months ago

abravalheri commented 6 months ago

Introduce LiteTranslator and FullTranslator as convenience classes for more deterministic behaviour.

Closes #96.