configparser_ex icon indicating copy to clipboard operation
configparser_ex copied to clipboard

A simple Elixir parser for the same kind of files that Python's configparser library handles

Results 4 configparser_ex issues
Sort by recently updated
recently updated
newest added

``` % mix deps.get Resolving Hex dependencies... Dependency resolution completed: New: configparser 4.0.0 All dependencies are up to date % mix deps.compile ==> configparser Compiling 2 files (.ex) == Compilation...

Hi, I think your project is quite useful. I see the parsing is treating multiple sections with the same name as a sort of multiple instances of the same paragraph....

https://hexdocs.pm/configparser_ex/api-reference.html nothing here from the @*doc sections?