traitlets icon indicating copy to clipboard operation
traitlets copied to clipboard

Add toml support

Open mexanick opened this issue 4 years ago • 1 comments

It would be very nice if the ConfigLoader class would support toml configuration files. Given that toml.load() returns dict object and the implementation for JSON exists, the changes should be rather small.

mexanick avatar Mar 11 '21 16:03 mexanick

Seems like a fine idea to me. If someone's interested in implementing it I'm happy to help advise.

rmorshea avatar Mar 11 '21 21:03 rmorshea