pydoit / doit

CLI task management & automation tool
http://pydoit.org
MIT License
1.84k stars 175 forks source link

support tomli and make it the default TOML provider #423

Closed mgorny closed 2 years ago

mgorny commented 2 years ago

Add support for the modern tomli module and specify it in dependency files instead of the obsolete toml library. tomli is the common choice among new Python projects and unlike toml, it implements TOML 1.0.

schettino72 commented 2 years ago

@mgorny cool. thanks. Feel free to yourself into AUTHORS file

mgorny commented 2 years ago

Sure, done.

schettino72 commented 2 years ago

rebased and merged. thanks. I removed the support for the non-maintained module toml. 3 libs is enough!