Add toml support
Open
- Dominant language
- Python
- Stars
- 653
- Forks
- 217
- Avg merge
- 2d 21h
- Merged PRs (30d)
- 2
Description
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.
Contributor guide
Assessment
This issue has not been assessed yet.