When creating tools or applications in Python, you need "configuration information" such as database connection details, debug mode ON/OFF, and timeout durations. If you write these directly into the ...
$ cat test/simple.cfg test1=hi test2 = hello [first_section] mytest=55 yourtest = 99 #nothere=notthere myboolean [second section] myway=or the highway require ...