<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On 16 April 2013 10:24, Matthias BUSSONNIER <span dir="ltr"><<a href="mailto:bussonniermatthias@gmail.com" target="_blank">bussonniermatthias@gmail.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div>The second things is that config file are not updatable by </div><div>a program, they have to be edited by hand. (side effect of being pure python file)</div>

<div>It would be really great to have the ability to read/write form/to a plain configuration file. </div><div>Apparently python3 is good at that. </div></blockquote></div><br></div><div class="gmail_extra">The config framework does have a notion of different loaders, so it should be straightforward to add a loader for config files (or other formats like json, sqlite, etc.). It might be a bit more work to allow writing the config back to disk, but I think it's a worthwhile goal.<br>

<br></div><div class="gmail_extra">Thomas<br></div></div>