Skip to content

[feature] replace toml with tomli or standard Python tomllib #292

@drobnyjt

Description

@drobnyjt

Is your feature request related to a problem? Please describe.
toml on PyPi has essentially been deprecated; it does not conform perfectly to the newest toml spec and has not been updated in years.

Proposed solution
As of 2022, the tomli library has, apparently, become the de-factor toml parser for python. It is used as the backend for the standard library implementation.

Related to Issues #287 #279 #277

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions