Serialize INI configuration to python dictionary
August 30th, 2009 mysurface
A lots of configuration file is in the format of INI, if we manage to serialize INI configuration to python dictionary, we can write python scripts to analyse and generate back to INI files. Below is the sample of INI configuration: config.ini # # GENERAL section contains generic configuration # [GENERAL] IP=192.168.1.4 Port=2143 # # [...]
Posted in Developer, python | Hits: 219983 | 11 Comments »






