traitlets
traitlets copied to clipboard
Add toml support
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.
Seems like a fine idea to me. If someone's interested in implementing it I'm happy to help advise.